Webhooks let Salesforge send real-time event data to any external system you choose. In Salesforge, a webhook is a URL endpoint that receives JSON whenever a specified sequence event occurs. For example, you can get a webhook call when an email is sent, opened, clicked, bounced, or when a reply comes in.
When you create a webhook in Salesforge, you pick the URL and the event types to send. Each time an event happens (such as email_sent, email_opened, reply, etc.), Salesforge immediately posts a payload with all the event and contact details to your URL. This allows any system (e.g. a database, chat service, or BI tool) to react programmatically to Salesforge events.