Reference

Zoom

Zoom is a communications platform that allows users to connect with video, audio, phone, and chat.

Zoom is a communications platform that allows users to connect with video, audio, phone, and chat.

Category: Communication. Adds 1 action to a care flow.

What to configure

Set these once, on the extension in Awell Studio. An action fails at run time if a required setting is missing.

SettingRequiredNotes
Account IDYesThe account ID of your Zoom account.
Client IDYesThe client ID issued by the Server-to-Server OAuth app.
Client SecretYesThe client secret issued by the Server-to-Server OAuth app. Stored as a secret.

Actions

Zoom adds this action to a care flow. Add one to a step, then fill in its inputs.

Send SMS

Send an SMS

This action can be previewed in Studio before you publish.

InputTypeRequiredDescription
Contact center numberstringYesThis must be an SMS capable phone number allocated to Zoom Contact Center within your account.
TostringYesThe phone number of the person receiving the SMS.
BodytextYesThe content that needs to be sent as an SMS. Maximum length is 500 characters.

Returns:

Data pointType
codestring
messageIdstring
successboolean

Send an SMS to a recipient.

Ensure your Server-to-Server OAuth app has the following scopes set:

  • Scopes: contact_center_sms:write:admin
  • Granular Scopes: contact_center:write:sms:admin

Setup and notes

Zoom is a communications platform that allows users to connect with video, audio, phone, and chat.

Extension settings

To set up this extension, you will need to provide the following:

  1. **Account ID: your Zoom account ID, found on the Server to Server app build page.
  2. Client ID: the client ID of the OAuth app you created in Zoom
  3. Client secret: the client secret of the OAuth app you created in Zoom

You'll have to set up a Server-to-Server OAuth app in Zoom to provision a client ID and secret.

Result codes

On completion, the action returns a code data point indicating the outcome:

  • SUCCESS: SMS was sent successfully.
  • INVALID_CONSUMER_NUMBER_FORMAT: Invalid consumer number; E.164 format is required.
  • CONTACT_CENTER_NUMBER_USED: Zoom Contact Center numbers cannot be used as consumer numbers.
  • CONSUMER_NOT_OPTED_IN: The consumer number you have messaged has not opted in.
  • CONSUMER_OPTED_OUT: The consumer number has opted out of receiving SMS from this Zoom Contact Center number.
  • CONSUMER_BLOCK_LISTED: The consumer number is block-listed by your Zoom Contact Center administrator.
  • INTERNATIONAL_SMS_NOT_SUPPORTED: International messaging is not supported on this account.
  • BODY_TOO_LONG**: Validation error — body exceeds 500 characters.

Changelog

CHANGELOG

Where this page comes from

The settings, actions, inputs, outputs and webhooks above are generated from the extension's own code, at @awell-health/awell-extensions v2.1.159. They match what the platform actually does rather than a description of it.

Field-level detail also appears in Awell Studio when you configure the action. Something wrong or missing? Email support@awellhealth.com.

On this page