EndpointsCRM
Delete a note
Removes a note from a lead's timeline. Only the note's author may delete it. This cannot be undone.
POST
/leadActivities.deleteAuthorization
bearerAuth AuthorizationBearer <token>
Enter your MailMoo API key (format: sk_live_...)
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/leadActivities.delete" \ -H "Content-Type: application/json" \ -d '{ "activityId": "bdfd0655-55e6-45e6-8bbc-6ed31d3820b5" }'{ "success": true, "property1": null, "property2": null}Edit a note POST
Rewrites the text of a note. Only the note's author may edit it, so a key can edit the notes it wrote and no others.
Create a task on a lead POST
Creates an open task against a lead. Tasks appear on the lead's timeline and in the assignee's queue. The task's state lives in `metadata.taskStatus`, which starts as `open`.

