Two-way webhook bridge between Imperal and Zapier, built on Webhooks by Zapier (no Zap listing or management -- Zapier's public API for that requires a separate, later app-review process; see this app's own description for why). Send events from Imperal to trigger a Zap, and receive events a Zap sends back into Imperal.
set_outgoing_webhookwriteSave (or clear, with an empty webhook_url) the Zapier 'Catch Hook' trigger URL that send_webhook_event will POST to. Get this URL by adding a 'Webhooks by Zapier' trigger step ('Catch Hook') as the first step of a Zap and copying its URL.
get_outgoing_webhook_statusreadCheck whether an outgoing Zapier webhook URL is configured (does not reveal the URL).
send_webhook_eventwriteSend an event payload to the configured Zapier Catch Hook webhook right now -- for other Imperal apps/automations to trigger a Zap. Run set_outgoing_webhook first if you haven't configured one yet.
get_inbound_webhook_configreadRead the inbound webhook URL and whether a shared secret is set up for receiving events FROM a Zap (via a 'Webhooks by Zapier' POST action step). Never reveals the secret itself.
regenerate_inbound_secretwriteGenerate a fresh shared secret for the inbound direction (Zapier -> Imperal), discarding any previous one. Paste the new value into a custom header named X-Zapier-Webhook-Secret on a 'Webhooks by Zapier' POST action step in your Zap.
list_inbound_eventsreadList the most recent events a Zap has POSTed into this app via the inbound webhook, newest first.
Install Zapier Webhook and let Webbee use it across your workflow.
Open in panel