Nov 11 2022 03:57 AM - edited Nov 11 2022 03:58 AM
The activity feed on our web application can optionally syndicate to Yammer. This integration has worked fine for many months, however from about 2 weeks ago (28th Oct) we noticed intermittent 500 responses from Yammer. Roughly 90% fail and about 10% succeed. Even posting identical messages, some work and some don't. We are really struggling to understand what the issue is as we haven't changed anything and there doesn't seem to be a pattern to the failures.
Here's the documentation for the endpoint we are using /messagesPost.json - Yammer | Microsoft Learn And here is an example of the fields we are posting:
{
"og_fetch":false,
"og_url":"https://workstars.workstars.com/recognition/view/636deb303427cf7af6504bdb",
"og_title":"Thank you - \"Thank you all for being an incredible team and pulling together to ge...\"",
"og_description":"View/Congratulate",
"group_id":"14198398976",
"is_rich_text":true,
"message_type":"announcement",
"title":"Amy Banks, David Flaks, Lewis Hewton, Pri Mohite, Corwin Ng, Nandini Phadnis have been recognised by Simon Liley"
}
Is anyone experiencing anything similar or could offer some advise on how to debug the issue?