The webhook URL defines the address (also known as the endpoint) of the system that will receive the data sent by the webhook:
The header parameters are included in the request header. They can be used, for example, to add an API key, which is strongly recommended in production to prevent malicious data injection.
Data Filtering (Optional)
Filters allow you to limit the data sent by adding validity conditions to the transmitted information. This helps ensure that only relevant or valid data is forwarded to your destination system.
Other Useful Options
Compatibility Mode
This mode allows users of older versions of Ubiqod to continue receiving data in the previous format. Leave this option disabled for normal use.
Rate Limiting
This option lets you set a limit on the data transmission rate. This is useful if the destination system has its own capacity constraints.
For example, entering 3 will enforce a 3-second delay between two data transmissions.
Data will not be lost: they will be queued and sent according to the configured rate.
Missed Data Replay (IoT)
For compatible IoT devices, this option enables the platform to resend data when it detects that a previous transmission failed.
Testing and Debugging
Retry Policy on Failure
If the server receiving the webhook responds with a non-2XX status code, Ubiqod automatically retries once after 60 seconds.
If the second attempt also fails, an error is logged in the connector’s logs.
You can configure email alerts in your account settings to be notified of such failures.
Data Traceability and Logs
This section also includes details on:
- The retention period for technical data
- The ability to manually replay data in case the destination system was temporarily unavailable.