> For the complete documentation index, see [llms.txt](https://ajuda.consistem.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.consistem.com.br/consistem-api/consistem-erp-api/componentes/componentes-v1.0/realizar-o-envio-de-email-do-sistema-consistem-erp-para-destinatarios.md).

# Realizar o envio de email do sistema Consistem ERP para destinatários

email

## POST /email

> Enviar email do Consistem para destinatários

```json
{"openapi":"3.1.1","info":{"title":"Componentes","version":"1.0"},"tags":[{"name":"Realizar o envio de email do sistema Consistem ERP para destinatários","description":"email"}],"servers":[{"url":"https://localhost/componentes/v10"},{"url":"http://localhost/componentes/v10"}],"security":[{"csw_auth":[]}],"components":{"securitySchemes":{"csw_auth":{"type":"apiKey","name":"Authorization","in":"header"}},"schemas":{"Erro":{"type":"object","properties":{"mensagem":{"type":"string"}}},"ListaEmails":{"type":"object","required":["listaEmail"],"properties":{"listaEmail":{"type":"array","items":{"$ref":"#/components/schemas/Email"}}}},"Email":{"type":"object","required":["assunto","texto","destinatarios"],"properties":{"assunto":{"type":"string","minLength":1,"maxLength":128,"description":"Conteúdo do texto que deve ser enviado como assunto do email."},"texto":{"type":"string","minLength":1,"maxLength":1024,"description":"Conteúdo do texto que deve ser enviado no corpo do email."},"destinatarios":{"type":"array","items":{"$ref":"#/components/schemas/Destinatarios"}}}},"Destinatarios":{"type":"object","required":["Realizar o envio de email do sistema Consistem ERP para destinatários"],"properties":{"email":{"minLength":1,"maxLength":128,"description":"Email do destinatário","type":"string"}}}}},"paths":{"/email":{"post":{"tags":["Realizar o envio de email do sistema Consistem ERP para destinatários"],"summary":"Enviar email do Consistem para destinatários","description":"","operationId":"EnviarEmail","responses":{"200":{"description":"OK"},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Erro"}}}}},"429":{"description":"Too Many Requests"},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Erro"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListaEmails"}}},"description":"Listagem de emails que devem ser enviados do Consistem aos destinatários.","required":true}}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ajuda.consistem.com.br/consistem-api/consistem-erp-api/componentes/componentes-v1.0/realizar-o-envio-de-email-do-sistema-consistem-erp-para-destinatarios.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
