Interface SearchInboxesOptions

Export

Interface

SearchInboxesOptions

Hierarchy

  • SearchInboxesOptions

Properties

before?: Date

Optional filter by created before given date time

Memberof

SearchInboxesOptions

domainId?: string

Optional domain ID filter

Memberof

SearchInboxesOptions

favourite?: boolean

Optionally filter results for favourites only

Memberof

SearchInboxesOptions

Optional filter by inbox function

Memberof

SearchInboxesOptions

Type of inbox. HTTP inboxes are faster and better for most cases. SMTP inboxes are more suited for public facing inbound messages (but cannot send).

Memberof

SearchInboxesOptions

pageIndex?: number

Optional page index in list pagination

Memberof

SearchInboxesOptions

pageSize?: number

Optional page size in list pagination

Memberof

SearchInboxesOptions

search?: string

Optionally filter by search words partial matching ID, tags, name, and email address

Memberof

SearchInboxesOptions

since?: Date

Optional filter by created after given date time

Memberof

SearchInboxesOptions

Optional createdAt sort direction ASC or DESC

Memberof

SearchInboxesOptions

tag?: string

Optionally filter by tags. Will return inboxes that include given tags

Memberof

SearchInboxesOptions