Skip to main content

Get Message Status

Description

This Activity retrieves the status of a specific Whatsapp message by using its unique message ID.

Properties

Input

  • Account SID - Specify the Twilio Account SID.
  • Auth Token - Specify the Twilio Auth Token.
    note

    You can ignore setting this property in the case of the API Key.

  • API Key SID - Specify the SID generated in Twilio console.
  • API Key Secret - Specify the Secret generated in Twilio console.
  • Message Id - Specify the unique Id of the Message.

Misc

  • DisplayName – Add a display name to your Activity.
  • Private – By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Output

  • Message Response - Contains the raw response from the Twilio REST API.
    info

    This is an optional output and might be needed only for troubleshooting.

  • Message Status - Returns the status of the Message sent. You can refer to the following page for the possible status values: Twilio Whatsapp Message Status Values.

Example

Download Example

Get Message Status