FAQ
Flows
Webhook as Trigger

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 :

  1. Set Up Trigger: Create a new Workflow, select "Webhooks" to receive data from your app.

    Untitled design (14).png

  2. Get Webhook URL: viaSocket generates a unique URL. Copy it and add it to your app’s webhook settings.

  3. Send Data to Webhook: Test by triggering your app to send data to the webhook. viaSocket will capture the data.

  4. 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