---
asIndexPage: true
---

import { Cards } from "nextra/components";

# Cookbooks

Our cookbooks are guides to help you solve common problems you'll find easy to tackle with Hatchet.

## Webhooks

Receive webhooks from external services and use them to trigger tasks in Hatchet. Each guide walks through setup end-to-end — creating the webhook in Hatchet, wiring it up to the source, and writing a task that handles the incoming event.


  
    Handle payment events, subscription changes, and other Stripe webhooks.
  
  
    React to pushes, pull requests, issues, and other GitHub events.
  
  
    Respond to Slack events like messages, reactions, and slash commands.
