WordPress · Example Payload

Wordpress Comment Input Example

CMSContent ManagementOpen SourceWordPress

Wordpress Comment Input Example is an example object payload from WordPress, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

postparentauthor_nameauthor_emailcontent

Example Payload

Raw ↑
{
  "post": 123,
  "parent": 0,
  "author_name": "Jane Smith",
  "author_email": "jane@example.com",
  "content": "Thanks for sharing!"
}