πWebhook
Simulate background processes using webhooks. Delay execution, bind to endpoints and monitor execution.

About
There are many uses for webhooks. The main feature of such requests is background execution. You can simulate background tasks (set to defer execution).
You can execute webhooks manually or bind them to one of the endpoints (when a request is made for this endpoint, the webhook will be queued for execution).
Request payload
The rendering principle is identical to that in endpoints. You can use text data in combination with variables and embedded blocks.
Headers
Unlike headers in endpoints, these headers will be used in the request, not the response.
Embedded Blocks
Embedded BlocksSettings
Set a delayed webhook execution time. Important, here the time is indicated in minutes and the maximum value is 60.
Job list
Initially, the webhook is queued for execution and presented as a job. You can monitor the execution of each webhook on the Jobs tab.

Last updated