workspace_id | string | Your Zixflow workspace ID. |
type | string | Type of notification. For delivery updates this is "delivery_status". |
message_id | number | Unique identifier for the message in Zixflow. |
request_id | string | The request/correlation ID (e.g., UUID) for the original send request. |
channel | string | Channel that sent the message: "sms", "rcs", "whatsapp", or "email". |
recipient | string | Recipient identifier (phone number for SMS/RCS/WhatsApp, email address for Email). |
status | string | Current delivery status (e.g., "delivered", "failed", "read", "clicked", etc.). |
remark | string | Optional remark or error/details associated with the status. |
status_at | string | ISO 8601 timestamp when the status was recorded (e.g., "2026-01-28T17:17:59.254174911Z"). |
post_back_data | string | The optional value you sent in post_back_data when sending the message. Use this to correlate the notification with your own records. |