# Enviar e-mail de boas vindas

## Como enviar e-mail de boas vindas à um usuário utilizando API?

Para enviar e-mail de boas vindas a um usuário siga os passos abaixo

1. Obtenha o userId: O userId é o código identificador do usuário, obtenha o valor explorando a página Acesso > Pessoas, ou através de consultas de API. Ver mais em [Listar pessoas](/zeev/apis/all/access/people/list.md);
2. Autenticação: Obtenha um token de autenticação para realizar esta requisição, saiba mais em [Como autenticar nas APIs do Zeev](/zeev/apis/como-utilizar-as-apis-do-zeev/como-gerar-tokens-para-autenticar-nas-apis.md);
3. Envie a requisição: Utilize o endpoint [#api-2-users-userid-welcome](#api-2-users-userid-welcome "mention") para enviar a requisição;

{% openapi src="/files/DYIxvabeLXa2mL6uE2si" path="/api/2/users/{userid}/welcome" method="post" %}
[ZeevApi's\_new.json](https://3371003943-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MD66pBdRalAQgnhNstG%2Fuploads%2Ff5huLIsAqm88oSjkTavv%2FZeevApi's_new.json?alt=media\&token=aae47f9f-90ca-48d0-b250-fc38fe74e6c0)
{% endopenapi %}


---

# Agent Instructions: 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:

```
GET https://kb.stoque.com.br/zeev/apis/all/others/welcome.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
