From 03b345f25a940aaf077e67512c7ed3081eb41661 Mon Sep 17 00:00:00 2001 From: Chloe Date: Wed, 16 Aug 2023 13:05:38 -0700 Subject: [PATCH 1/3] adding responses section explaining timeout --- .../product/integrations/integration-platform/webhooks.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/docs/product/integrations/integration-platform/webhooks.mdx b/src/docs/product/integrations/integration-platform/webhooks.mdx index de09196f0db40..4589f263d18b4 100644 --- a/src/docs/product/integrations/integration-platform/webhooks.mdx +++ b/src/docs/product/integrations/integration-platform/webhooks.mdx @@ -130,6 +130,10 @@ All webhook requests have some common elements. } ``` +## Responses + +Webhooks should respond within 1 second otherwise the response is considered a timeout. If the webhook has 1000 timeouts within 24 hours, the webhook will be unsubscribed from receiving events. + ## Event Types - [Installation](/product/integrations/integration-platform/webhooks/installation/) From 685910f5fd3e4c30cd240d156d44b43c97353502 Mon Sep 17 00:00:00 2001 From: Chloe <56209417+chloeho7@users.noreply.github.com> Date: Wed, 16 Aug 2023 14:25:33 -0700 Subject: [PATCH 2/3] Update src/docs/product/integrations/integration-platform/webhooks.mdx Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --- src/docs/product/integrations/integration-platform/webhooks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/product/integrations/integration-platform/webhooks.mdx b/src/docs/product/integrations/integration-platform/webhooks.mdx index 4589f263d18b4..8962d614071c7 100644 --- a/src/docs/product/integrations/integration-platform/webhooks.mdx +++ b/src/docs/product/integrations/integration-platform/webhooks.mdx @@ -132,7 +132,7 @@ All webhook requests have some common elements. ## Responses -Webhooks should respond within 1 second otherwise the response is considered a timeout. If the webhook has 1000 timeouts within 24 hours, the webhook will be unsubscribed from receiving events. +Webhooks should respond within 1 second. Otherwise, the response is considered a timeout. If a webhook has 1000 timeouts within 24 hours, the webhook will be unsubscribed from receiving events. ## Event Types From a2048298890f75f918c883b1f9671c8cf590d958 Mon Sep 17 00:00:00 2001 From: Chloe <56209417+chloeho7@users.noreply.github.com> Date: Wed, 16 Aug 2023 14:25:39 -0700 Subject: [PATCH 3/3] Update src/docs/product/integrations/integration-platform/webhooks.mdx Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --- src/docs/product/integrations/integration-platform/webhooks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/product/integrations/integration-platform/webhooks.mdx b/src/docs/product/integrations/integration-platform/webhooks.mdx index 8962d614071c7..3a641fd944411 100644 --- a/src/docs/product/integrations/integration-platform/webhooks.mdx +++ b/src/docs/product/integrations/integration-platform/webhooks.mdx @@ -130,7 +130,7 @@ All webhook requests have some common elements. } ``` -## Responses +## Response Webhooks should respond within 1 second. Otherwise, the response is considered a timeout. If a webhook has 1000 timeouts within 24 hours, the webhook will be unsubscribed from receiving events.