Event Types
lead_created- New lead receivedlead_updated- Lead information changedlead_deleted- Lead archived/deleted
Webhook Details
Event IDs:lead_created, lead_updated, lead_deletedContent-Type:
application/jsonMethod:
POST
Authentication
All webhooks include JWT authentication in the Authorization header:JWT Token Payload
UUID of the company that received the lead
UUID of the user who created the lead
Always
lead_created for this eventYour integration’s API key
Webhook Payload Schema
The created lead object
Integration configuration settings for field mapping
Example Payload
Notes
- Webhook is sent when a new lead is created in JourneyBee
- JWT token must be verified using your Integration UUID as the secret
received_from_companyarray indicates if lead came from a partnersent_to_companiesarray shows if lead was forwarded to partners- Custom fields and tags arrays may be empty if none are configured

