POST api/Marketing?apiKey={apiKey}&fromEmail={fromEmail}&toEmail={toEmail}&subject={subject}&content={content}&htmlContent={htmlContent}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| apiKey | string |
Required |
|
| fromEmail | string |
Required |
|
| toEmail | string |
Required |
|
| subject | string |
Required |
|
| content | string |
None. |
|
| htmlContent | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | HttpStatusCode |
None. |
|
| IsSuccessStatusCode | boolean |
None. |
|
| Body | HttpContent |
None. |
|
| Headers | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.