Event Types
partner_created- New partnership establishedpartner_updated- Partnership information changedpartner_contact_created- New contact added to partnershippartner_contact_updated- Partner contact information changed
Webhook Details
Event IDs:partner_created, partner_updated, partner_contact_created, partner_contact_updatedContent-Type:
application/jsonMethod:
POST
Authentication
All webhooks include JWT authentication in the Authorization header:JWT Token Payload
UUID of the company that established the partnership
UUID of the user who created the partnership
Always
partner_created for this eventYour integration’s API key
Webhook Payload Schema
The created partnership object
Integration configuration settings for field mapping
Example Payload
Notes
- Webhook is sent when a new partnership is established in JourneyBee
- JWT token must be verified using your Integration UUID as the secret
- Custom fields array may be empty if no custom fields are configured
- Configuration array contains your integration’s field mapping settings

