Cisco Webex Teams (Cisco Spark)

Cisco Webex Teams, or Cisco Spark as it was formally known, is the collaboration service from Cisco that provides your teams with virtual meeting spaces, messages, and video calling. Also, it has a rich API that Ansible can be configured to interact with:

- name: Send a message to Cisco Spark  cisco_spark:    recipient_type: "roomId"    recipient_id: "{{ spark.room_id }}"    message_type: "markdown"    personal_token: "{{ spark.token }}"    message: "The task has **completed** and all is well"

Get Learn Ansible now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.