Webhook
Opportunity Offer Created
Sent when Slate's offer intelligence detects a special opportunity for a customer and publishes it as a pre-approval. The generic preapproval.created event also fires for the same pre-approval — this event is the enriched signal carrying the opportunity context
Body
required
application/json
- Type: objectdatarequired
- event
_type const:opportunity.offer.createdrequired - Type: stringtimestamprequired
Event creation timestamp
Responses
- 200
Webhook received successfully
Request Example for postopportunity.offer.created
{
"event_type": "opportunity.offer.created",
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"customerId": "123e4567-e89b-12d3-a456-426614174000",
"description": "We noticed the equipment purchase — finance the next one over 6 months"
},
"timestamp": "2025-01-01T00:00:00Z"
}
No Body