github_event
github_event nodes subscribe to repository activity and convert it into campaign signals.
Summary
- Placement: Entry only (starts the backend flow when GitHub calls the webhook).
- Context: Backend apps.
- Visual: No.
- Level: Intermediate (requires repo access and webhook setup).
- Purpose: React to engineering milestones—deploys, merges, releases—inside marketing or ops automations.
- Configure repositories, branches, and event types (push, pull request, release) to react when developers ship code.
- Filter by labels or authors so only high-signal commits trigger automations.
- Secure webhooks with shared secrets and map payload fields into
$statefor downstream logic or recognition mechanics.
Last updated on