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
Table of contents
Properties
Properties
field
• field: SmsMatchOptionFieldEnum
Fields of an SMS object that can be used to filter results
memberof
SmsMatchOption
should
• should: SmsMatchOptionShouldEnum
How the value of the email field specified should be compared to the value given in the match options.
memberof
SmsMatchOption
value
• 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