Emails
Email Get Or Create
Get or create an email to a Todoist object, currently only projects and tasks are supported.
put/api/v1/emails
Request body
Example request
{
"obj_id": "6XGgm6PHrGgMpCFX"
}Response
Successful Response
Example response
{
"email": "add.task@example.todoist.net"
}Changes
No recorded changes to this endpoint across all 10 revisions of this API.