{
"type": "wallet_automation.submitted",
"trigger_id": "fmfdj6yqly31huorjqzq38zc",
"wallet_id": "fmfdj6yqly31huorjqzq38zc",
"action_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"automation_id": "a2h6k9m3p7q1r4t8v5x0y3z6b",
"created_at": "2026-07-27T18:00:00.000Z",
"trigger_caip2": "eip155:8453",
"trigger_asset_address": "0x1234567890abcdef1234567890abcdef12345678"
}Wallet automation submitted
Fired when a deposit automation has fired and its wallet action has been submitted for processing.
WEBHOOK
wallet_automation.submitted
{
"type": "wallet_automation.submitted",
"trigger_id": "fmfdj6yqly31huorjqzq38zc",
"wallet_id": "fmfdj6yqly31huorjqzq38zc",
"action_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"automation_id": "a2h6k9m3p7q1r4t8v5x0y3z6b",
"created_at": "2026-07-27T18:00:00.000Z",
"trigger_caip2": "eip155:8453",
"trigger_asset_address": "0x1234567890abcdef1234567890abcdef12345678"
}Body
application/json
Payload for the wallet_automation.submitted webhook event.
The type of webhook event.
Available options:
wallet_automation.submitted The ID of the automation execution that fired.
The ID of the wallet the automation fired for.
The ID of the wallet action created to fulfill the automation.
The ID of the automation that fired.
ISO 8601 timestamp of when the automation was submitted.
CAIP-2 chain identifier of the triggering deposit (e.g., 'eip155:8453').
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.
Was this page helpful?

