As the title says, I can see that an upcoming meeting was created in Zoom. However, the Nylas scheduler confirmation email does not contain a zoom meeting link.
The configuration looks like this:
{
"id": "<CONFIGURATION ID>",
"slug": null,
"participants": [
{
"email": "bob@example.com",
"is_organizer": false,
"name": "Bob",
"availability": {
"calendar_ids": [
"bob@example.com"
]
},
"booking": {
"calendar_id": "bob@example.com"
}
},
{
"email": "mary@example.com",
"is_organizer": false,
"name": "Mary",
"availability": {
"calendar_ids": [
"mary@example.com"
]
},
"booking": {
"calendar_id": "mary@example.com"
}
}
],
"requires_session_auth": false,
"availability": {
"duration_minutes": 30,
"interval_minutes": 30,
"availability_rules": {
"availability_method": "max-availability",
"buffer": {
"before": 0,
"after": 0
},
"default_open_hours": [
{
"days": [
1,
2,
3,
4,
5
],
"exdates": null,
"timezone": "America/Chicago",
"start": "09:00",
"end": "17:00"
}
],
"round_robin_group_id": ""
}
},
"event_booking": {
"title": "Quick Intro",
"timezone": "",
"description": "",
"location": "",
"booking_type": "booking",
"conferencing": {
"provider": "Zoom Meeting",
"autocreate": {
"conf_grant_id": "<CONF_GRANT_ID>",
"conf_settings": null
}
},
"hide_participants": null,
"disable_emails": null
},
"scheduler": {
"available_days_in_future": 30,
"min_cancellation_notice": 0,
"min_booking_notice": 60,
"confirmation_redirect_url": "",
"hide_rescheduling_options": false,
"hide_cancellation_options": false,
"hide_additional_guests": false,
"cancellation_policy": "",
"email_template": {
"logo": "<LOGO>",
"booking_confirmed": {}
}
},
"appearance": null
}
Edit: included screenshot of email