Automations: 2a. Connecting to Webhook
event April 11, 2025 inbox_text Process Automations
To set up and connect to a Webhook in DigitalChalk:
- Expand the Manage menu in your DigitalChalk account.
- Navigate to the Webhook configuration section.
- Provide a publicly accessible URL that will receive the Webhook requests.
- Choose the events you want to trigger Webhook calls.
- Select the HTTP method (POST or PUT) for the Webhook requests.
- If using authentication, provide the necessary credentials.
- 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.