Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add info re: ordering of webhooks #14488

Merged
merged 2 commits into from
Mar 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/docs/esc/environments/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ Organization webhooks can be managed on the Organization Settings page. Environm

Pulumi Cloud also supports webhooks for events related to Pulumi IaC stacks and [Pulumi Deployments](/docs/pulumi-cloud/deployments). For additional information on these types of webhooks, see [Pulumi Cloud Webhooks](/docs/pulumi-cloud/webhooks).

{{% notes "info" %}}
Webhooks do not guarantee event order. You should not assume events will be received in the order they occurred.
{{% /notes %}}

### Create a Webhook

Pulumi Webhooks may be created through any of the following methods:
Expand Down
4 changes: 4 additions & 0 deletions content/docs/pulumi-cloud/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ The Webhooks page is under the Stack or Organization Settings tab.

If you are looking for Environment Webhook documentation, it's [here](/docs/esc/webhooks/).

{{% notes "info" %}}
Webhooks do not guarantee event order. You should not assume events will be received in the order they occurred.
{{% /notes %}}

### Create a Webhook

Pulumi Webhooks may be created through the UI using the steps outlined below, by using the
Expand Down
Loading