Inbound Webhooks
July 28, 2026 ยท View on GitHub
{% hint style="info" %} Canonical guide: Webhooks covers inbound webhooks, outbound HTTP requests, and the signed Webhook Registration API. This page documents the automation webhook trigger's parameter format. {% endhint %}
Taskade can receive data sent to the Webhook URL through parameters. The parameters all have a String type format. They can then be utilised in other actions within the flow. Note that the parameter does not support space characters, for example the following is invalid:
{
"The Name": "John"
}
An example of the following WebHook Trigger and its associated data is shown here:
{
"Name": "John",
"Title": "CEO of Taskade"
}
.png)
Setting up an inbound webhook involves setting up an automation flow. Learn more in the Taskade Automation guide.