Setting Up Webhooks for OLC using your Developer
Setting Up Webhooks for Open Letter Connect (OLC)
To integrate webhooks from Open Letter Connect, have your IT Department follow these steps to ensure smooth communication:
Create a New Endpoint: Your web server should have a dedicated endpoint to handle incoming webhook requests. This endpoint must accept POST requests with a
Content-Type
ofapplication/json
.Ensure Accessibility: The new endpoint must be accessible to OLC. Make sure to:
Check firewall rules that might block incoming requests from OLC.
Disable IP restrictions or Auth mechanisms that might prevent OLC from reaching the endpoint.
By preparing your server as described, you will be ready to receive and process webhook data from OLC efficiently.
Last updated