Submit a deal event
POST
https://api.salescaddie.dev
/v1/deals
Webhook endpoint for CRM systems to submit deal events. This endpoint accepts deal data, validates and transforms it, then forwards to the processing pipeline.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Request Body
timestampstring · date-time · requiredEvent timestamp - will be converted to ISO 8601 if not already
dealobject · requiredcustomerobject · requiredsalesRepobject · required
Responses
Deal event accepted for processing
statusstringmessagestring