Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.breakcold.com/rest/reminders \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "name": "<string>", "id_lead": "<string>", "ressource_link": "<string>", "date": "2023-11-07T05:31:56Z", "cron": "<string>", "users": [ "<string>" ] } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "date": "<string>", "name": "<string>", "cron": "<string>", "cron_id": "<string>", "created_at": "<string>", "updated_at": "<string>", "is_deleted": true, "is_done": true, "ressource_link": "<string>", "ai_generated": true, "ai_action_channel": "<string>", "ai_action_description": "<string>", "ai_action_priority": "<string>", "ai_action_reasoning": "<string>", "ai_time_precision": "<string>", "ai_followup_strategy": "<string>", "ai_action_rationale": "<string>", "ai_draft_subject": "<string>", "ai_draft_message": "<string>", "ai_draft_metadata": "<string>", "id_lead": "<string>", "id_space": "<string>" }
1 - 255
^(\*|([0-5]?[0-9])) (\*|([01]?[0-9]|2[0-3])) (\*|([01]?[0-9]|2[0-3]|3[01])) (\*|([1-9]|1[012])) (\*|([0-6]))(\s?(\*|([0-5]?[0-9]))){0,2}$
Successful response
Was this page helpful?