Skip to main content
POST
cURL

Authorizations

x-api-key
string
header
required

Body

application/json
person_id
string<uuid>
required
type
enum<string>
required
Available options:
EMAIL
mailbox_email
string<email>
required

Email address of the mailbox used to send the email when the task is completed.

subject
string
required

Email subject. May be empty while the task is a draft.

content
string
required

Email body. May be empty while the task is a draft.

priority
enum<string>
Available options:
LOW,
MEDIUM,
HIGH,
URGENT
due_at
string<date-time> | null
cc_recipients
string<email>[]

Additional email recipients. The task's person is the primary recipient.

bcc_recipients
string<email>[]

Blind-copy email recipients.

Response

The request has succeeded and a new resource has been created as a result.

Response for a successful create operation.

status
enum<string>
required
Available options:
success
data
object
required