curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MICROSOFT_DYNAMICS_CREATE_RECORD_MEETING' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "MICROSOFT_DYNAMICS_CREATE_RECORD_MEETING",
"parameters": {
"subject": "<string>",
"scheduledstart": "<string>",
"scheduledend": "<string>",
"requiredattendees": {},
"regardingobjectid": "<string>",
"location": "<string>",
"description": "<string>",
"prioritycode": "0"
}
}
'curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MICROSOFT_DYNAMICS_CREATE_RECORD_MEETING' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "MICROSOFT_DYNAMICS_CREATE_RECORD_MEETING",
"parameters": {
"subject": "<string>",
"scheduledstart": "<string>",
"scheduledend": "<string>",
"requiredattendees": {},
"regardingobjectid": "<string>",
"location": "<string>",
"description": "<string>",
"prioritycode": "0"
}
}
'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
Subject : A description of the objective or topic of the meeting.
Start Date/Time : Accepts Unix timestamp or ISO 8601 date formats.
End Date/Time : Accepts Unix timestamp or ISO 8601 date formats.
Attendees : Add accounts, contacts, leads, or users to this meeting. Specify as an array of IDs. (example: " [ "{{userSettings.accountId}}", "/systemusers(1d9e0de7-4fb2-ec11-9840-0022480b1bdf)" ]")
Regarding : The account, contact, lead or opportunity this meeting is about. (example: "{{settings.opportunity}}")
Location
Description
Priority : Defaults to Normal.
0, 1, 2 Success
Was this page helpful?