# Inbound Webhooks

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"
}
```

<figure><img src="https://884954080-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEOkDZjClZ0y8qSYnc7hO%2Fuploads%2Fgit-blob-b9cfd6eae26e5cdbb60349b59d3e2c3baa1497a2%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

Setting up an inbound webhook involves setting up an automation flow. More information can be found here in our help center here: <https://help.taskade.com/en/articles/8958467-getting-started-with-automation>
