Skip to main content

Notification

Under Review

This article is currently under review. Some content may be incomplete or inaccurate.

Category: Processing

The Notification activity sends a webhook to an external endpoint, typically to announce that a transaction reached a milestone (for example, exported or ready for review) and to provide download links.

Configuration

SettingDescriptionDefault
Webhook URLPublic endpoint that receives the POST.(required)
TriggersWhen to fire: reached (execution reaches this node) or failed (workflow aborts before it).reached
Event NameThe event value in the payload (for example transaction.exported).transaction.step_reached
SecretIf set, the body is signed with HMAC-SHA256 in the X-DocAI-Signature header.(none)
Retries / BackoffRetry count and base delay (doubles each attempt) for failed deliveries.(defaults)
Fail on errorA failed delivery fails the workflow step.Off

Notes