Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • /agent/v2/stream/${streamId}/message/create
  • /pod/v2/user?email=${emailAddress}&local=true
  • /pod/v1/im/create

Bot code logs in, handler code can message to a known room or search for a user given an identifier such as email address and create a direct message stream to that user

Listen and respond to simple commands

...

See sample hubot script : https://github.com/symphonyoss/hubot-symphony#non-standard-messaging

REST endpoints

  • /agent/v1/datafeed/create
  • /agent/v2/datafeed/${datafeedId}/read
  • /pod/v2/user?uid=${userId}&local=true
  • /agent/v2/stream/${streamId}/message/create

...