I have a problem when programming an email via the API.
I have a problem when programming an email via the API.
The problem occurs when I set scheduleType to 6 and enter a custom date.
I am correctly following the documentation.
I tested the API by sending email and even choosing other scheduleType options for 1/2/3.. but the error is when I create a custom date for item 6
My body:
{
"fromAddress": "agenda@mydomain.com.br",
"subject": "Teste",
"content": "teste teste",
"isSchedule": True,
"scheduleType": 6,
"timeZone": "America/Sao_Paulo",
"scheduleTime": "09/24/2023 14:05"
}