Event Reference (v1) / Meeting Events
Meeting Schedule / meeting_schedule
Measures when a user successfully schedules/books a meeting via an embedded calendar such as a Calendly/HubSpot meeting link.
You may require assistance from a web developer. Implementing these events usually involves writing custom JavaScript event listeners to detect & catch event payloads sent from <iframe> elements using the window.postMessage() browser API.
-
- Name
- Event Name Required
- Value
- event: meeting_schedule
-
- Name
- Meeting ID Optional
- Type
- meeting_id: integer|string
- Description
A unique identifier for the booked meeting. This is usually generated by the meeting booking system after a meeting has been successfully booked.
- E.g.
3397bb07-efb5-4787-b17d-55bbdea0899c
Meeting Properties (Inherited)
These properties apply to all meeting_* events.
-
- Name
- Meeting URL Required
- Type
- meeting_url: string
- Description
If the meeting was booked via an embeddable link or iframe (e.g. Calendly or HubSpot), this should be the URL of the meeting.
- E.g.
https://info.hubspot.com/your-meeting-slug
-
- Name
- Meeting Type Optional
- Type
- meeting_type: string
- Description
Type of the meeting. This can be used for various organizational purposes. For example, HubSpot meetings have meeting types of
PERSONAL_LINKorROUND_ROBIN.- E.g.
PERSONAL_LINK
-
- Name
- Meeting Date Optional
- Type
- meeting_date: string
- Description
Date of the meeting in
YYYY-MM-DDformat.- E.g.
2024-07-05
-
- Name
- Meeting Timestamp Optional
- Type
- meeting_timestamp: integer
- Description
Unix timestamp in seconds of when the meeting will occur. This should be the timestamp of the meeting slot selected, not when the event was sent.
- E.g.
1720212300
-
- Name
- Meeting Duration Optional
- Type
- meeting_duration: integer
- Description
The length of the meeting in seconds (rounded to the nearest second).
- E.g.
900