Skip to content

Send Text Message Activity

The Send Text Message activity enables users to dispatch SMS messages to specified mobile numbers. This activity facilitates direct communication by sending predefined text content to a recipient.

Field Description Requirement
Gsm no Specifies the mobile number to which the text message will be sent. Required
Text message Defines the content of the text message to be dispatched. Required

Action Types & Examples

Gsm no

  • Format: String (numeric)
  • Example Result: "01111111111"

Text message

  • Format: String
  • Example Result: "Hello, I will send the file."

Implementation Examples

Field Setup - Gsm no: 01111111111 - Text message: Hello, I will send the file.

Execution Parameters - Gsm no: contactNumber - Text message: messageBody

Technical Notes

SMS messages typically have a character limit (e.g., 160 characters for standard GSM encoding). Messages exceeding this limit may be split into multiple parts or incur additional charges. Ensure proper character encoding for non-standard characters to avoid display issues. Delivery success is dependent on network availability and recipient device status.