I was experiencing some buggy behavior with the API connector setting up Zoom API calls. First started with the redirectURI for getting the access token. I kept getting an error after I had initialized the call and wanted to use it in my workflows. I came back the next day and reinitialized and everything works fine (didn’t make any changes to anything, just pressed re-initialize button again)
Now I am having an issue with the ‘Create Meeting’ API call in which I had been able to successfully initialize the call and have that new meeting show up in my Zoom account from the initialization process…however, now that I try to use that call in a workflow I get an error saying the JSON Body is not formatted properly, although it is as I tested in a JSON Validator
{
"topic": "<topic>",
"type": "<type>",
"start_time": "<start_time>",
"duration": "<duration>",
"timezone": "<timezone>",
"agenda": "<agenda>"
}
Looking through the forum the last few days I see other people having the same type of issue, although for them it is usually during initialization. All proposed solutions do not resolve the issue for me and it makes me believe that because I initialized the call and it created a meeting in my zoom account, there is likely some buggy behavior going on.
Do you have any insight into why I would get this error after I have already initialized the call?
