Home Integrations & BYOK Webhooks Integration

Webhooks Integration

Last updated on Dec 30, 2025

Webhooks allow Skippz to send form submission data directly to another app or system using a secure POST request.

They are flexible, widely supported, and ideal for building custom or automated workflows.


What Is a Webhook URL

A webhook URL is an endpoint provided by another application where Skippz can send data.

You usually get this URL from:

  • Automation tools like Zapier or Make

  • CRMs and email platforms

  • Your own backend or server

  • Any software that supports inbound webhooks

This URL must be:

  • Live and publicly accessible

  • Able to accept POST requests

  • Not protected by authentication that blocks incoming requests


Adding a Webhook in Skippz

To create a webhook integration:

  1. Go to Settings → Integrations

  2. Find Webhook and click Connect

  3. Enter a Webhook Name for identification purposes

  4. Paste your Webhook URL

  5. Click Test Connection

Skippz will send a test request to verify that the webhook endpoint is reachable.

If the test is successful, the Connect button will become active.

Click Connect to save the webhook.


Editing or Disconnecting a Webhook

After a webhook is connected, you can manage it using the gear icon next to the integration.

From here, you can:

  • Rename the webhook

  • Disconnect the webhook (This will remove the webhook from all videos it’s currently attached to)

Disconnecting a webhook does not delete any existing leads. It simply stops future data from being sent.


What Data Is Sent

When a form is submitted, Skippz sends:

  • All form field values

  • Video identification data

  • Submission metadata such as timestamp

The exact structure depends on your form configuration.

Example payload:


Common Issues and Troubleshooting

If a webhook does not work as expected, check the following:

The webhook URL is not live

Some tools require you to publish or enable the webhook before it can receive data.

The webhook requires authentication

If the endpoint requires headers, tokens, or authentication, the connection test may fail.

The endpoint does not accept POST requests

Skippz sends data using POST. Endpoints that only accept GET requests will not work.

The webhook was deleted or changed in the external app

If the webhook URL changes, you will need to update it in Skippz.


Attaching Webhooks to Videos

Creating a webhook does not automatically send data.

To activate it:

  • Go to the video

  • Open the Leads tab

  • Attach the webhook integration to that video

Only then will form submissions from that video be sent to the webhook.


Key Things to Remember

  • You can create multiple webhooks in Skippz

  • Webhooks are reusable across videos

  • Webhooks only send form submission data

  • Each video can have its own integration setup