Fluix webhooks enable external systems to trigger specific events within Fluix by sending data via an HTTP POST request. This allows for automation, integration with third-party systems, and the pre-filling of forms or initiating taskstreams based on external inputs.
Data Types
String: The primary data type accepted by the webhook. Any non-string scalar values (e.g., numbers, booleans) will be automatically converted to a string.
Limitations
Character Limits:
Name Field: Maximum of 128 characters.
Headers:
The webhook accepts typical HTTP headers such as Content-Type and Authorization (if needed).
Request Rate:
Webhooks are rate-limited to 50 requests per minute. Any requests beyond this limit within a given minute will be rejected with an HTTP 429 Too Many Requestserror.
Prohibited Symbols
Certain symbols are not allowed in webhook request data. Please avoid using special characters that may cause issues in string parsing or data processing.
Prohibited symbols include but are not limited to: