Use Cases
- Set up real-time monitoring for LLM requests
- Integrate Helicone data with external systems
- Build custom alerting and notification systems
- Stream request data to analytics platforms
Request Body
string
required
The URL endpoint where webhook events will be sent. Must be a valid HTTPS URL.
object
required
boolean
Whether to include full request/response data in webhook payload. Default: true
Response
Returns a Result object with the created webhook data.object
Created webhook information (structure depends on database response)
string | null
Error message if the request failed, null on success
Example Request
Example Response
Webhook Payload
When your webhook is triggered, it will receive a POST request with the following structure:Webhook Verification
All webhook requests include an HMAC signature in theX-Helicone-Signature header. Use the hmac_key from the webhook list endpoint to verify the signature and ensure the request is authentic.
