viaSocket Help
Integration Guides

Using Webhook

A webhook is simply a URL that listens for data. When some event happens in your app, it sends the data to this URL, and the workflow starts immediately.

This helps you connect systems that may not have a direct integration. As soon as data is received, viaSocket can process the data and run the actions you set in the workflow.

Example:
A user submits a form on your website.
The website sends the form data to the webhook → the workflow starts → viaSocket saves the lead in your CRM and sends a notification to your sales team in Slack.