Edit template
POST https://graph.facebook.com/{{api-version}}/<TEMPLATE_ID>
- Guide: Message Templates
- Guide: How To Monitor Quality Signals
- Endpoint reference: WhatsApp Message Template
Request Body
{"name"=>"2023_april_promo", "components"=>[{"type"=>"HEADER", "format"=>"TEXT", "text"=>"Fall Sale"}, {"type"=>"BODY", "text"=>"Hi {{1}}, our Fall Sale is on! Use promo code {{2}} Get an extra 25% off every order above $350!", "example"=>{"body_text"=>[["Mark", "FALL25"]]}}, {"type"=>"FOOTER", "text"=>"Not interested in any of our sales? Tap Stop Promotions"}, {"type"=>"BUTTONS", "buttons"=>[{"type"=>"QUICK_REPLY", "text"=>"Stop promotions"}]}], "language"=>"en_US", "category"=>"MARKETING"}
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"success":true}