AvayaCPAASMessaging

Content Type: Widget
Categories: Data

Overview

This widget invokes Avaya CPaaS REST API for sending an outbound SMS. ### How does this work? 1. Register an Avaya CPAAS account, note the account ID and token associated 2. Add this widget to your project 3. Configure appearance 4. Configure microflows and data entities to use as specified in the documentation 5. Pass Account ID and token along with from and to numbers to the configured microflow using entities defined in the module ### Further references 1. Avaya CPAAS: https://www.zang.io 2. Avaya Spaces for video conferencing: https://spaces.zang.io/ 3. Pricing details: https://www.zang.io/products/cloud#pricing

Documentation

Demo url

Description

This widget invokes Avaya CPAAS REST API for sending an outbound SMS.

Dependencies

Mendix Modeler 7.21.0

Prerequisites

  • Avaya Account for calling, conferencing, and messaging, register to Avaya Cloud account
  • For video conferencing, register an Avaya Spaces account

Configuration

  1. Appearance:
    1. From: The contact number to send the SMS from
    2. To: The contact number to send the SMS to
    3. Message Body: SMS Body to be sent
    4. Account ID: Avaya Account ID
    5. Account token: Avaya Account token
  2. Behavior: Microflow which invokes Avaya CPAAS SMS API for sending an outbound SMS
  3. Common: Deal with common properties like tab index, style etc.

Dependencies

  1. AvayaCPAAS module containing helper microflows and entities.

Usage

  1. Add widget to your project
  2. Change widget appearance as required
  3. Define entity as AvayaCPAAS.SEND_SMS containing all details and pass it to a data container
  4. Add AvayaCPAAS Messaging widget to this data container
  5. In appearance tab, set values from defined entity as source
  6. In behavior tab, set AvayaCPAAS.ACT_SMS_Send microflow as target

References

Releases

Version: 2.0.0
Framework Version: 7.21.0
Release Notes: Features • Configurable Avaya Account credentials • Configurable Avaya InboundXML URL Enhancements • Better compliance with Mendix conventions Fixes • Cleaned unused data