I can't figure it out how to embed a video player when posting a message with Yammer API.
I have been testing the Yammer API with postman:
As response, I got "400 bad request":
{
"body": [
"Please include a message"
],
"code": "body_blank"
}
If I just paste the video url in "body", I will get "201 created". But in Yammer, the post looks like:
I would like the post looks similar to this:
Does anyone know how to do it? Thanks!