Zoom Connect SMS API

Don't think this is in the pipeline to be fixed anytime soon.
Here's the work-around I use:

  1. Create a separate ASP page which would make the API call.
  2. Wrap the response in JSON.
  3. Return this JSON as response.
  4. In Server Action, call this ASP page using API Action step.
1 Like