Create Zendesk tickets from Mage pipeline events to track incidents and resolution.
Note: This token will only be shown once. Store it securely.
https://acme.zendesk.com
the subdomain is acme
).zendesk_config
(add under notification_config
in metadata.yaml
):
alert_on
section, it will default to trigger_failure
and trigger_passed_sla
.
Options for alert_on
:
trigger_failure
: alert when a run of a trigger failstrigger_success
: alert when a run of a trigger succeedstrigger_passed_sla
: alert when a SLA is missed.
notification_config
just like Slack message templates:
success
, failure
, and passed_sla
scenarios.summary
, the ticket subject will be your summary, and details
will be used as the body.details
, it will be used as the ticket body directly.execution_time
pipeline_run_url
pipeline_schedule_id
pipeline_schedule_name
pipeline_schedule_description
pipeline_uuid
error
(failure only)stacktrace
(failure only)start_time
end_time
duration
(in seconds)env
(value of the ENV
environment variable)Subject: Mage Notification: Failed to run Mage pipeline example_pipeline |
Body: Pipeline example_pipeline failed at 2025-08-13. View logs at: https://mage_url/pipelines/example_pipeline/runs/123 |