Sends an email notification to specified recipients with an option to attach files.
POST {{baseUrl}}/multicastEmailNotificationJobs
Publishes the notification via email to the specified recipients, along with attachments as optional. Maximum 5 files can be uploaded as attachments; where-in the total size of all attachments is limited to 8MB. Only zip, csv, pdf and json file types are supported as attachments.
Request Body
[{"name"=>"metadata", "value"=>"<json>", "datatype"=>"string"}, {"name"=>"attachment", "value"=>nil, "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |