@mateus.silva Seems to be working now, thanks for the follow-up.
Hello All!
Is possible to send XML content?
Thanks
Hello @celio.gushiken,
Just to clarify the Generic HTTP middleware does not support XML content** out-of-the-box. That integration expects JSON in the request body. If you send XML to the generic endpoint, it won’t be parsed correctly by TagoIO’s middleware since it’s designed to receive JSON payloads and map fields based on JSON key names.
Recommended approach:
- Convert the XML to JSON before sending it to the TagoIO Generic HTTPS Endpoint (e.g., using a proxy or webhook transformer).
- Alternatively, build a custom middleware or Analysis that accepts XML, converts it to JSON, and then pushes to the TagoIO APIs.