v4

latestSwagger 2.02026-08-0343714211.7 MB
inbox_recipients
Inbox Recipients

Create Inbox Recipient

Create Inbox Recipient

post/inbox_recipients

Response

The InboxRecipients object.

companystring

The recipient's company.

namestring

The recipient's name.

notestring

A note sent to the recipient with the inbox.

recipientstring

The recipient's email address.

sent_atstring date-time

When the Inbox was shared with this recipient.

Example response

{
  "company": "Acme Inc.",
  "name": "John Doe",
  "note": "Some note.",
  "recipient": "john.doe@example.com",
  "sent_at": "2000-01-01T01:00:00Z"
}