Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 785 Bytes

CreateWhatsAppCampaign.md

File metadata and controls

24 lines (18 loc) · 785 Bytes

Brevo::CreateWhatsAppCampaign

Properties

Name Type Description Notes
name String Name of the WhatsApp campaign creation
template_id Integer Id of the WhatsApp template in approved state
scheduled_at String Sending UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). **Prefer to pass your timezone in date-time format for accurate result.For example: 2017-06-01T12:30:00+02:00
recipients CreateWhatsAppCampaignRecipients

Example

require 'brevo'

instance = Brevo::CreateWhatsAppCampaign.new(
  name: Test Campaign,
  template_id: 19,
  scheduled_at: 2017-06-01T12:30:00+02:00,
  recipients: null
)