Web Service Overview
A web service is a middleware connector. It connects an external IoT network or protocol to TagoIO over webhooks. The Overview page shows the connector's core details and lets you set a display name you can recognize across the project.
Service information
This section holds the identity of the connector. It is open by default and has three fields.
- Display Name is the only editable field. Use it to label the connector so you can tell it apart from others in the same project, for example "TTN US915" or "Sigfox EU". The name is required and can be up to 100 characters. The Save button stays disabled until you change the value.
- App is read-only and shows the connector type this service was
created from. It reads
Middleware {Type}, for example "Middleware Chirpstack". Connector types include AWS IoT, Chirpstack, Everynet, Generic HTTPS, Loriot, MachineQ, Myriota, Senet, Sigfox, Tektelic, and TTN. - Service URL is read-only. It is the webhook endpoint your network
posts uplinks to, and it follows the pattern
https://<service-id>.<project-id>.tagoio.net. A copy button next to the field puts the URL on your clipboard.
The display name is cosmetic. It does not change the connector type, the Service URL, or how messages flow between the device and TagoIO.
Related pages
The Overview page covers identity only. Two sibling pages handle the rest of the connector. The Settings page holds the connector configuration, where the network token and TagoIO API URL are set. The Instances page controls scaling, where you adjust how much capacity the connector runs with.
Danger Zone
This section is collapsed by default and holds one irreversible action. Remove service deletes the connector from the project. Removing a service cannot be undone, so a confirmation dialog appears before it runs. After removal you are returned to the project management overview. The button is only shown if you have permission to disable apps.