Interface SmsMatchOption

Options for matching SMS messages in a phone number. Each match option object contains a field, should and value property. Together they form logical conditions such as BODY should CONTAIN value.

Export

Interface

SmsMatchOption

Hierarchy

  • SmsMatchOption

Properties

Properties

Fields of an SMS object that can be used to filter results

Memberof

SmsMatchOption

How the value of the email field specified should be compared to the value given in the match options.

Memberof

SmsMatchOption

value: string

The value you wish to compare with the value of the field specified using the should value passed. For example BODY should CONTAIN a value passed.

Memberof

SmsMatchOption