WorkflowGen Documentation
8.3
8.3
  • WorkflowGen Administration Guide
  • Administration Module Overview
  • Configuration Panel
  • User Management
    • Directories
    • Users
    • Groups
    • Delegations
  • Directory Synchronization
  • Global Information
    • Participants
    • Applications
    • Categories
    • Global Lists
  • Process Definition
    • Editing
    • Participants
    • Data
  • Form
    • Structure, Sections & Fields
    • Appearance, Behavior & Mapping
    • Management
  • Workflow
    • Actions
    • Parameters
    • Conditions & Exceptions
    • Notifications
  • Reports
  • Remote Approval
  • EFORMASPX Workflow Application
  • XMLTODATABASE Workflow Application
  • GETUSERSFROMDIR Workflow Application
  • XMLTRANS Workflow Application
  • RAISEEXCEPTION Workflow Application
  • UPDATEPROCESSDATA Workflow Application
  • STARTPROCESS Workflow Application
  • COMPLETEACTION Workflow Application
  • GETPROCESSDATA Workflow Application
  • GETFORMDATA Workflow Application
  • CANCELREQUEST Workflow Application
  • MERGEFORM Workflow Application
  • COPYDATA Workflow Application
  • SENDMESSAGE Workflow Application
  • SENDHTTPPOST Workflow Application
  • RESTAPICLIENT Workflow Application
  • EXECSQL Workflow Application
  • JSONTODATA Workflow Application
  • DOCUSIGNSEND Workflow Application
  • DOCUSIGNCHECK Workflow Application
  • ADOBESIGNSEND Workflow Application
  • ADOBESIGNCHECK Workflow Application
  • DOCAPOSTESEND Workflow Application
  • DOCAPOSTECHECK Workflow Application
  • YOUSIGNSEND Workflow Application
  • YOUSIGNCHECK Workflow Application
  • Custom Notification Templates
  • Macros
  • WorkflowGen URLs
  • Custom Menus
  • Portlet
  • Error Messages
Powered by GitBook
On this page
  • Overview
  • How it works
  • Parameters
  • Required parameters
  • Optional parameters
Export as PDF

SENDMESSAGE Workflow Application

PreviousCOPYDATA Workflow ApplicationNextSENDHTTPPOST Workflow Application

Overview

The SENDMESSAGE workflow application lets users send SMS notifications using the Twilio SMS platform; to use this application, you’ll need to set up an account on the Twilio website at .

How it works

The SENDMESSAGE application requires two parameters (BODY and TO) and associating these with their corresponding IDs.

The values that correspond to the ACCOUNT_SID, AUTH_TOKEN, and FROM parameters are required to connect to Twilio, but these are generally configured in the Instant messaging section on the General tab in the Configuration Panel. However, if they have been configured in the SENDMESSAGE action in the process, these values will override any corresponding values set in the Configuration Panel.

Parameters

Required parameters

Parameter

Type

Direction

Description

BODY

Text

IN

Message text

TO

Text

IN

Recipient’s phone number, which must contain the country code (using a + before the country code is optional, e.g. +15551234567)

Optional parameters

Parameter

Type

Direction

Description

ACCOUNT_SID

Text

IN

Account security identifier *

AUTH_TOKEN

Text

IN

Account authentication token *

FROM

Text

IN

Sender’s phone number, which must contain the country code (using a + before the country code is optional, e.g. +15551234567) *

MESSAGE_SID

Text

OUT

ERROR_MESSAGE

Text

OUT

ERROR_CODE

Text

OUT

* These parameters must be associated to a Twilio account.

Alphanumeric code returned to identify successfuly sent messages; for more information, see

Message returned in case of error; for a list of Twilio error messages and codes, see

Error code returned in case of error; for a list of Twilio error messages and codes, see

https://www.twilio.com/sms
https://support.twilio.com/hc/en-us/articles/223134387-What-is-a-Message-SID-
https://www.twilio.com/docs/api/errors/reference
https://www.twilio.com/docs/api/errors/reference