Webhook Webhooks are automated messages sent from apps when something happens. Developers use them to update external systems or trigger workflows in response to events in another application. Official docs: https://docs.github.com/webhooks Webhook Overview - Webhook - Event - Connection Use action names and parameters as needed. Working with Webhook This skill uses the Membrane CLI to interact with Webhook. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Install the Membrane CLI so yo…