Send Emails using WebApi in MS CRM | CloudFronts

Send Emails using WebApi in MS CRM

Posted On January 25, 2019 by Vaishali Vyas Posted in Tagged in

Introduction:

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:


Share Story :

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close