POST /wp-json/wp/v2/comments

postThe ID of the associated post object.
Required:1
contentThe content for the object.
Required:1
authorThe ID of the user object, if author was a user.
author_emailEmail address for the object author.
author_ipIP address for the object author.
author_nameDisplay name for the object author.
author_urlURL for the object author.
author_user_agentUser agent for the object author.
contentThe content for the object.
dateThe date the object was published, in the site's timezone.
date_gmtThe date the object was published, as GMT.
parentThe ID for the parent of the object.
statusState of the object.
metaMeta fields.

Servers

Query parameters

Name Type Required Description
post String No
content String No
author_name String No
author_email String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.