encore-webhook

Installation
SKILL.md

Encore Webhook Endpoints

Instructions

Use api.raw(...) to receive inbound webhooks from third-party services. Raw endpoints give you direct access to the Node.js-style request and response objects, which you need for signature verification (the verification typically requires the unparsed raw body).

1. Import

import { api } from "encore.dev/api";

2. Define the endpoint with api.raw

Installs
65
GitHub Stars
24
First Seen
May 15, 2026
encore-webhook — encoredev/skills