Using Webhooks
Every deployed bridge gets a unique webhook URL that third-party services can call to trigger the bridge. This is useful for event-driven integrations where an external system needs to push data to your bridge.
Finding Your Webhook URL
After deploying a bridge, the webhook URL is shown in the deployment success message. You can also find it in the Settings tab of the bridge editor.
Webhook Authentication
Webhook URLs include a unique token for authentication. The token is generated on first deploy and persists across redeployments. If you need to invalidate the webhook URL, you can regenerate the webhook token from the Settings tab β this creates a new URL and invalidates the old one.
Regenerating a Webhook Token
Open the bridge editor
Go to the Settings tab
Click "Regenerate Webhook Token"
Update the URL in any external services that were using the old URL