Post Comments
Last updated
Was this helpful?
Last updated
Was this helpful?
Get
number (int) optional. How many comments to return
offset (int) optional. How many comments to skip (for pagination)
Includes comment meta data and reactions along with default comment:
comment (string) the body of the comment.
date (string) optional. format "Y-m-d H:i:s"
comment_type (string) optional. The comment type. Default: 'comment'
meta (object) optional. Additional meta data
Query params: add ?silent=true
to disable notifications
@mentions Mention are used to make sure a user sees a comment and gets a notification. This example @mentions user with id 46 and will display bob as the name of the user.
links Create a link to another record, page or site
meta data Create additional meta data - such as reactions or audio files - by passing a meta data object with the key/value pairs to be created. Values can be primitive types (string, int, etc) or arrays.
Includes comment meta data along with default comment:
comment (string) the body of the comment.
meta (object) optional. Additional meta data
Includes comment meta data along with default comment:
(bool) true if the contact was deleted
POST
(object) The default wordpress comment. See
POST
(object) The default wordpress comment. See
DELETE