Create Flow Template Message

POST {{base-url}}/{{waba-id}}/message_templates

Request Body

{"name"=>"<TEMPLATE_NAME>", "language"=>"en_US", "category"=>"MARKETING", "components"=>[{"type"=>"body", "text"=>"<MESSAGE_BODY>"}, {"type"=>"BUTTONS", "buttons"=>[{"type"=>"FLOW", "text"=>"Open flow!", "flow_id"=>"{{flow-id}}", "navigate_screen"=>"<SCREEN_ID>", "flow_action"=>"navigate"}]}]}

RESPONSES

status: OK

{&quot;id&quot;:&quot;template-1&quot;,&quot;status&quot;:&quot;PENDING&quot;,&quot;category&quot;:&quot;MARKETING&quot;}