What problem does it solve?
This Skill solves common pain points of incorrectly configuring external service webhooks to trigger Friday workspace workflows, including using inaccessible internal URLs, losing webhook payload data due to incorrect schema configuration, and misconfiguring tunnel routing that prevents webhook delivery.
Core Features & Use Cases
- Correct Tunnel URL Guidance: Provides the exact public tunnel URL pattern for webhooks and instructions to retrieve the current live tunnel host, avoiding the common mistake of using internal atlasd routes that are not publicly accessible.
- Payload Integrity Protection: Explains how to configure JSON schemas for HTTP signals to prevent silent stripping of webhook payload fields, ensuring agents receive full event data from upstream services.
- Upstream UI Walkthroughs: Includes step-by-step configuration instructions for popular services including GitHub and Bitbucket Cloud to register webhooks with the correct URL and settings.
- Error Troubleshooting: Covers common tunnel delivery errors and their fixes to quickly resolve webhook routing issues.
Use Case: A development team wants GitHub pull request comment events to automatically trigger a Friday agent that drafts Linear tickets for code review feedback. This Skill ensures the GitHub webhook is correctly wired to the Friday HTTP signal with full payload data delivered to the agent.
Quick Start
Use the wiring-external-webhooks skill to connect your GitHub repository's issue event webhook to your Friday workspace's HTTP signal to automatically trigger agent actions for new issue reports.