DigitalChalk Help Center

Automations: 2a. Connecting to Webhook

event April 11, 2025 inbox_text Process Automations

To set up and connect to a Webhook in DigitalChalk:

  1. Expand the Manage menu in your DigitalChalk account.
  2. Navigate to the Webhook configuration section.
  3. Provide a publicly accessible URL that will receive the Webhook requests.
  4. Choose the events you want to trigger Webhook calls.
  5. Select the HTTP method (POST or PUT) for the Webhook requests.
  6. If using authentication, provide the necessary credentials.
  7. Save your Webhook configuration.

Important considerations:

  • Your server should respond with an HTTP Status code in the 2xx range, preferably a 200 OK status.
  • DigitalChalk will retry failed Webhook requests up to 5 times over a 2-hour period.
  • You can implement authentication for added security.
  • DigitalChalk provides a digital signature in the request headers for verification purposes3.