Choose which deployment events trigger this integration.
| Status | Notification | Time | Error |
|---|---|---|---|
| {% if d.status == "delivered" %} Delivered {% elif d.status == "failed" %} Failed {% else %} Pending {% endif %} | {{ d.notification_id[:12] }}{% if d.notification_id | length > 12 %}…{% endif %} | {{ d.attempted_at[:19] | replace("T", " ") }} UTC | {{ d.error_message | default("—", true) }} |
No deliveries yet. Send a test event or wait for a deployment notification.
Send a test release_succeeded event to verify your endpoint is receiving payloads correctly.