Skip to main content
POST
/
api
/
v1
/
master-inbox
/
create-note
curl -X POST "https://server.smartlead.ai/api/v1/master-inbox/create-note?api_key=YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "email_lead_map_id": 2433664091,
    "note_message": "Called lead - interested in Q2 2025 rollout. Follow up end of Jan."
  }'
Document important lead information and share context with your team. Essential for collaboration, call notes, and maintaining lead history.

Overview

Adds a note to a lead’s record for team collaboration and historical tracking. Use Cases:
  • Document call outcomes
  • Record meeting notes
  • Share lead insights with team
  • Track qualification details
  • Add context for handoffs

Query Parameters

api_key
string
required
Your SmartLead API key

Request Body

email_lead_map_id
number
required
Lead-campaign mapping ID
note_message
string
required
Note content
curl -X POST "https://server.smartlead.ai/api/v1/master-inbox/create-note?api_key=YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "email_lead_map_id": 2433664091,
    "note_message": "Called lead - interested in Q2 2025 rollout. Follow up end of Jan."
  }'