# MS Teams notifications

Send notifications across Microsoft Teams channels whenever an event or data change occurs.

1. Select **Setup > Automations.**

<figure><img src="/files/MxuAsEJZnLqNvgV0atga" alt=""><figcaption><p>Setup automation</p></figcaption></figure>

2. Create a new automation workflow by clicking on **Create.**

<figure><img src="/files/OW4rHMIskkltoxVL2arn" alt=""><figcaption><p>Create Automation</p></figcaption></figure>

3. Click **Add Trigger** or directly select any of the suggested triggers to configure the triggering event.

<figure><img src="/files/uA1borDkL91aRL63pWN4" alt=""><figcaption><p>Add Trigger</p></figcaption></figure>

4. Let us assume you need to notify your team members whenever a new record is created. In this case, you can select the trigger, 'When a record is created'. A trigger event is added.

<figure><img src="/files/BALqE120OKMBfteZ3PHh" alt=""><figcaption><p>Trigger added</p></figcaption></figure>

5. You can define additional properties and add conditions to further customize your trigger and make it more specific.&#x20;

In the image below, we have added a trigger description and a condition for the trigger that specifies a particular category.&#x20;

{% hint style="info" %}
You can add multiple conditions and combine them using AND/OR, for an event to initiate the action.
{% endhint %}

<figure><img src="/files/6XQ0PtixAZN3ewtJEuHW" alt=""><figcaption><p>Add conditions</p></figcaption></figure>

6. Click **Add action** and then choose **Microsoft Teams Message** to send a Teams message whenever the event occurs.

<figure><img src="/files/c2X8yDI8TElV8kjQtziE" alt=""><figcaption><p>Send MS Teams message</p></figcaption></figure>

7. Enter the action description and the message to be sent. Then, configure the respective Teams Channels as shown below. Finally, click **Save Changes**.

<figure><img src="/files/w8L9ZnNyQAxXYuKckyt6" alt=""><figcaption><p>Define action</p></figcaption></figure>

8. The automation workflow is now set up successfully. You can use the pencil icon to name this workflow for easier identification. You can also add more actions to this event such as sending an email or cascading updates.

<figure><img src="/files/4LfkzLn3P8jx3nhHshjX" alt=""><figcaption><p>Workflow automated</p></figcaption></figure>


---

# 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://docs.powertable.com/explore-powertable/automation/ms-teams-notifications.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.
