axiom.listNotifiers lists notification destinations visible to the token. Channels include email, chat, incident-management, and webhooks.
automations/axiom-list-notifiers.automation.ts
Inputs
This action has no inputs.Output
Returns an array of notifiers. Each item includesid, name, one channel-specific properties object, optional disabledUntil, and audit metadata when Axiom provides it. No configured notifiers returns [].
Permission and failures
The API token needs the organization-levelnotifiers|read capability. Axiom can redact secret channel values in responses. Authentication and permission failures are returned as action errors.