Oten Tecnologia
Oten Fiscal
Documentation
POST/nfcom/{idNota}/email

Send email

Sends or resends email using the invoice ID. When reenvio is true, the message goes to every recipient already in the invoice JSON plus any extra recipients in the destinatarios array.

Production: https://api.otentecnologia.com.brSandbox: https://api.sandbox.otentecnologia.com.br

Parameters

This route has no path or query parameters.

Request

cURL
curl -X POST 'https://api.otentecnologia.com.br/nfcom/{idNota}/email' \
  -H 'x-api-key: $OTEN_API_KEY' \
  -H 'Content-Type: application/json'

Responses

200OK
400Bad Request