Inbound Webhooks
With inbound webhooks, you can generate and expose webhook endpoints to trigger workflows or actions on Bridge....
Using the webhook request URL, you can make a POST request that will start a Bridge Workflow, using the following request body:
{
"workflow":"...
Chat request
Using the chat request URL, you can make a POST request that will start a Bridge Workflow on a specified chat channel, using the followi...
Schedule workflows to run at fixed times, or to be dynamically triggered by another workflow....
Bridge workflows can have many triggers at once....