Resource URL Summary
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Send an email-based notification
|
HTTP Headers
This API uses custom HTTP Headers:
Header | Type | Required? | Description |
---|---|---|---|
Authorization | string | Yes | The Authorization header for this API is the same as for the REST Integration Standard HTTP Headers. |
Content-Type | string | Yes | The
The value of this header will determine if a plain text or HTML email notification will be sent. |
To | string | Yes | The email address that the email-based notification should be sent to. |
From | string | Yes | The email address that the email-based notification should be sent from. |
Subject | string | Yes | The subject of the email-based notification. |
API Specific Parameters
This API does not have any API specific parameters.
API Specifics
Panel | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
Send an email-based notificationThis REST API will send an email notification, based on the details provided in the HTTP Headers and Body. URL
HTTP Request BodyThis REST API requires a body, containing either the text-based or HTML-based content for the body of the email notification. HTTP ResponseSuccessOn success, an HTTP response code of 200 will be returned. Error
|