# Template

{% tabs %}
{% tab title="Parâmetros" %}

<figure><img src="/files/4an6PHy6ri46IG7H3WQY" alt="" width="375"><figcaption><p>Parâmetros de configuração</p></figcaption></figure>

<table><thead><tr><th width="189">Campo</th><th width="128">Tipo</th><th>Descrição</th></tr></thead><tbody><tr><td>Descrição</td><td>Campo de texto</td><td>Elemento visual usado para descrever a funcionalidade do conector dentro do fluxo. </td></tr><tr><td>Conteúdo do template</td><td>Campo de texto</td><td>Aceita um objeto Javascript completo. Permitindo manipular dados que estão em memória durante a execução do fluxo através do objeto msg.</td></tr><tr><td>Converter conteúdo</td><td>Seletor</td><td>Este atributo permite definir se a saída do conector será uma string ou um objeto Javascript já convertido.</td></tr><tr><td>Output path</td><td>Campo de texto</td><td>Define o nome de um atributo que irá armazenar a saída de dados do conector dentro do objeto msg no contexto do fluxo atual.</td></tr></tbody></table>
{% endtab %}

{% tab title="Payload" %}

## Sucesso

Por padrão, o conector permite que as saídas sejam em formato string ou já convertidas para objeto Javascript.

<figure><img src="/files/wz0OnsmpEGCRPSz0pOtP" alt=""><figcaption><p>JSON já convertido para objeto Javascript.</p></figcaption></figure>

<figure><img src="/files/4h1eMb1IUo0CfW2aeYGi" alt=""><figcaption><p>Conteúdo em formato JSON String.</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://docs.floui.io/guia/conectores/categorias/manipulacao-de-dados/template.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.
