Webhook as Trigger
A webhook is a real-time data notifier between applications. When an event happens in one app, it sends a signal to another app. In simple terms, it triggers a flow whenever a request hits its URL, sending data to viaSocket instantly.
Trigger Workflow with Webhooks :
Set Up Trigger: Create a new Workflow, select "Webhooks" to receive data from your app.
Get Webhook URL: viaSocket generates a unique URL. Copy it and add it to your app’s webhook settings.
Send Data to Webhook: Test by triggering your app to send data to the webhook. viaSocket will capture the data.
Map Data to Action: Choose the app you want to send data to. Map the webhook data to the app’s fields.
Now, viaSocket automates the data flow between your apps using webhooks.
Prev