For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Help CenterAPI KeysStatusSign In
GuidesAPI ReferenceChangelog
GuidesAPI ReferenceChangelog
  • Getting started
    • Overview
    • Quickstart
    • Authentication
    • Rate limits
  • Messaging API
    • Send transactional email
    • Send transactional SMS
    • Send transactional WhatsApp
  • Marketing Platform
    • Manage your contacts
    • Track website activity
    • Send WhatsApp campaigns
    • Weekly event exports
  • Webhooks
    • Getting started
    • Conversations webhooks
    • Payment webhooks
    • Marketing webhooks
    • Transactional webhooks
    • Loyalty webhooks
    • Batched webhooks
    • Secure webhook calls
    • Meetings and phone webhooks
    • Push notification webhooks
    • Sales CRM webhooks
  • Conversations
    • Getting started
    • Customize the chat widget
    • JavaScript API reference
    • REST API reference
    • Conversations webhooks
  • eCommerce
    • Activate eCommerce app
    • Manage product categories
    • Manage products
    • Manage orders
    • Coupon collections
    • eCommerce tracker events
  • Loyalty
    • Overview
    • Set up a program
    • Enroll members
    • Credit & debit points
    • Read member data
    • Best practices
  • Custom Objects
    • Custom objects management
  • Brevo tracker and events
    • Getting started
    • JavaScript implementation
    • REST implementation
    • Legacy tracker documentation
    • Events
  • Accounts and settings
    • Senders and domains
    • User activity logs
    • External feeds
    • Invited users
LogoLogo
Help CenterAPI KeysStatusSign In
On this page
  • Meeting booked
  • Meeting started
  • Meeting cancelled
  • Phone webhook events
  • Call finished
Webhooks

Meetings and phone webhooks

Was this page helpful?
Previous

Push notification webhooks

Next
Built with

This page lists the currently supported Meeting and Phone webhook events and their payloads.

Meeting webhook events

  • Meeting booked
  • Meeting started
  • Meeting cancelled

Phone webhook events

  • Call finished

Meeting booked

Attribute nameDatatypeDescription
account_emailStringEmail of user
currencyStringCurrency code in upper-case
event_participants.EMAILStringEmail of participants
event_participants.FIRSTNAMEStringFirstname of participants
event_participants.LASTNAMEStringLastname of participants
meeting_addressStringAddress of the meeting in-case of in person meetings
meeting_end_timestampStringTime and date of meeting end
meeting_locationStringLocation of meeting
meeting_nameStringName of meeting
meeting_notesStringNotes in meeting
meeting_start_timestampStringTime and date of meeting start
priceNumericMeeting cost
questions_and_answers.answerStringList of answers in the meeting
questions_and_answers.questionStringList of questions asked in the meeting
1{
2 "account_email": "john@example.com",
3 "currency": "EUR",
4 "event_participants": [
5 {
6 "EMAIL": "john@example.coo",
7 "FIRSTNAME": "john",
8 "LASTNAME": "doe"
9 }
10 ],
11 "meeting_address": "12345 CityAB",
12 "meeting_end_timestamp": "2025-06-10T07:09:01.696Z",
13 "meeting_location": "MeetingpointA",
14 "meeting_name": "Testmeeting",
15 "meeting_notes": "Meeting-notes",
16 "meeting_start_timestamp": "2025-06-10T07:09:01.696Z",
17 "price": 123,
18 "questions_and_answers": [
19 {
20 "answer": "Answer to the question",
21 "question": "What is the question?"
22 }
23 ]
24}

Meeting started

Attribute nameDatatypeDescription
account_emailStringEmail of user
currencyStringCurrency code in upper-case
event_participants.EMAILStringEmail of participants
event_participants.FIRSTNAMEStringFirstname of participants
event_participants.LASTNAMEStringLastname of participants
meeting_addressStringAddress of the meeting in-case of in person meetings
meeting_end_timestampStringTime and date of meeting end
meeting_locationStringLocation of meeting
meeting_nameStringName of meeting
meeting_notesStringNotes in meeting
meeting_start_timestampStringTime and date of meeting start
priceNumericMeeting cost
questions_and_answers.answerStringList of answers in the meeting
questions_and_answers.questionStringList of questions asked in the meeting
1{
2 "account_email": "john@example.com",
3 "currency": "EUR",
4 "event_participants": [
5 {
6 "EMAIL": "john@example.coo",
7 "FIRSTNAME": "john",
8 "LASTNAME": "doe"
9 }
10 ],
11 "meeting_address": "12345 CityAB",
12 "meeting_end_timestamp": "2025-06-10T07:09:01.696Z",
13 "meeting_location": "MeetingpointA",
14 "meeting_name": "Testmeeting",
15 "meeting_notes": "Meeting-notes",
16 "meeting_start_timestamp": "2025-06-10T07:09:01.696Z",
17 "price": 123,
18 "questions_and_answers": [
19 {
20 "answer": "Answer to the question",
21 "question": "What is the question?"
22 }
23 ]
24}

Meeting cancelled

Attribute nameDatatypeDescription
account_emailStringEmail of user
currencyStringCurrency code in upper-case
event_participants.EMAILStringEmail of participants
event_participants.FIRSTNAMEStringFirstname of participants
event_participants.LASTNAMEStringLastname of participants
meeting_addressStringAddress of the meeting in-case of in person meetings
meeting_end_timestampStringTime and date of meeting end
meeting_locationStringLocation of meeting
meeting_nameStringName of meeting
meeting_notesStringNotes in meeting
meeting_start_timestampStringTime and date of meeting start
priceNumericMeeting cost
questions_and_answers.answerStringList of answers in the meeting
questions_and_answers.questionStringList of questions in the meeting
1{
2 "account_email": "john@example.com",
3 "currency": "EUR",
4 "event_participants": [
5 {
6 "EMAIL": "john@example.coo",
7 "FIRSTNAME": "john",
8 "LASTNAME": "doe"
9 }
10 ],
11 "meeting_address": "12345 CityAB",
12 "meeting_end_timestamp": "2025-06-10T07:09:01.696Z",
13 "meeting_location": "MeetingpointA",
14 "meeting_name": "Testmeeting",
15 "meeting_notes": "Meeting-notes",
16 "meeting_start_timestamp": "2025-06-10T07:09:01.696Z",
17 "price": 123,
18 "questions_and_answers": [
19 {
20 "answer": "Answer to the question",
21 "question": "What is the question?"
22 }
23 ]
24}

Phone webhook events

Call finished

Attribute nameDatatypeDescription
account_name.family_nameStringFamily name of user
account_name.given_nameStringGiven name of user
duration_secondsNumericCall duration in seconds
is_forwardedBoolIndicates if the call was forwarded or not
phone_lineStringPhone line of user
phone_line_nameStringName of the phone line
phone_numberStringPhone number of the contact
recordingBoolIndicates if a recording of the call exists or not
typeStringType of the call. Possible values are: answered, failed/cancelled, missed, missed voicemail, connected and not connected
1{
2 "account_name": {
3 "family_name": "doe",
4 "given_name": "john"
5 },
6 "duration_seconds": 123,
7 "is_forwarded": true,
8 "phone_line": "+441400800008",
9 "phone_line_name": "My number",
10 "phone_number": "+14002007868",
11 "recording": true,
12 "type": "answered"
13}