Webhooks
Intent executed
Fired when an intent is successfully executed (2xx response from enclave).
WEBHOOK
Documentation Index
Fetch the complete documentation index at: https://docs.privy.io/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Payload for the intent.executed webhook event.
The type of webhook event.
Available options:
intent.executed The unique ID of the intent.
Type of intent.
Available options:
KEY_QUORUM, POLICY, RULE, RPC, TRANSFER, WALLET The current status of the intent.
Unix timestamp when the intent was created.
Unix timestamp when the intent expires.
Result of the successful intent execution.
The ID of the user who created the intent.
Display name of the user who created the intent.
Response
200
Return a 200 status to indicate that the webhook was received successfully.

