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."
}'
Add a note to a lead’s record for team collaboration and context
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."
}'
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."
}'