Skip to main content

Simpler Webhook Receiver

Webhook 

Endpoint for receiving real-time notifications from Simpler.

Security Note: Your endpoint must validate the X-Simpler-CRC header using your shared secret to ensure the request originated from Simpler

Request

Responses

Event received.

Note: Any 2xx status code is accepted. We recommend returning 202 Accepted and processing heavy logic (like emails) asynchronously to avoid timeouts.