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
  • data
    Type: object
    required
  • event_type
    const:  
    opportunity.offer.created
    required
  • timestamp
    Type: string
    required

    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