Configure a Webhook

Configure a Webhook

Configuring up a Webhook enables your application to receive live event notifications from Sandbox Console, allowing it to act on events in real-time.

What You’ll Need

  • A Webhook URL / Callback URL: The endpoint where live event data will be sent.
  • Secret Key (optional but recommended): For validating the authenticity of requests from Sandbox.
  • An Alert Email: An email address to receive notifications in case of Webhook failures.

Steps to Configure a Webhook

1. Log in to Console: Access your account by logging into the Console with your credentials

2. Navigate to Webhooks Settings: Go to Settings in the top-right corner and click on Webhooks from the sidebar.


3. Add Webhook Details:

  • Webhook URL: Enter the endpoint URL where your application will receive events. Ensure the URL:
    • Is accessible over the internet.
    • Supports HTTP POST requests to accept webhook payloads.
  • Secret Key (Optional): Add a secret key to verify incoming webhook requests. This ensures that only requests originating from Sandbox are processed by your system.

4. Enable failure alerts: Provide an email address to receive notifications in case of Webhook delivery failures. This step is optional but helps in monitoring reliability.

5. Select Category and API:

  • Select a Category, such as TDS Compliance or GST Analytics to view relevant APIs.
  • Choose the specific API for which you want to enable events, such as Prepare TDS Return or Reconcile GSTR-2B.

6. Save

  • Review the details and click Save to activate the Webhook. Your application will begin receiving live events for the configured API.

Need Help?

If you encounter issues while configuring your Webhook, Raise a ticket.


    • Related Articles

    • What is a Webhook?

      A Webhook is a mechanism that allows applications to send real-time notifications to other systems whenever specific events occur. Unlike traditional APIs that require polling (periodically checking for updates), webhooks automatically send data to a ...
    • Edit your Workspace

      Keep your workspace up to date by editing its details. You can update the name, business information, address and configure additional setting to suit your needs. Steps to Edit Your Workspace Details Log In to Console: Access your account by logging ...
    • Types of Roles in Console

      Console offers role-based access control to ensure efficient management and security within your workspace. 1. Admin The Admin holds the highest level of access and overall control of the workspace. Permissions: Full access to all settings and ...