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
- Appearance:
- From: The contact number to send the SMS from
- To: The contact number to send the SMS to
- Message Body: SMS Body to be sent
- Account ID: Avaya Account ID
- Account token: Avaya Account token
- Behavior: Microflow which invokes Avaya CPAAS SMS API for sending an outbound SMS
- Common: Deal with common properties like tab index, style etc.
Dependencies
- AvayaCPAAS module containing helper microflows and entities.
Usage
- Add widget to your project
- Change widget appearance as required
- Define entity as AvayaCPAAS.SEND_SMS containing all details and pass it to a data container
- Add AvayaCPAAS Messaging widget to this data container
- In appearance tab, set values from defined entity as source
- In behavior tab, set AvayaCPAAS.ACT_SMS_Send microflow as target
References
- Avaya InboundXML reference
tag for one-to-one callingtag for conference calling- Avaya REST APIs documentation
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