Search code examples
javaantyammer

Yammer-ANT : How to send notification on yammer using ANT?


I want to send notification on yammer using ANT, How to ?

We are doing build process in that when Our build succeed. Then we want to send notification (feed) to Our members present in Group on yammer. So all members will know that "Build process successfully Done".

Is there any way to send notification(feed) on yammer only ?

Please do the needful.

Hope for the best co-operation from your side.


Solution

  • Probably the easiest thing to try is to use Yammer's email integration, and have ant send an email to a yammer email account, which should be posted to yammer.

    Links to some details- Posting to Yammer via email

    sending email from ant

    It'll take you some time to put these together, but it should work.