Hi All,
I Created Email using below query and it gets created successfully.
{
"description" : "Test Email Created",
"regardingobjectid_account@odata.bind" : "/accounts(69C38067-EDB7-E811-A961-000D3A363C81)",
"subject" : "Test Email Creation",
"email_activity_parties" : [
{
"partyid_systemuser@odata.bind" : "/systemusers(CED2E02D-188E-4AA8-B6E2-D746E9B370C1)",
"participationtypemask" : 1
},
{
"partyid_account@odata.bind" : "/accounts(69C38067-EDB7-E811-A961-000D3A363C81)",
"participationtypemask" : 2
}]
}
But in CRM we can also send emails to those who are not related to any record.
How can we create emails using web api where "to" field is not related to any record in Dynamics 365.
*This post is locked for comments