category: Messaging and Conferencing provider: Microsoft sectionorder: - Connect - Collect commonfields: id: Microsoft Teams via Webhook version: -1 configuration: - additionalinfo: The webhook URL in the Teams channel. display: Microsoft workflow URL name: webhookurl required: true type: 0 section: Connect - display: Trust any certificate (not secure) name: insecure type: 8 section: Connect advanced: true required: false - display: Use system proxy settings name: proxy type: 8 section: Connect advanced: true required: false description: Integration for sending notifications to a Microsoft Teams channel via a workflow of type `Post to a channel when a webhook request is received`. display: Microsoft Teams via Webhook name: Microsoft Teams via Webhook script: commands: - arguments: - defaultValue: None description: 'The message to send. For example: "This is a message from Cortex XSOAR". To use a newline use \n\n or \r\r.' name: message - description: The alternative webhook for a different team. If not defined, the integration's default webhook is used. name: team_webhook - description: The alternative URL to send in place of the link to the Cortex XSOAR Investigation. name: alternative_url - defaultValue: Cortex XSOAR URL description: The title for the link, defaults to "Cortex XSOAR URL". name: url_title - description: Should the adaptive card format be used or a single text message. name: adaptive_cards_format auto: PREDEFINED predefined: - 'true' - 'false' defaultValue: true - description: JSON object used to overwrite the default adaptive card JSON. name: overwrite_adaptive_card_json description: Send a message to Microsoft Teams via Incoming Webhook. name: ms-teams-message dockerimage: demisto/python3:3.12.13.10116658 runonce: false script: '' subtype: python3 type: python fromversion: 6.2.0 tests: - No tests (auto formatted)