| Webhook | External HTTP calls | Payloads, auth, methods | | Schedule | Timed execution | Cron accuracy, timezone | | Polling | Check for changes | Interval, deduplication | | Event | Service events | Event handling, filtering |
| HTTP Method | GET, POST, PUT, DELETE | Request handling | | Authentication | None, Basic, Header | Security | | Response Mode | Immediately, Last Node, Custom | Response timing | | Path | Custom URL path | Endpoint identification |
n8n triggers are the entry points to workflows. Testing requires:
Test dei webhook, convalida della pianificazione, trigger guidati dagli eventi e test del meccanismo di polling per flussi di lavoro n8n. Da utilizzare per testare la modalità di attivazione dei flussi di lavoro. Fonte: proffesor-for-testing/agentic-qe.