Accelerator SMS System API - Implementation Template
Data mappings
This document provides information generated from the DataWeave scripts included in the project, such as function definitions, variable definitions, and data mapping tables.
| Module | Description |
|---|---|
| sms-twilio-connector |
sms-twilio-connector
Source:
./src/main/resources/dwl/sms-twilio-connector.dwl
Mapping Tables
Maps incoming payload to Twilio API format
| Twilio | Input | Description | |
|---|---|---|---|
| Body | message | Content to send in SMS | |
| From | fromNumber | The contact number from which SMS is sent | |
| To | toNumber | Customer | The contact number to which SMS is sent |