Sign-up to catch a live replay of “Orchestrating Agentic AI Workflows” from DevWeek

Changelog

Webhook management API

February 12, 2025

The new webhooks management API endpoints are now available as part of the Inngest REST API.

You can now create, update, and delete webhooks for your Inngest account, including updating transform functions. This enables you to:

  • Manage webhook transforms within your codebase, including adding unit tests for your transforms.
  • Programmatically create, update, and delete webhooks for customers or integrations.

To help you get started, we created a webhook transform sync demo repo that shows how you can test and sync transforms between your codebase and Inngest.

Read more information in the API docs.