curl -X POST "https://server.smartlead.ai/api/v1/master-inbox/set-reminder?api_key=YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"email_lead_map_id": 2433664091,
"email_stats_id": "abc-def-123",
"message": "Follow up on pricing question",
"reminder_time": "2025-01-27T14:00:00Z"
}'
{
"success": true,
"message": "Reminder set successfully",
"data": {
"reminder_id": 789,
"email_lead_map_id": 2433664091,
"reminder_time": "2025-01-27T14:00:00Z",
"message": "Follow up on pricing question"
}
}
Set a reminder for a specific lead conversation
curl -X POST "https://server.smartlead.ai/api/v1/master-inbox/set-reminder?api_key=YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"email_lead_map_id": 2433664091,
"email_stats_id": "abc-def-123",
"message": "Follow up on pricing question",
"reminder_time": "2025-01-27T14:00:00Z"
}'
{
"success": true,
"message": "Reminder set successfully",
"data": {
"reminder_id": 789,
"email_lead_map_id": 2433664091,
"reminder_time": "2025-01-27T14:00:00Z",
"message": "Follow up on pricing question"
}
}
curl -X POST "https://server.smartlead.ai/api/v1/master-inbox/set-reminder?api_key=YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"email_lead_map_id": 2433664091,
"email_stats_id": "abc-def-123",
"message": "Follow up on pricing question",
"reminder_time": "2025-01-27T14:00:00Z"
}'
{
"success": true,
"message": "Reminder set successfully",
"data": {
"reminder_id": 789,
"email_lead_map_id": 2433664091,
"reminder_time": "2025-01-27T14:00:00Z",
"message": "Follow up on pricing question"
}
}