Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Define Integration to Burst SMS with the “Send SMS to a number” operation.

    1. On the tenant menu, click on Integration.

    2. Create an Application with the integration type as REST.

    3. Add an instance to the SA Instance environment to send SMS messages.

    4. Configure the ‘Send SMS to a number’ Operation.

    5. Fetch the access token received as a response from the web service and save it in a local attribute Token.

  2. Follow the above steps and create the following integrations:

    1. ‘GetContact’ to get the registered mobile number from the user’s Luma profile using Luma API.

      1. Fetch the Count of Matching users from Luma VA and save it in a local attribute Userlistsize.

      2. Add the following Error Handling rules:

        1. 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.

        2. If no matching user or more than one matching user is found, set an error message and exit the skill

...

  1. Creating an Attribute on Create Global Attributes

  2. Configure a 3rd party Web service integration on REST Integrations

  3. Creating and Managing Skills is at Create Skills

  4. Using Transformation Functions: Random is at Transformation Function Random

  5. Using local attribute in skills on Use Variables in Skills

  6. Using Ruleset on Using Rule Sets

  7. User Registration Skill on Configure System Skills

  8. Publishing Skill on Build and Publish

  9. Understanding Conversation logs on Conversation History.

  10. Provide permissions to users or groups at Permission

  11. Test your Skill on Test your Bot

  12. Debugging skill on Debug Skills

  13. Configure Suggested Skills on Customize System Skills behavior

  14. Refer Use case Permission models - display skills based on the role of User