Skip to content

Commit

Permalink
fix(patterns): incomplete sentence (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
IGassmann authored Oct 17, 2023
1 parent 222f397 commit 935a18f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/patterns/_patterns/build-reliable-webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ For replays, you'll also need to:

Inngest is a serverless platform which combines an event hub and a job scheduler. This means that it is designed to receive huge volumes of events via HTTP request and call functions that are defined to run when those given events are received. It simplifies building reliable webhooks by enabling you to just write the code to process the webhook event, leaving the rest to Inngest.

You can set up a webhook with Inngest in 2 ways:

* Create a [webhook "source" in the Inngest dashboard](https://app.inngest.com/env/production/manage/webhooks) which will give you a unique URL which you can add to any third party service that
You can set up a webhook with Inngest by creating a [webhook "source" in the Inngest dashboard](https://app.inngest.com/env/production/manage/webhooks) which will give you a unique URL which you can add to any third party service that supports webhooks. You can then write an Inngest function that will run when that webhook event is received.

After connecting your webhook, you'll start to receive events in your Inngest dashboard. Here's an example of using the `stripe/invoice.payment_failed` event ([Stripe docs](https://stripe.com/docs/api/invoices/object))

Expand Down

1 comment on commit 935a18f

@vercel
Copy link

@vercel vercel bot commented on 935a18f Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

website – ./

website-git-main-inngest.vercel.app
website-inngest.vercel.app
inngest.vercel.app
www.inngest.com

Please sign in to comment.