origin property

dynamic origin
getter/setter pair

Only show messages that were sent by users (web), through the REST API (rest), via reply-to-email (email) or via the import REST API (import).

For example:

// Don't show messages that were sent via the REST API
{ origin: ["!=", "rest"] }

Implementation

external dynamic origin;