post
https://{subdomain}.td.commpeak.com/api/comments
Add a comment to a campaign lead.
Parameters. Send the following in the request body. All three are required:
creator_user_id(string): The ID of the user creating the comment. This user must already exist.campaign_lead_id(string): The ID of the campaign lead the comment belongs to. This campaign lead must already exist.body(string): The comment text. It cannot be empty.
Returns. { "comments": [ { ... } ] } containing the created comment with its id, created_at timestamp, and success set to true.
Example.
{
"creator_user_id": "100",
"campaign_lead_id": "1234",
"body": "this is your comment content"
}Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…