- What's New
- Function Overview
- Service Overview
- Getting Started
-
User Guide
- Topic Management
- Subscription Management
- Message Template Management
- SMN Operation Recording
- Logs
- Permissions Management
- Quotas
- Appendix
- API Reference
- SDK Reference
-
FAQs
- What Are the Advantages of SMN?
- What Protocols Does SMN Support?
- How Is SMN Billed?
- What Are the Requirements for an SMN Topic Name?
- How Many Topics Can I Create?
- How Many Subscriptions Can Be Added to a Topic?
- How Many Messages Can Be Published to a Topic?
- How Many Message Templates Can I Create?
- What Are the Limitations on SMS Messages?
- Can I Add Subscriptions Using Multiple Protocols to a Topic?
- Can a Topic Creator Change Subscription Protocols in a Topic?
- Can I Change a Subscription Endpoint for a Topic?
- Can I Delete a Published Message?
- Does SMN Ensure That Messages Are Received by Subscription Endpoints?
- Will a Subscriber Receive the Same Message Multiple Times?
- Why Do Subscribers Fail to Receive Messages After I Publish Messages to a Topic?
- What Can I Do When Pictures in an Email Message Cannot Be Displayed?
- How Do I Obtain My Account ID?
- How Does DingTalk, Lark, or WeCom Chatbot Obtain Subscription Endpoints?
- Videos
Show all
Mappings Between SMN Actions and APIs
Action |
API |
Function |
---|---|---|
SMN:UpdateTopic |
UpdateTopic |
Modify the topic. Only the display_name value can be changed. |
SMN:DeleteTopic |
DeleteTopic |
Delete a topic and its subscribers. If a topic is deleted, any pending messages may fail to send to the topic subscribers. |
SMN:QueryTopicDetail |
QueryTopicDetail |
Query details about a topic. |
SMN:ListTopicAttributes |
ListTopicAttributes |
Query topic attributes. |
SMN:UpdateTopicAttribute |
UpdateTopicAttribute |
Modify an attribute of a topic. |
SMN:DeleteTopicAttributes |
DeleteTopicAttributes |
Delete all attributes of a topic. |
SMN:DeleteTopicAttributeByName |
DeleteTopicAttributeByName |
Delete an attribute of a specified topic. |
SMN:ListSubscriptionsByTopic |
ListSubscriptionsByTopic |
Query the subscription list of a specified topic by page. The list is sorted by time when the subscriptions are added in ascending order. You can specify values of offset and limit. If no subscription has been added, an empty list is returned. |
SMN:Subscribe |
Subscribe |
Add a subscription to a specified topic and send a confirmation message to the subscriber. After confirming the subscription, the subscriber can receive notification messages published to the topic. |
SMN:Unsubscribe |
Unsubscribe |
Delete a subscription. This operation requires identity authentication. Only the subscriber or the topic owner can delete a subscription. |
SMN:Publish |
Publish |
Publish messages to a topic. After a message ID is returned, the message has been saved and is to be delivered to subscribers of the topic. The message form varies depending on the protocol of each subscription. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.