Image Protocol
If images do not appear in the DingTalk Web version, ensure you are using https protocol URLs. http URLs may only work in the desktop client.
Link Behavior
By default, links open in the system browser (pc_slide=False). To open links in the DingTalk PC client's sidebar, set pc_slide=True during DingtalkChatbot initialization.
Mentioning Users (@)
By default, the at_mobiles list appends the mobile numbers to the end of the message text to trigger the @ effect. If you want to control exactly where the @ appears in your text, set is_auto_at=False and manually include the @mobile_number in your message string.
Limitations
- No Response Mechanism: Standard custom robots do not support responding to users (e.g., when a user
@ the robot). For interactive/replying capabilities, you must use DingTalk's Outgoing Robot (Enterprise-created chatbot).