Twilio – Get message
This activity fetches a message from your Twilio account using the Programmable Messaging API. To use this activity, a connection must be configured to Twilio.
| Parameters | Description |
|---|---|
|
Connection |
Drop-down list of Twilio connections. |
|
AccountSid |
Twilio security identifier for the account. |
|
MessageSid |
Twilio security identifier for the message. |
| Parameters | Description |
|---|---|
|
StatusCode |
HTTP response code for the request. |
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False). |
Message |
Returns the response message from the activity. |
↑