query
and notify
capabilities (read more here). These methods allow you to interact with the provider’s API in more specific ways, enabling richer integrations and automation capabilities.
PROVIDER_METHODS
list in each provider class. They represent specific actions or queries that you can perform through the provider’s API. These methods extend the basic capabilities of providers beyond simple notifications and queries.
PROVIDER_METHODS
:func_params
field is automatically populated by Keep through reflection of the method signature, so you don’t need to define it manually.
str
: String input fieldint
: Numeric input fieldfloat
: Decimal number input fieldbool
: Boolean checkboxdatetime
: Date/time pickerdict
: JSON object inputlist
: Array/list inputLiteral
: Dropdown with predefined valuesOptional[type]
: Optional parameter of the specified type