All Verbs | /service/SendTemplate |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
TemplateId | query | string | No | |
GlobalContent | query | Dictionary<string, string> | No | |
RecipientContent | query | List<RecipientContent> | No | |
Attachments | query | List<MandrillAttachment> | No | |
FromEmailOverride | query | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
StubbornVendorId | form | string | No | |
SendTo | form | string | No | |
Subject | form | string | No | |
SubjectOverWrite | form | string | No | |
Message | form | string | No | |
ReplyTo | form | string | No | |
Bcc | form | string | No | |
Cc | form | string | No | |
Body | form | string | No | |
ToEmail | form | string | No | |
To | form | string | No | |
From | form | string | No | |
FromEmail | form | string | No | |
ReplyToList | form | IEnumerable<string> | No | |
Recipients | form | IEnumerable<string> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
key | form | string | No | |
content | form | List<Dictionary<String,Object>> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Type | form | string | No | |
Name | form | string | No | |
Content | form | byte[] | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /service/SendTemplate HTTP/1.1
Host: www.bernhardthospitality.com
Accept: application/xlsx
Content-Type: application/xlsx
Content-Length: length
{"templateId":"String","globalContent":{"String":"String"},"recipientContent":[{"key":"String","content":[{"String":{}}]}],"attachments":[{"type":"String","name":"String","content":"AA=="}],"fromEmailOverride":"String","stubbornVendorId":"String","sendTo":"String","subject":"String","subjectOverWrite":"String","message":"String","replyTo":"String","bcc":"String","cc":"String","body":"String","toEmail":"String","to":"String","from":"String","fromEmail":"String","replyToList":[],"recipients":[]}
HTTP/1.1 200 OK Content-Type: application/xlsx Content-Length: length {Unable to show example output for type 'IList`1' using the custom 'other' filter}Cannot create an instance of an interface.