# Correlation ID

* O envio do “correlation ID” funciona para envio feito via **arquivos.**
* A informação do “correlation ID” **não** será incluída no texto da mensagem, fica oculta e será utilizada posteriormente pelo cliente para identificação da mensagem enviada.
* Para funcionar deve ser incluído uma coluna no arquivo destinada para o correlation ID.

| destination    | nome | info    | ... | correlationid |
| -------------- | ---- | ------- | --- | ------------- |
| 55199999999999 | João | empresa | ​   | campanha\_X   |
| 55199999999999 | Mari | empresa | ​   | campanha\_X   |
| 55199999999999 | José | empresa | ​   | campanha\_X   |

{% hint style="warning" %}
**Observação:** Todas as linhas da coluna Correlation ID precisam estar preenchidas.
{% endhint %}

### **Nomes que serão interpretados como correlation ID:** <a href="#nomes-que-serao-interpretados-como-correlation-id" id="nomes-que-serao-interpretados-como-correlation-id"></a>

"correlationid", "correlationId", "CorrelationId", "CorrelationID", "correlationID", "Correlationid", "CORRELATIONID","correlation\_id", "correlation\_Id", "Correlation\_Id", "Correlation\_ID", "correlation\_ID", "Correlation\_id", "CORRELATION\_ID"


---

# 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-pt.sinch.com/sms/introducao-ao-messaging-sms/correlation-id.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.
