API - SISTEMA | BAILEYS | OFIC...
Mensagem de Texto Simples
1 min
no modelo tradicional da api do whaticket \<?php $curl = curl init(); curl setopt array($curl, array( curlopt url => 'https //{backend url}/api/messages/sendsimple?cc=55', 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" "011989091838", "body" "selecione a melhor opção " }', curlopt httpheader => array( 'content type application/json', 'authorization bearer meutokenaqui' ), )); $response = curl exec($curl); curl close($curl); echo $response;