Send Emails using WebApi in MS CRM
This blog explains how to Send Emails using WebApi in MS CRM.
Request:
Post URL:  <your instance url>/api/data/v9.1/ emails (<guid of the email record>)/Microsoft.Dynamics.CRM.SendEmail
Header:
Content-Type: application/json
Parameter To be send in body:
| Parameter | Value | Comment | 
| IssueSend | False | If value is set as false, then email is market as sent only in MS CRM. | 
| IssueSend | True | If value is set as true, then email is sent and as well as marked as sent in MS CRM. | 
Body:
 {
       "IssueSend": "true"
 }
Response:

The post Send Emails using WebApi in MS CRM appeared first on CloudFronts - Microsoft Dynamics 365 | Power BI | Azure.

 
 
 
No comments:
Post a Comment