Skip to content

Post comment

corsacca edited this page May 14, 2019 · 2 revisions

Post a comment for a contact or a group.

POST https://example.com/wp-json/dt/v1/{contact||group}/{contact_id||group_id}/comment

Replace example.com with your domain Replace {contact||group} with either contact or group Replace {contact_id||group_id} with the ID of the contact or group.

Parameters

  • comment (string) the body of the comment.
  • date (string) optional. format "Y-m-d H:i:s"

Returns

Developer Documentation

Clone this wiki locally