list_lead_messages
List the stored outreach messages saved on a CRM lead (email/LI drafts and follow-ups), newest first. Use to pull the copy back out of the CRM before sending it via the right channel. Optionally filter by channel or kind.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by kind (e.g. 'followup'). Optional. | |
| limit | No | Max rows (default 20, max 50). | |
| channel | No | Filter by channel. Optional. | |
| contact_id | Yes | UUID of the contact (lead). |