Link Search Menu Expand Document

Constructor: smsJob

Back to constructors index

Info about an SMS job.

Attributes:

NameTypeRequiredDescription
job_idstringYesJob ID
phone_numberstringYesDestination phone number
textstringYesText

Type: SmsJob

Example:

$smsJob = ['_' => 'smsJob', 'job_id' => 'string', 'phone_number' => 'string', 'text' => 'string'];