Send Emails using WebApi in MS CRM

Posted On January 25, 2019 by Admin 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 :

SEARCH BLOGS :

FOLLOW CLOUDFRONTS BLOG :


Secured By miniOrange