Skip to main content
WEBHOOK

Body

application/json

Payload for the wallet_automation.submitted webhook event.

type
enum<string>
required

The type of webhook event.

Available options:
wallet_automation.submitted
trigger_id
string
required

The ID of the automation execution that fired.

wallet_id
string
required

The ID of the wallet the automation fired for.

action_id
string
required

The ID of the wallet action created to fulfill the automation.

automation_id
string
required

The ID of the automation that fired.

created_at
string
required

ISO 8601 timestamp of when the automation was submitted.

trigger_caip2
string
required

CAIP-2 chain identifier of the triggering deposit (e.g., 'eip155:8453').

trigger_asset_address
string
required

Contract address of the triggering deposit's asset, or 'native-token' for the native asset.

Response

200

Return a 200 status to indicate that the webhook was received successfully.