DEV Community

Discussion on: Microsoft Teams Webhook Integration

Collapse
 
vishwasmahadev profile image
Vishwas Mahadev • Edited

Hi Harshad,

I hope you are familiar to this topic on which I am asking you the question on.

I am currently working on message cards/Actionable messages in email. I am trying to send Actionable Message, like the email contains Approve or Reject buttons in it. As soon a user clicks on Approve I will have send (POST/PATCH) a payload to App client.

I am get till the sending of emails using python. But when I click on Approve button it showing me 401 error. I tried to pass bearer token but no luck. What headers should I include in the request?

Any inputs pls.