API
Crear un borrador
Aquí los destinatarios son arrays, aunque el almacén los guarde unidos.
POSTapi.openemail.uk/drafts
Ejecuta la llamada real contra tu espacio de trabajo, con tu propia clave.
POST /drafts
Aquí los destinatarios son arrays, aunque el almacén los guarde unidos.
Ejemplo
Requiere drafts:write.
curl -X POST "$OE/drafts" -H "$AUTH" -H "Content-Type: application/json" \ -d '{ "to": ["[email protected]"], "subject": "Draft subject", "html": "<p>Half a thought.</p>" }'{ "object": "draft", "id": "draft-fdc85673-…" }