I’m trying to invoke below API with JSON body even though i have enabled When someone scheduled a meeting for a host property in user settings email is not sent out to host or other participants. Using a paid account.
API - When someone scheduled a meeting for a host
JSON BODY -
{
“topic”: “Zoom Test”,
“type”: 2,
“duration”: 20,
“timezone”: “India”,
“default_password”: false,
“agenda”: “We will discuss about Today’s Demo process”,
“schedule_for”:“my email”,
“recurrence”: {
“end_date_time”: “2023-04-04T15:59:00Z”,
“end_times”: 7,
“monthly_day”: 1,
“monthly_week”: 1,
“monthly_week_day”: 1,
“repeat_interval”: 1,
“type”: 1,
“weekly_days”: “1”
},
“settings”: {
“host_video”: true,
“participant_video”: true,
“cn_meeting”: false,
“in_meeting”: true,
“join_before_host”: false,
“mute_upon_entry”: false,
“watermark”: false,
“use_pmi”: false,
“email_notification”: true,
“approval_type”: 2,
“audio”: “both”,
“auto_recording”: “local”,
“enforce_login”: false,
“waiting_room”: true,
“allow_multiple_devices”: true,
“meeting_invitees”: [
{
“email”: “example@gmail.com”
}
]
}
}