1
votes

I configured an incoming webhook for my Teams channel and also configured BambooHR webhook with Teams incoming webhook URL to post data to the channel. Even posting data from different places is working well, it is not working for BambooHR webhook. Why this problem occurs and how can I fix this?

1
can you please check what BambooHR is trying to push and in which format. Please refer this (docs.microsoft.com/en-us/microsoftteams/platform/concepts/…) for more information on incoming Webhook.Abhijit
I configured BambooHR format as JSON and it is working on another IP addresskyo

1 Answers

1
votes

Microsoft Teams Incoming Webhook accepts only one format and it is below. Whatever you need should be the value of the text.

{ text:"" }

None of the other formats is valid for it, that's why BambooHR Webhook did not work. I wish they had a proper JSON format.