You can set up webhooks to watch one or more project states.
In order to configure your webhooks navigate to Home -> Project -> Webhooks
:
As soon as one or more variables get updated, Tawbar will trigger HTTP POST request to the URL specified in webhook settings.
As of now the webhook structure cannot be configured and looks like the following:
{
"projectId": "0TGAhzRgbO7wnCjHRJvO",
"states": [
"production",
"staging"
]
}
Where projectId
is the ID of your project you can locate in project's settings and states
is the array of states which got affected.