axiom.createNotifier creates exactly one notifier channel. Supported channels include email, Slack, webhooks, PagerDuty, incident-management services, Discord, and Microsoft Teams.
automations/axiom-create-notifier.automation.ts
Inputs
name and exactly one channel in properties are required. Supported shapes are:
email.emailswith at least one email addressslack.slackUrl,webhook.url,discordWebhook.discordWebhookUrl, ormicrosoftTeams.microsoftTeamsUrlcustomWebhookwithurl, non-emptybody, and optional public or secret header mapspagerdutywithroutingKeyortokenopsgeniewithapiKeyand optionalisEUdiscordwithdiscordChannelanddiscordToken
disabledUntil is optional and may be an Axiom timestamp or null. Automate.ax adds no defaults.
Output
Returns the created notifier with itsid, effective properties, pause schedule, and available audit metadata.
Permission and failures
The API token needs the organization-levelnotifiers|create capability. Axiom rejects invalid destination URLs, credentials, templates, and unsupported channel configurations. This mutation is not retried automatically after an ambiguous provider response.