Create a WhatsApp Template

POST https://integrations.messagebird.com/v2/platforms/whatsapp/templates

Request Body

{"language"=>"en", "components"=>[{"type"=>"HEADER", "format"=>"IMAGE", "example"=>{"header_url"=>["https://mycdn.com/image.jpeg"]}}, {"type"=>"BODY", "text"=>"Hello {{1}}! This is a sample template. {{2}}", "example"=>{"body_text"=>[["John", "bye!"]]}}, {"type"=>"FOOTER", "text"=>"Sample footer"}, {"type"=>"BUTTONS", "buttons"=>[{"type"=>"PHONE_NUMBER", "text"=>"Call us!", "phone_number"=>"{+number}"}, {"type"=>"URL", "text"=>"Watch", "url"=>"https://www.youtube.com/watch?v={{1}}", "example"=>["https://www.youtube.com/watch?v=abcd"]}]}], "name"=>"sample_whatsapp_template", "category"=>"TRANSACTIONAL"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring