curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MICROSOFT_DYNAMICS_CREATE_RECORD_CONTACT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "MICROSOFT_DYNAMICS_CREATE_RECORD_CONTACT",
"parameters": {
"lastname": "<string>",
"firstname": "<string>",
"emailaddress1": "<string>",
"telephone1": "<string>",
"jobtitle": "<string>",
"description": "<string>",
"additionalFields": "<string>"
}
}
'curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MICROSOFT_DYNAMICS_CREATE_RECORD_CONTACT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "MICROSOFT_DYNAMICS_CREATE_RECORD_CONTACT",
"parameters": {
"lastname": "<string>",
"firstname": "<string>",
"emailaddress1": "<string>",
"telephone1": "<string>",
"jobtitle": "<string>",
"description": "<string>",
"additionalFields": "<string>"
}
}
'Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Last Name : This field is required.
First Name
Business Phone
Job Title : Title of the lead, such as CEO or Vice President.
Description : Additional information to describe the contact, such as an excerpt from the company's website.
Additional Fields : Specify any other fields that should be updated in JSON below. Use Connect Portal Workflow Settings to allow users to select which Fields to update. (example: "{ "address2_city": "Los Angeles", "address2_stateorprovince": "CA", "address2_country": "United States", "address2_line1": "1700 Sawtelle Blvd", "[email protected]": "/contacts(00000000- 0000-0000-0000-000000000001)", }")
Success
Was this page helpful?