What problem does it solve? External systems like CRMs, forms, and payment providers need a way to trigger Frontline automation workflows, and this Skill manages the full lifecycle of the inbound HTTP endpoints that receive those POST requests. ## Core Features & Use Cases - Full Webhook Lifecycle: Create, list, get, update, regenerate tokens, and delete incoming webhooks via the frontline CLI. - Event Inspection: List and inspect delivery events with status filters (RECEIVED, PROCESSING, COMPLETED, FAILED, TIMEOUT) and see which workflows each event triggered. - Workflow Triggering: Wire a webhook into a workflow TRIGGER node and access the POST body through the built-in {webhook_payload} variable. - Use Case: Connect your CRM to Frontline by creating a webhook, giving its URL and bearer token to the CRM, then verifying each delivery and the automations it fired through the events commands. ## Quick Start Create a new incoming webhook named "CRM payload" and show me its URL and access token so I can configure my external system to POST to it.