Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 657 Bytes

SendSms.md

File metadata and controls

26 lines (20 loc) · 657 Bytes

Brevo::SendSms

Properties

Name Type Description Notes
reference String
message_id Integer
sms_count Integer Count of SMS's to send multiple text messages [optional]
used_credits Float SMS credits used per text message [optional]
remaining_credits Float Remaining SMS credits of the user [optional]

Example

require 'brevo'

instance = Brevo::SendSms.new(
  reference: ab1cde2fgh3i4jklmno,
  message_id: 1511882900176220,
  sms_count: 2,
  used_credits: 0.7,
  remaining_credits: 82.85
)