axiom.updateNotifier replaces one notifier’s name, channel properties, and optional disabledUntil. Configure exactly one channel and include every value to retain.
automations/axiom-update-notifier.automation.ts
Inputs
notifierId, name, and exactly one supported channel in properties are required. disabledUntil is optional and may be an Axiom timestamp or null. Channel shapes match createNotifier.
This action replaces the complete notifier configuration. Include every destination URL, credential, header, template, or channel value to retain; omitted values are not merged with the existing notifier.
Output
Returns the complete updated notifier with its ID and available audit metadata.Permission and failures
The API token needs the organization-levelnotifiers|update capability. Axiom rejects missing notifiers, invalid destination settings, and incomplete channel credentials. This mutation is not retried automatically after an ambiguous provider response.