RingCentral · Arazzo Workflow
RingCentral Provision a User Extension and Send the Welcome Email
Version 1.0.0
Create a user extension, read it back to confirm provisioning state, and trigger the activation welcome email.
Provider
Workflows
provision-extension-send-welcome
Create a user extension, verify its state, and send the activation welcome email.
Creates a new user extension with contact details and an extension number, reads the created extension back to confirm its status and captured ids, and sends the welcome email that lets the user activate the account.
1
createExtension
createExtension
Create the extension with the user's contact record. The extension is created in the NotActivated state until the user completes activation.
2
verifyExtension
readExtension
Read the extension back to confirm what RingCentral actually provisioned — the allocated extension number, the contact record, and the activation state the user is currently in.
3
sendWelcomeEmail
sendWelcomeEmailV2
Send the welcome/activation email to the new user. This operation lives on the v2 provisioning surface and is account-scoped, taking the target address in the body rather than an extension id in the path.