Documentation Index
Fetch the complete documentation index at: https://docs.impresivai.com/llms.txt
Use this file to discover all available pages before exploring further.
Triggers
In step 3, click Add Trigger and fill:- Label
- Description
- Type:
WebhookorPolling
Trigger editors
Depending on trigger type, you will see tabs such as:- Parameters
- Subscribe (JS)
- Unsubscribe (JS)
- Handler (JS)
- Poller
- Sample Outputs (json)
Webhook trigger pattern
Subscribe (JS): register remote webhookUnsubscribe (JS): clean up registrationHandler (JS): normalize incoming payload before output
Polling trigger pattern
Polling should return data only when a new item exists.Validate in Preview
- Use Listen for webhook testing
- Provide parameter values (for example
category) - Check Outputs and Logs before publishing

