The trigger condition is used to trigger a hook under certain conditions, which has a syntax similar to an API request payload. E.g., if you'd like to only receive hook requests that have the state as completed, you should enter {"state": 60}. It sends a webhook request once the task's state changes to completed from another state.
The fields component can be used to filter the parameters you need in the hook request body. This allows you to only receive the necessary fields you need.The auto try can be toggled on to ensure the system retries sending another webhook request if the previous hook failed.