> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tightknit.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks

> Send real-time event notifications from Tightknit to external services.

Tightknit supports webhooks to notify external services when events occur in your community, such as a new post, a member joining, or an event registration. Webhooks send a POST request to any URL you specify, making it easy to connect Tightknit to tools like Zapier, Make, or your own API.

## Accessing the Webhooks Portal

Admins can view and register endpoints in the webhooks portal from **[Integrations > Webhooks](https://studio.tightknit.ai/-/integrations/webhooks)** in the Studio.

## Webhook Types

Explore the [webhooks API reference](/api-reference/webhooks/) for the different types of webhooks available and the shape of the payload for each event.

<Card title="Webhooks API Reference" icon="book" href="/api-reference/webhooks">
  View the full webhooks documentation, including setup, event types, and testing.
</Card>


## Related topics

- [Webhooks](/api-reference/webhooks.md)
- [Tutorial: Make Webhook → Zoom](/events/tutorials/webhook-make-zoom.md)
- [Tutorial: Zapier Webhook → Zoom](/events/tutorials/webhook-zapier-zoom.md)
- [Tutorial: Make Webhook → Slack notification](/events/tutorials/webhook-make-slack.md)
- [Event Registration](/events/event-registration.md)
