1. Open template automation data

The notification template automation data pop-up will show you all the necessary information to trigger the notification with Automate.io.

2. Set-up a webhook in Automate.io

Choose Webhooks as the action app for your bot. Set the action to POST data. The URL for the webhook will always be https://api.gleebeam.com/v1/trigger. Set Content Type to JSON and copy the JSON data from the pop-up in step 1 to the Data field**.**

3. Sending custom data

In the example above I'm triggering a Gleebeam notification every time I complete a task on Basecamp. I want the title of the task to show up in every notification so I've created a dynamic field for it in the Gleebeam editor. I've named it "task-title" and, as you can see in the screenshot below, it appears in the notification automation pop-up.

To pass a custom value to it with Automate.io, go to the Data field in your webhook's settings and replace the <<field value>> placeholder with the relevant output variable from your bot's trigger action.