---
title: "Inngest"
description: "Realize the speed, agility and performance of a scalable, composable web architecture with Netlify. Explore the composable web platform now!"
source: "https://www.netlify.com/integrations/inngest/"
last_updated: "2026-07-15T05:56:44.000Z"
---
[Back to Integrations](/integrations/)

## Integrations

-   ![](https://cdn.sanity.io/images/o0o2tn5x/production/d42a20b3a2f2ff7dcb45b64ccf07a6d8e7e229b2-400x400.png)
    
    Inngest
    
    Automatically deploy Inngest functions to Netlify’s platform.
    
    [Enable integration](https://app.netlify.com/plugins/netlify-plugin-inngest/install) [Learn more](/integrations/inngest/build-plugin)
    

## Details

-   Website[www.inngest.com](https://www.inngest.com/)
-   Need Help?[Contact Inngest](https://www.inngest.com/contact)

-   
-   
-   

**About**

[Inngest](https://www.inngest.com/) enables you to run any code as background jobs or cron jobs. Your functions can be run on a schedule or in the background triggered asynchronously with events using [Inngest’s SDK](https://www.inngest.com/docs/functions).

Inngest’s platform acts as an event hub and a job scheduler that securely calls your Netlify functions when specified events are received. Additionally, you can specify a cron-schedule and Inngest will call your code on whatever interval you configure.

Inngest’s dashboard provides a full history of events received, which of these events triggered functions to run and complete logs of every function run so you can easily debug issues in your code that runs in the background.

**Use Cases**

Keeping API Functions & Edge Functions fast

-   Ensure that API functions return to your users as fast as possible by triggering events and running code in as background tasks. Long operations like backfilling or processing of data or images don’t need to run during an API request.

Build reliable webhooks

-   Inngest can act as a layer to efficiently and more reliably handle webhook events (e.g. Stripe, Slack) with full observability.

User Journey Automation

-   Use key user journey events like user.signup to run code in the background to automate tasks like welcome emails, sending data to tools like Intercom, or create user activation email campaigns.

Internal tools

-   Trigger scripts to run on-demand from tools like Retool or via Slackbots using events.

## Helpful Resources

-   [Writing your First Inngest Function](https://www.inngest.com/docs/functions)
-   [How to Trigger your Inngest Function by Sending Events](https://www.inngest.com/docs/events)
-   [Deploying Inngest Functions to Netlify](https://www.inngest.com/docs/deploy/netlify)
-   [Using Inngest with Next.js](https://www.inngest.com/docs/frameworks/nextjs)
-   [Github Repo: An example using Inngest + Next.js + Netlify](https://github.com/inngest/sdk-example-nextjs-netlify)