Create a webhook filter
Webhook Filters
Create a webhook filter
Creates a new webhook filter
POST
Create a webhook filter
Documentation Index
Fetch the complete documentation index at: https://docs.timeback.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
The webhook filter to create
The unique identifier for the webhook, in UUID format
Example:
"123e4567-e89b-12d3-a456-426614174000"
The key to filter on
Example:
"sensor"
The value to filter on
Example:
"sensor123"
The type of the filter value
Available options:
string, number, boolean Example:
"string"
The operation to perform on the filter value
Available options:
eq, neq, gt, gte, lt, lte, contains, notContains, in, notIn, startsWith, endsWith, regexp Example:
"eq"
Whether the filter is active
Example:
true
Response
Webhook filter created successfully