📩 Response Body
info
The response provides details about each email request, including status, tracking IDs, and error codes (if any).
📌 Parameters​
- Parameters Table
- Sample JSON
| Name | Type | Sample Value | Description |
|---|---|---|---|
message | String | QUEUED | Intelsend proccess this request |
token | String | 26afd98f-c6be-4707-a016-c92d8cc939ab | return a tracking token id |
{
"message": "Queued",
"token": "26afd98f-c6be-4707-a016-c92d8cc939ab"
}