Custom CRM Schedule Activity
We can schedule future activities with your custom CRM.
To do this, create an endpoint that accepts the following JSON data:
{
"data": {
"subject": "Disposition: Some Disposition Subject",
"description": "",
"type": "Call",
"typename": "Call",
"duration": "00:15",
"date": "27 Apr, 2021",
"dateformat": "2021-04-27",
"time": "2:45 pm",
"timeformat": "14:45",
"timezone": "America/Los_Angeles",
"businessid": "157",
"userid": "187",
"externalid": "3c9a4be6-a6cc-11eb-8666-bd85f849a7d4",
"callid": "",
"fname": "not",
"lname": "found",
"dealid": "",
"apiKey": "ef918d1f-ded8-11e4-9ccc-22000ac88c3a",
"hookevent": "customCRMactivity",
"webhookurl": "https://webhook.site/7ad4a616-1e3d-43b7-9a49-825dda537230?type=activity"
}
}