Email Plus offers an extensive and extendable interfacing system with your infrastructure.
Request fields
callback an Object of Objects containing two properties indicating call-backs to be executed when a message changes status or when recipient performs an action on the message (Open/Click).
| Path | Type | Description |
|---|---|---|
| statusCallback | Object | Callback information regarding message status. Contains two properties called "strategy" and "url". |
| eventCallback | Object | Callback information regarding events (onClick/onOpen etc.). If provided, at least one of the event urls must exist. |
event callback An object containing two properties one for onClick event and the second for onOpen event. If supplied, both must be valid, reachable URLs accepting HTTP Method POST.
| Path | Type | Description |
|---|---|---|
| onClick | String (url) | The callback url of the 'onClick' action. Must be a well-formed URL, accepting POST HTTP method |
| onOpen | String (url) | The callback url of the 'onOpen' action Must be a well-formed URL, accepting POST HTTP method |
Request fields-status callback info
| Path | Type | Description |
|---|---|---|
| strategy | String(Enumeration) | Valid values are OnCompletion and OnChange if the object is supplied, this property is required. |
| url | String (url) | The url of the callback. Must be a well-formed, reachable URL. |

