...
Define Integration to Burst SMS with the “Send SMS to a number” operation.
On the tenant menu, click on Integration.
Create an Application with the integration type as REST.
Add an instance to the SA Instance environment to send SMS messages.
Configure the ‘Send SMS to a number’ Operation.
Fetch the access token received as a response from the web service and save it in a local attribute Token.
Follow the above steps and create the following integrations:
‘GetContact’ to get the registered mobile number from the user’s Luma profile using Luma API.
Fetch the Count of Matching users from Luma VA and save it in a local attribute Userlistsize.
Add the following Error Handling rules:
If a matching user is found, fetch the Mobile number received as a response from the web service and save it in the attribute Phonenumber.
If no matching user or more than one matching user is found, set an error message and exit the skill
...
Creating an Attribute on Create Global Attributes
Configure a 3rd party Web service integration on REST Integrations
Creating and Managing Skills is at Create Skills
Using Transformation Functions: Random is at Transformation Function Random
Using local attribute in skills on Use Variables in Skills
Using Ruleset on Using Rule Sets
User Registration Skill on Configure System Skills
Publishing Skill on Build and Publish
Understanding Conversation logs on Conversation History.
Provide permissions to users or groups at Permission
Test your Skill on Test your Bot
Debugging skill on Debug Skills
Configure Suggested Skills on Customize System Skills behavior
Refer Use case Permission models - display skills based on the role of User