post
https://{environment}.origamirisk.com/OrigamiApi/api/Webhook/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Use this endpoint to send data to a pre-configured custom webhook destination.
This relies on setting up an Origami Webhook Handler in advance to accept the webhook name and process payload of the request.
The name route parameter corresponds to the webhook's identifier, as defined by the "Name" field in the response from /api/Webhook/GetHandlers.
Requirements:
- The webhook must be configured and active prior to use. Configuration is handled by the Services team.
- The Request schema (body) must adhere to the webhook's expected format.
- The Response schema (body) will vary for each webhook handler.
- Samples of the request and response schemas can be requested using the Webhook/HandlerName/GetSample endpoint.
200OK