Automations: 2. Webhook
event April 11, 2025 inbox_text Process Automations
DigitalChalk Webhooks provide an efficient way to integrate your LMS with existing web services without needing to constantly poll the DigitalChalk API. Webhooks send HTTP callbacks when specific events occur within DigitalChalk.
Key features of DigitalChalk Webhooks:
- Can be configured to send HTTP POST or PUT requests to a custom endpoint
- Originate from DigitalChalk’s underlying architecture in an asynchronous process
- Expose events that occur within your organization
- Can be configured through the DigitalChalk interface
Webhook requests must be sent to a publicly accessible URL using either http:// or https:// protocols. They cannot be sent to development machines behind VPNs or local servers.