When using the API to POST a new email draft, I receive the following error if the recipient list is longer than 21 addresses:
{
"_error": {
"status": 400,
"title": "Bad request",
"message": "Body did not satisfy requirements",
"details": b
"body.cc: should be an array"
]
}
}
Does anyone know why this is the case?
Thank you.