Example payload
{
    "object": "notification_payload",
    "id": 91,
    "created_at": "2024-07-17T15:40:01Z",
    "dispatched": false,
    "status": "error",
    "error": "no_template",
    "type": "email",
    "support_cced": null
}
Attributes
| FIELD | DESCRIPTION | 
|---|---|
| dispatched boolean | Whether or not the notification_payload has been dispatched | 
| status string | One of 'built', 'dispatched', 'error' or 'cancel' | 
| error string | In case an error has occurred for this notification_payload, details about the error. | 
| type string | Corresponds to the channel through which the notification_payload has been sent (sms, email, etc.) | 
| created_at datetime | Time at which the notification was created | 
