Zoom meeting is created but error (was notable to map respons)

Dear Team ,

This is my first time here posting. Hoping to get the solution to the problem

I’m able to create single meeting using zoom api and external service in Salesforce flow.
But when i try to create recurring meeting it creates perfectly.
But it throws errors:

Unable to map response for parameter: 201 and invokable action: FAZOOM.meetingCreate. Received response: {“uuid”:“vvv==”,“id”:99890847784,“host_id”:“lll-yy”,“host_email”:“useri.b@testtest”,“topic”:“Test DO NOT BOOK22-tttti test”,“type”:8,“status”:“waiting”,“timezone”:“Europe/London”,“created_at”:“2022-03-14T15:34:03Z”,“start_url”:“https://test.zoom.us/s/99890847784?zak=eyJ0eXAiOiJKV1QiLCJzdiI6IjAwMDAwMSIsInptX3NrbSI6InptX28ybSIsImFsZyI6IkhTMjU2In0.eyJhdWQiOiJjbGllbnRzbSIsInVpZCI6IlF5bjQtUThmU1pHSVo3N0otWURFZFEiLCJpc3MiOiJ3ZWIiLCJzayI6IjY3OTUyOTY4ODg3MzM5OTI4MTIiLCJzdHkiOjEwMCwid2NkIjoiYXcxIiwiY2x0IjowLCJtbnVtIjoiOTk4OTA4NDc3ODQiLCJleHAiOjE2NDcyNzkyNDMsImlhdCI6MTY0NzI3MjA0MywiYWlkIjoiRkRVSDl2MjFUQnVGbm9CMld0WnItUSIsImNpZCI6IiJ9.g8deMfEFf7RLlwR5fVPoiQSPmbo2dY2XQKs7shWZons",“join_url”:“https://test-yest.zoom.us/j/99890847784”,“occurrences”:[{“occurrence_id”:“1652093520000”,“start_time”:“2022-05-09T10:52:00Z”,“duration”:120,“status”:“available”},{“occurrence_id”:“1652179920000”,“start_time”:“2022-05-10T10:52:00Z”,“duration”:120,“status”:“available”},{“occurrence_id”:“1652266320000”,“start_time”:“2022-05-11T10:52:00Z”,“duration”:120,“status”:“available”}],“settings”:{“host_video”:false,“participant_video”:false,“cn_meeting”:false,“in_meeting”:false,“join_before_host”:false,“jbh_time”:0,“mute_upon_entry”:true,“watermark”:false,“use_pmi”:false,“approval_type”:2,“audio”:“both”,“auto_recording”:“none”,“enforce_login”:false,“enforce_login_domains”:"",“alternative_hosts”:"",“close_registration”:false,“show_share_button”:false,“allow_multiple_devices”:false,“registrants_confirmation_email”:true,“waiting_room”:true,“request_permission_to_unmute_participants”:false,“global_dial_in_countries”:[“GB”],“global_dial_in_numbers”:[{“country_name”:"United Kingdom”,“number”:"+44 2034815240",“type”:“toll”,“country”:“GB”},{“country_name”:“United Kingdom”,“number”:"+44 3300885830",“type”:“toll”,“country”:“GB”}],“registrants_email_notification”:true,“meeting_authentication”:false,“encryption_type”:“enhanced_encryption”,“approved_or_denied_countries_or_regions”:{“enable”:false},“breakout_room”:{“enable”:false},“alternative_hosts_email_notification”:true,“device_testing”:false,“focus_mode”:false,“private_meeting”:false,“email_notification”:true},“recurrence”:{“type”:1,“repeat_interval”:1,“end_times”:3},“pre_schedule”:false}

Any pointers will be much appreciated
this is the request: I have tried various combinations instead of number of times i have used end date time…this doesn’t create error but doesn’t create meeting. In response it returns invalid zoom URL

body = {!varApexZoomMeetingBody} (FAZOOM_meetingCreate_IN_body : { “z0type” : 8, “topic” : “Test DO NOT BOOK22-sonali test”, “startx5ftime” : “2022-05-09T11:52:00.000Z”, “recurrence” : { “z0type” : 1, “endx5ftimes” : 3 }, “duration” : 120 })

userId = {!$Record.Venue_Account_email__c} (me1me1.b@iii-yyy.org.uk)

Thanks

Hi @sonali.bhagat

Thank you for reaching out to the Zoom Developer Forum, I am happy to help here!

So you are able to create meetings but you get an error?
Could you please share with me the request body that you are sending when creating the meeting so I can debug this issue further?

Thanks
Elisa

body = {!varApexZoomMeetingBody} (FAZOOM_meetingCreate_IN_body : { “z0type” : 8, “topic” : “2 TEST ZOOM LINKS 16-3 evening reoccuring x2”, “startx5ftime” : “2022-04-02T18:30:00.000Z”, “recurrence” : { “z0type” : 1, “endx5ftimes” : 2 } })

userId = {!$Record.Venue_Account_email__c} (email@kk.com)

The above is the body

Thanks Elisa for looking into this
Much appreciated
I’m on leave for 2 weeks from 22nd March…But i can definitely reply before that
Thanks for your help

Hi Elisa,

I’m back from my holidays
Do you need more input

Thanks

Sonali

Hi there @sonali.bhagat
Good to hear back from you!
Could you confirm that this is the response body that you are sending when creating the recurring meeting?

{ “z0type” : 8, “topic” : “2 TEST ZOOM LINKS 16-3 evening reoccuring x2”, “startx5ftime” : “2022-04-02T18:30:00.000Z”, “recurrence” : { “z0type” : 1, “endx5ftimes” : 2 } })

Also could you please confirm that you are still experiencing this behavior?
Thanks a lot,
Elisa