Add Comment to a Post

Adds a comment to a post.

Multipart supported, refer to Sending Files.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≥ 1

The ID of the Post to add the comment to.
Use IDs from Get a Post, Create a Post or List all User's Posts methods responses only. Some providers may allow native Post IDs, please refer to Posts integration guides.

string
required
^acc_(.*)$

ID of the Account (acc_xxx) to call the method on behalf of.

Body Params
string
required

Textual content of the comment. User mentions can be added by inserting an @ followed by the id or public_identifier of the user (example: @JohnDoe).

string
length ≥ 1

The ID of the User on whose behalf the comment should be published (if supported by the provider).

attachments
array of objects

Attachment associated with the comment

attachments
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json