Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 451 Bytes

Notification.md

File metadata and controls

20 lines (14 loc) · 451 Bytes

Brevo::Notification

Properties

Name Type Description Notes
channel String Channel used to send the notifications.
text String Use this field if you want to give more context to your contact about the payment request.

Example

require 'brevo'

instance = Brevo::Notification.new(
  channel: email,
  text: Please pay for your yoga class.
)