Hi,
Assistance please, apologies if i have missed this within the forum, checked, but no luck
I'm creating a phonecalls, emails via API, what i want to do is pass/bind contacts to the fields to /from , call from, call to
Using the logic below i can create the phonecalls/eamails using API and link it to contact (client), what i want to to do is also allocate/bind a contacts to the from/to fields (consultant), this i cannot seem to get it working , any help?
Emails:
{
"regardingobjectid_contact@odata.bind" : "/contacts(7463399b-ecfd-ec11-82e5-000d3ada6b40)",
"statuscode": 1,
"sender": "consultants contact",
"torecipients": "clients contact, this will be same as contact id above ",
"statecode": 0,
"subject": "Email Test",
"directioncode": true,
"description": "Hello World"
}
Thanks