# Send message to Teams

The **Send message to Teams** step leverages the WebHook Bot app to send messages from a task sequence to the specified Teams channel URL.

<figure><img src="/files/pszOdWUQSh80zFF0Rk2T" alt=""><figcaption></figcaption></figure>

The URL is generated by the WebHook Bot when you integrate the app into a channel.  The message can contain any text, with task sequence variable names (inclosed in percent signs) replaced by the current value of that variable.

See [ https://appsource.microsoft.com/en-us/product/office/WA200007770](< https://appsource.microsoft.com/en-us/product/office/WA200007770>) for more information on the needed configuration for this.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.2pintsoftware.com/deployr/reference/step-definitions/send-message-to-teams.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
