Clayton How can I make the bellow api call using the API block on the chatbotbuilder and send the downloaded pdf on the whatsapp? curl --location --globoff 'https://ispbox.exainternet.com.br/boletos/imprimir/boletos/imprimir/id:{@id}/formato:pdf/atualizado:1' \ --header 'Authorization: Basic xxxxxxxxxxxxxxxxxx' \ --header 'X-Requested-With: XMLHttpRequest' Thanks!