API - SISTEMA | BAILEYS | OFIC...
Mensagem HUB (Arquivos)
1 min
\<?php $curl = curl init(); curl setopt array($curl, array( curlopt url => 'https //{backend url}/api/messages/official/sendmediabyurl', 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" "image/jpeg", "filename" "algumacoisa jpeg", "caption" "teste", "body" "https //encrypted tbn0 gstatic com/images?q=tbn\ and9gcsdmvv9vtwspmncujyp9xcfsbyzsunhfrppug\&s" }', curlopt httpheader => array( 'content type application/json', 'authorization bearer tokenmeu' ), )); $response = curl exec($curl); curl close($curl); echo $response;
