GetOrCreateEmailArgs
type GetOrCreateEmailArgs = {
objId: string;
objType: EmailObjectType;
};
Arguments for getting or creating an email forwarding address.
See
https://developer.todoist.com/api/v1/#tag/Emails/operation/email_get_or_create_api_v1_emails_put
Properties
objId
objId: string;
The ID of the object.
objType
objType: EmailObjectType;
The type of object to forward emails to.