Updated on 2024-04-19 GMT+08:00

Publishing a Text Message

Scenarios

After you publish a text message to a topic, SMN will deliver the message to all confirmed subscription endpoints in the topic.

Prerequisites

Subscribers in the topic must have confirmed the subscription, or they will not be able to receive any messages.

Procedure

  1. Log in to the management console.
  2. In the upper left corner of the page, click and select the desired region and project.
  3. Click . Select Simple Message Notification under Management & Governance.

    The SMN console is displayed.

  4. In the navigation pane, choose Topic Management > Topics.

    The Topics page is displayed.

  5. In the topic list, locate the topic that you need to publish a message to and click Publish Message in the Operation column.

    Alternatively, locate the topic and click its name. In the upper right corner of the displayed topic details page, click Publish Message.

  6. Configure the required parameters based on Table 1.
    1. Configure basic information about message publishing.
      Table 1 Parameter descriptions

      Parameter

      Description

      Subject

      (Optional) The message subject must be fewer than 512 bytes.

      Message Format

      The message format can be Text, JSON, or Template. In this context, select Text.

      Message

      This is the message content, which cannot be left blank nor exceed 256 KB.

    2. (Optional) Configure message attribute parameters. Message attributes specify the scope of message publishing.
      Table 2 Message attribute parameters

      Parameter

      Description

      Type

      Select the type of the message to be published.

      • Protocol
      • String array
      • String

      Name

      Enter up to 32 characters, including only digits, lowercase letters, and underscores (_). Start with a number or lowercase letter. Do not end with an underscore (_) or enter consecutive underscores (_).

      • When you set Type to Protocol, Name is smn_protocol by default.
      • If you set Type to String array, enter the name of the array that restricts the message to be published.
      • When you set Type to String, enter the name of the character string that restricts the message to be published.

      Value

      • When you set Type to Protocol, select a protocol from the drop-down list. The available options are SMS, Email, HTTP, HTTPS, FunctionGraph (function), and functionGraph (workflow).
      • When you set Type to String array, enter a string array. Length: 1 to 10
      • When you set Type to String, you cannot leave Value blank. Enter up to 32 characters, including only digits, letters, and underscores (_).
    Figure 1 shows an example text message.
    Figure 1 Text message example
  7. Click OK.

    SMN delivers your message to all subscription endpoints. For details about the messages received by each endpoint, see Messages Using Different Protocols.