Skip to content

Adapter - Telestax

This page describes version 2.0.6 of the adapter.

Overview

The Telestax adapter is used to send SMS messages.

A valid Telestax account is needed to use this adapter. Please see the the Telestax documentation to find the Account SID and Authorization Token needed by this adapter.



Properties

Name Display Is Required Comments Type Default Value Maximum Value Minimum Value Maximum Length Minimum Length
accountSid Account SID True The account id password 1024 1
authToken Authorization Token True The account authorization token password 1024 1
fromPhoneNumber From Phone Number True The phone number to send from string 1024 1



Commands

Send Text Message (sendTextMessage)

Send a text message

Request Properties

Name Display Description Is Required Type
phoneNumber Phone Number The phone number to send to True string
message Message The message to send True string

Response Properties

Name Description Type
status true if the message was sent; otherwise, false. boolean
messageId The message Id returned from the service. string

Release History

Version Type Description Tracking # Date
2.0.1 Initial First release in the Adapter Type store.
2.0.5 Maintenance Updated third-party components and improved maintainability. NAP-11518
2.0.6 Maintenance Updated third-party components and improved maintainability. NAP-23945 2022-12-01

Categories