Schedule workflows to run at fixed times, or to be dynamically triggered by another workflow....
Bridge workflows can have many triggers at once....
In some cases, you might want to create a loop in a Bridge workflow....
The Run Log can be found in the Designer, to the right of the workflow....
You can manage your workflows better by breaking up a large automated process into multiple, smaller workflows....
States act like data collectors in Bridge workflows....
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":"...