{ "info": { "_postman_id": "9367e29f-a863-40a8-873a-14a3d34c840d", "name": "Enviar Notas por E-mail", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Enviar Uma Nota Por Email", "request": { "auth": { "type": "basic", "basic": [ { "key": "username", "value": "admin", "type": "string" }, { "key": "password", "value": "123mudar", "type": "string" } ] }, "method": "POST", "header": [ { "description": "Indica o tipo de arquivo", "key": "Content-Type", "name": "Content-Type", "type": "text", "value": "application/x-www-form-urlencoded" }, { "description": "Para logar no SAAS com Adm", "key": "Authorization", "type": "text", "value": "Basic YWRtaW46MTIzbXVkYXI=", "warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman." } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "Grupo", "value": "edoc", "description": "Nome do Grupo", "type": "text" }, { "key": "CNPJ", "value": "08187168000160", "description": "CNPJ do cliente Final (Emitente)", "type": "text" }, { "key": "EmailDestinatario", "value": "guilherme.noce@tecnospeed.com.br", "description": "Para onde vai ser enviado", "type": "text" }, { "key": "ChaveNota", "value": "41190708187168000160655780000000171000000276", "description": "Informar Chave da Nota de 44 digitos", "type": "text" }, { "key": "Assunto", "value": "teste", "type": "text" }, { "key": "Texto", "value": "oi", "type": "text" }, { "key": "AnexarPDF", "value": "0", "description": "DANFe será enviado em anexo. 0 - Não 1 - Anexar", "type": "text" }, { "key": "ConteudoHTML", "value": "0", "description": "Define o formato do texto do email. 0 - Não contém um conteúdo HTML 1 - Corpo da mensagem contém HTML", "type": "text" }, { "key": "EmailCCo", "value": "", "description": "Copia Oculta", "type": "text" }, { "key": "EmailCC", "value": "", "description": "Copia para Outro email", "type": "text" } ] }, "url": { "raw": "https://managersaashom.tecnospeed.com.br:7071/ManagerAPIWeb/nfce/email", "protocol": "https", "host": [ "managersaashom", "tecnospeed", "com", "br" ], "port": "7071", "path": [ "ManagerAPIWeb", "nfce", "email" ] } }, "response": [] } ] }