Webhook source
The webhook entry source allows you to send wallets to the flow from third-party services.
Enablement
Go to the Flows module.
Drag and drop the Webhook source block into your flow.
Save the flow as a draft and open the flow again. You will not be assigned a webhook endpoint until you save the flow as a draft.
Copy the endpoint from the Webhook source block. You can now send POST requests to this endpoint to manually push wallets into the flow.
Request URL example
https://webhook.absolutelabs.app/{ID of your Flow}/
Request headers
- X-API-Key: {your key}
- Content-Type: application/json
Request body example
[
"0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
"0xccccccccccccccccccccccccccccccccccccccc"
]
Last updated