How to send messages to Microsoft Teams Workflows app with Postman

preview_player
Показать описание
Learn how to use Postman to send messages to Microsoft Teams using a specific URL generated by Microsoft Teams Workflows. A
follow-up to our previous video on setting up Workflows in Microsoft Teams:

#moveworkforward #microsoftteams #atlassian #integration #howto @MicrosoftTeams
Рекомендации по теме
Комментарии
Автор

Sick I find this so recent after you posting it. Really need this in a Github Action, but this helped me get one step further!

ronny
Автор

I am getting status code 202 and not received message in channel, what could be the reason.

girishlavic
Автор

I used the same payload as you did, but I just get a 202 response, but no message in the channel. Any clues as to why it does not work?

pishteok
Автор

while hitting from POSTMAN facing the below error, I have enabled/Turned On the flow.

{
"error": {
"code": "WorkflowTriggerIsNotEnabled",
"message": "Could not execute workflow trigger 'manual' with state 'Deleted': trigger is not enabled."
}
}

RaghuNandan-em
Автор

Hi,
One question, can we configure the user name here, user name like "ABC-chatbot", so in team POST it shows that this message is coming from "ABC-chatbot" user or should we create and dummy user and make it Primary Owner? Please suggest

tarunpatel
Автор

Hi there,

I was wondering if you know how to customize the poster's name in a workflow, similar to how we could modify the poster's name in previous connectors when using a webhook URL to send data. Is there a way to achieve this?

Thank you!

brant
Автор

Why u dont provide ur code? I dont get it

ddtwo
Автор

Hi there! I like the video short, consise, right to the point. However for me this is not working.
I get no message at all even when I try to set up a Invoke-RestMethod is Powershell with my webhook url.
In the workflows inside teams there is an option to Run the Flow manually and when I try that i get an error saying "Flow 'workflow_id' cannot be installed". Do you know what might be the error?

peterszilvasi
Автор

Can send me your json to test post message? Thank you!

ThangNguyen-jpyg
Автор

The message is not displayed completely. Is there a way to show the entire message?

JOAQUINNABIGARCIALOPEZ
Автор

Hey great video. Could you maybe tell me how i could use the Link for Gitlab?

christianwolf
Автор

Hi, I am receiving the following message when POST:

{"error":{"code":"DirectApiAuthorizationRequired", "message":"The request must be authenticated only by Shared Access scheme."}}

go_monitoramento