API - SISTEMA | BAILEYS | OFIC...
API Oficial (NATIVA) - Interactives
2 min
envio de template \<?php $curl = curl init(); curl setopt array($curl, array( curlopt url => 'https //{backend url}/api/messages/sendinteractive', curlopt returntransfer => true, curlopt encoding => '', curlopt maxredirs => 10, curlopt timeout => 0, curlopt followlocation => true, curlopt http version => curl http version 1 1, curlopt customrequest => 'post', curlopt postfields =>'{ "number" "5511989091838", "type" "button", "header" { "type" "document", "document" { "link" "https //file examples com/wp content/storage/2017/10/file example pdf 1mb pdf", "filename" "catalogo produtos 2024 pdf" } }, "body" { "text" "confira nosso catálogo completo com todos os produtos disponíveis e escolha o que mais combina com você!" }, "buttons" \[ { "type" "reply", "reply" { "id" "fazer pedido", "title" "fazer pedido" } }, { "type" "reply", "reply" { "id" "falar vendedor", "title" "falar com vendedor" } } ] }', curlopt httpheader => array( 'content type application/json', 'authorization bearer seutoken' ), )); $response = curl exec($curl); curl close($curl); echo $response;
