Jan 02 2022 08:30 AM
I'm trying to call an incoming webhook.
The response status code is 200, yet the message cannot be viewed in the chat.
The response text contains the following:
'Webhook message delivery failed with error: Microsoft Teams endpoint returned HTTP error 400 with ContextId MS-CV=Z1ijRWzo8E2AeGB...'
How can I find what is wrong with my request?
Jan 10 2022 10:37 PM
Jan 10 2022 11:16 PM - edited Feb 03 2022 11:52 PM
@Arik- We are tried to repro the scenario using the following documents. we did not get the error as mention above. Could you please check it once in given document.
Ref. doc - Create Incoming Webhook
Send a message through Incoming Webhook
Let us know if you have any query.
Thanks,
Sayali
-----------------------------------------------------------------------------------------
If the response is helpful, please click "Mark as Best Response" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
Jan 11 2022 09:10 PM
Feb 03 2022 11:45 PM
Feb 16 2022 08:21 PM
@reesehopkins -Have you tried with the following document?
Ref. doc - Create Incoming Webhook
Feb 17 2022 08:21 AM - edited Feb 17 2022 08:21 AM
@Sayali-MSFT - thanks I figured it out. There was a syntax error -- likely in how I sent my attachment, but I can't remember exactly where it occurred.
Mar 01 2023 11:59 AM
@JudyLi0218 , I believe my issue was related to an embedded image and my card payload was too large. I replaced the embedded image (as binary) with an image url instead. I believe that fixed the problem.
Apr 27 2023 01:01 AM
Apr 28 2023 03:42 AM