Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 422 Bytes

SendTestSms.md

File metadata and controls

18 lines (12 loc) · 422 Bytes

Brevo::SendTestSms

Properties

Name Type Description Notes
phone_number String Mobile number of the recipient with the country code. This number must belong to one of your contacts in Brevo account and must not be blacklisted [optional]

Example

require 'brevo'

instance = Brevo::SendTestSms.new(
  phone_number: 33689965433
)