A webhook is like an instant message between apps. When something happens in one app (like a new order, form submission, or signup), it immediately sends that information to another app through a special link (HTTP request), no manual checking needed.
An incoming webhook is a way to bring data from any external platform, even if it’s not natively supported by Bit Integrations, directly into Bit Integrations. Once the data arrives, you can send it to any of your favorite connected apps and trigger automations automatically, all without writing a single line of code.
An outgoing webhook lets you send data from your WordPress plugins to any app, even if that app isn’t listed in Bit Integrations’ action list. By using a webhook URL, Bit Integrations pushes your plugin’s data to your desired app in real time, so you can keep everything connected without waiting for a native integration.
Yes! Outgoing webhooks in Bit Integrations let you configure payload format (JSON, form-data, etc.) and even map your own fields, giving you full control over the data structure.
Yes! This is one of the most powerful use cases for webhooks. Even if an app isn’t listed in Bit Integrations’ native integrations, you can still exchange data using webhooks, creating custom workflows without waiting for official integrations.
No! Bit Integrations makes webhooks simple and user-friendly. You just copy the provided URL (for incoming webhooks) or paste your target endpoint (for outgoing webhooks), no coding required.
