Testing webhooks on ZapSign

You can register as many webhooks as you like.To facilitate webhook testing without having to configure a local server, tools like Webhook Site are a great option. They allow you to capture and visualize events received by the API quickly, helping with debugging and validating webhooks in real-time.


1. Creating a Webhook in Webhook.site

  • Step 1: Go to Webhook.site.

  • Step 2: On the homepage, you will see a unique URL automatically generated. This will be your endpoint to receive webhooks.

Leave this tab open as this is where you will view the data sent by ZapSign’s webhook.

2. Configuring the Webhook in ZapSign

  • Step 1: Access ZapSign via production or sandbox environment.

  • Step 2: Navigate to Settings > Integrations > ZapSign API > Webhooks.

  • Step 3: Add the URL generated by Webhook.site in the field where ZapSign requests the webhook endpoint and define the events for which you want to receive webhooks. Click "+" to add the address.

3. Triggering an Event in ZapSign

Create a document or trigger an event in ZapSign, then check Webhook.site for the received POST request, which will contain all the event details, including document ID, status, and payload.

In the next chapter, we’ll go into more detail on how to create webhooks, both via the web interface and API.

Last updated