All Products
Search
Document Center

CloudOps Orchestration Service:DingTalk actions

Last Updated:Aug 28, 2019

This topic describes the DingTalk actions, including their usage, parameters, outputs, and sample code. You can use the ACS::Template action to call the cloud product actions. For more information, see ACS::Template.

Cloud product action Description Parameter Output Sample code
ACS::Notify::DingTalkWebhook You can use this action to send notifications to DingTalk through webhooks.
  • webhook: String

  • msgtype: String

  • text: JSON

  • link: JSON

  • markdown: JSON

  • at: JSON

- YAML
ACS::Approve::DingTalkWebhook You can use this action to send notifications to DingTalk through webhooks for approval. The execution remains in the Waiting status until the execution is approved or rejected. The execution continues if it is approved. Otherwise, the execution ends.
  • webhook: String

  • msgtype: String

  • text: JSON

  • link: JSON

  • markdown: JSON

  • at: JSON

- YAML