curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MICROSOFT_DYNAMICS_CREATE_RECORD_LEAD' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "MICROSOFT_DYNAMICS_CREATE_RECORD_LEAD",
"parameters": {
"subject": "<string>",
"lastname": "<string>",
"firstname": "<string>",
"emailaddress1": "<string>",
"telephone1": "<string>",
"websiteurl": "<string>",
"jobtitle": "<string>",
"salesstagecode": "<string>",
"description": "<string>",
"additionalFields": "<string>"
}
}
'curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MICROSOFT_DYNAMICS_CREATE_RECORD_LEAD' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "MICROSOFT_DYNAMICS_CREATE_RECORD_LEAD",
"parameters": {
"subject": "<string>",
"lastname": "<string>",
"firstname": "<string>",
"emailaddress1": "<string>",
"telephone1": "<string>",
"websiteurl": "<string>",
"jobtitle": "<string>",
"salesstagecode": "<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
Topic : Use a descriptive name, such as the expected order, company name, or marketing source list, to identify the lead.
Last Name : This field is required.
First Name
Business Phone
Website
Job Title : Title of the lead, such as CEO or Vice President.
Process Stage : Use Connect Portal Workflow Settings to allow users to select a Process Stage. (example: "{{settings.processStage}}")
Description : Additional information to describe the lead, 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?