POST /wp-json/wp/v2/comments
post | The ID of the associated post object. Required:1 |
content | The content for the object. Required:1 |
author | The ID of the user object, if author was a user. |
author_email | Email address for the object author. |
author_ip | IP address for the object author. |
author_name | Display name for the object author. |
author_url | URL for the object author. |
author_user_agent | User agent for the object author. |
content | The content for the object. |
date | The date the object was published, in the site's timezone. |
date_gmt | The date the object was published, as GMT. |
parent | The ID for the parent of the object. |
status | State of the object. |
meta | Meta fields. |
Servers
- https://{baseUrl}
Query parameters
Name | Type | Required | Description |
---|---|---|---|
post |
String | No | |
content |
String | No | |
author_name |
String | No | |
author_email |
String | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.