Supported Event Types
| Type | Trigger |
|---|---|
event.emitted | A contract event is emitted on-chain (requires Sync Events enabled on the contract) |
transaction.included | A Cloud Wallet transaction is mined in a block |
Creating a Webhook
In the Dashboard
- Go to Blockchain → Webhooks → +
- Enter a label and your publicly accessible HTTPS endpoint URL
- Save
Via API
Webhook Payload
Each request delivers a JSON array of one or more events:Verifying Signatures
Every webhook request includes two headers:X-MultiBaas-Signature— HMAC-SHA256 of the raw request body concatenated with the timestampX-MultiBaas-Timestamp— Unix timestamp as a string