added
[Core API] Support API owned comments
almost 3 years ago by Josh Ervin
The create comments endpoint, POST /conversations/:conversation_id/comments
, no longer requires an author_id
parameter. If the author_id
is omitted, the comment will be posted using a specialized bot teammate representing the entity that made the request - either an OAuth client or an API token.
Pictured below is how a comment from an API token will appear in a conversation.