MailMoo
EndpointsCRM

Set when to pick a lead back up

Sets or clears a lead's catch-up date. A lead with a date in the past shows up in triage until someone messages them, which clears it. This is separate from a task: a catch-up date says when to return to the deal, a task is a to-do someone wrote.

POST/campaigns.leads.setLeadFollowUp

Authorization

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/campaigns.leads.setLeadFollowUp" \  -H "Content-Type: application/json" \  -d '{    "leadId": "3c6e2b8e-0e8f-48db-8791-27271df10113",    "followUpAt": "2019-08-24T14:15:22Z"  }'
{  "id": "string",  "workspaceId": "string",  "leadGroupId": "string",  "tagId": "string",  "pipelineStageId": "string",  "closeReason": "NOT_ICP",  "closedFromCategory": "NEW",  "stageSetManuallyAt": "string",  "followUpAt": "string",  "lastActivityAt": "string",  "cycle": 0,  "profilePictureUrl": "string",  "meetingBookedAt": "string",  "meetingBookedSource": "VIDEO_LANDING_PAGE",  "createdAt": "string",  "updatedAt": "string",  "property1": null,  "property2": null}