diff --git a/_changelog-files/2026/2026-05-04-delighted-v1-exclude-unauthorized-streams-from-discovery.md b/_changelog-files/2026/2026-05-04-delighted-v1-exclude-unauthorized-streams-from-discovery.md index 4d3f9adb3..e360911cf 100644 --- a/_changelog-files/2026/2026-05-04-delighted-v1-exclude-unauthorized-streams-from-discovery.md +++ b/_changelog-files/2026/2026-05-04-delighted-v1-exclude-unauthorized-streams-from-discovery.md @@ -10,4 +10,4 @@ pull-request: "https://github.com/singer-io/tap-delighted/pull/10" --- {{ site.data.changelog.metadata.single-integration | flatify }} -We've improved our {{ this-connection.display_name }} (v{{ this-connection.this-version }}) integration to exclude unauthorized streams from discovery. \ No newline at end of file +We've improved our Delighted (v1) integration to exclude unauthorized streams from discovery. \ No newline at end of file diff --git a/_changelog-files/2026/2026-05-18-delighted-vNOT FOUND-bumped-requests-version-to-2-34-2.md b/_changelog-files/2026/2026-05-18-delighted-v1-bumped-requests-version-to-2-34-2.md similarity index 71% rename from _changelog-files/2026/2026-05-18-delighted-vNOT FOUND-bumped-requests-version-to-2-34-2.md rename to _changelog-files/2026/2026-05-18-delighted-v1-bumped-requests-version-to-2-34-2.md index 5141f9cb4..fadab3342 100644 --- a/_changelog-files/2026/2026-05-18-delighted-vNOT FOUND-bumped-requests-version-to-2-34-2.md +++ b/_changelog-files/2026/2026-05-18-delighted-v1-bumped-requests-version-to-2-34-2.md @@ -10,4 +10,4 @@ pull-request: "https://github.com/singer-io/tap-delighted/pull/12" --- {{ site.data.changelog.metadata.single-integration | flatify }} -We've improved our {{ this-connection.display_name }} (v{{ this-connection.this-version }}) integration to bump requests version to 2.34.2. \ No newline at end of file +We've improved our Delighted (v1) integration to bump requests version to 2.34.2. \ No newline at end of file diff --git a/_changelog-files/2026/2026-07-22-delighted-v1-remove-webhook-integration.md b/_changelog-files/2026/2026-07-22-delighted-v1-remove-webhook-integration.md new file mode 100644 index 000000000..16f2b3e39 --- /dev/null +++ b/_changelog-files/2026/2026-07-22-delighted-v1-remove-webhook-integration.md @@ -0,0 +1,13 @@ +--- +title: "Delighted (v1): Remove webhook integration" +content-type: "changelog-entry" +date: 2026-07-22 +entry-type: removed +entry-category: integration +connection-id: delighted +connection-version: 1 +pull-request: "https://github.com/stitchdata/connections-service/pull/1994" +--- +{{ site.data.changelog.metadata.single-integration | flatify }} + +We've removed our Delighted (v1) webhook integration due to the Delighted service sunset announcement. diff --git a/_developer-files/connect/api/objects/source-types/list-source-types.md b/_developer-files/connect/api/objects/source-types/list-source-types.md index 40ef3c61e..e94d11bb5 100644 --- a/_developer-files/connect/api/objects/source-types/list-source-types.md +++ b/_developer-files/connect/api/objects/source-types/list-source-types.md @@ -24856,31 +24856,6 @@ examples: }, "upgrade_available": null }, - { - "type": "webhook.delighted", - "current_step": 2, - "current_step_type": "fully_configured", - "steps": [ - { - "type": "form", - "properties": [] - }, - { - "type": "fully_configured", - "properties": [] - } - ], - "details": { - "pricing_tier": "standard", - "pipeline_state": "released", - "default_start_date": "-1 year", - "default_scheduling_interval": 60, - "protocol": "incoming-webhook", - "access": true, - "image_version": "0.latest" - }, - "upgrade_available": null - }, { "type": "webhook.drip", "current_step": 2, diff --git a/_includes/integrations/webhooks/webhook-replication.html b/_includes/integrations/webhooks/webhook-replication.html index 3915a4a3f..1d0b40450 100755 --- a/_includes/integrations/webhooks/webhook-replication.html +++ b/_includes/integrations/webhooks/webhook-replication.html @@ -21,9 +21,6 @@ {% when 'segment' %} Segment, however, has a [historical replay feature](https://help.segment.com/hc/en-us/articles/206227946-Will-Segment-sync-my-historical-data-){:target="new"} available on some of their plans. **Reach out to their support team if you have questions about replaying your historical data.** -{% when 'delighted' %} -{{ integration.display_name }}, however, has the ability to push historical webhook data upon request. Reach out to the {{ integration.display_name }} Customer Concierge team at [hello@delighted.com](mailto:hello@delighted.com) to request your historical webhook data. - {% endcase %} In the event that our webhook service experiences downtime, you may notice some lag between an event occurring and the data appearing in your destination. diff --git a/_webhook-integrations/delighted.md b/_webhook-integrations/delighted.md deleted file mode 100755 index bed3a3892..000000000 --- a/_webhook-integrations/delighted.md +++ /dev/null @@ -1,78 +0,0 @@ ---- -title: Delighted -permalink: /integrations/webhooks/delighted -redirect_from: /integrations/saas/delighted -## Some users may experience a blip while the redirect works - it's normal. - -keywords: delighted, integration, schema, etl delighted, delighted etl, delighted schema, stitch webhooks -summary: "Connect your Delighted data to Stitch using Stitch's Incoming Webhooks integration. In this guide, you'll find setup instructions, info about replication, and the data you can expect to see in your data warehouse." - -key: "delighted-setup" - -# -------------------------- # -# Integration Details # -# -------------------------- # - -name: "delighted" -display_name: "Delighted" - -this-version: "1" - -# -------------------------- # -# Stitch Details # -# -------------------------- # - -status: "Released" -certified: true - -type: "Webhook" -branded: true -historical: "Webhook" -frequency: "Continuous" -primary-key: - defined: false - field: -tier: "Standard" -status-url: "https://status.delighted.com/" - -table-selection: false -column-selection: false - -extraction-logs: false -loading-reports: false - ---- -{% assign integration = page %} -{% include misc/data-files.html %} - -{% contentfor setup %} -{% include integrations/webhooks/webhook-setup.html %} - -{% include layout/image.html type="right" file="/integrations/delighted-webhook-setup.png" max-width="450" %} - -1. Sign into your Delighted account. -2. Click **Integrations**. -3. Click the **Webhooks** option. -4. Select the event(s) you want to track using the drop-down menu. You can also track everything by selecting the **All Responses** option. -5. In the next field, paste your Stitch-genereated webhook URL. -6. If you want to track more than one event, click the **Add a New Rule** link and repeat steps 5 and 6 until all the events you want to track have been added. -7. When finished, click **Save changes.** -{% endcontentfor %} - - - -{% contentfor replication-notes %} -{% include integrations/webhooks/webhook-replication.html %} -{% endcontentfor %} - - - -{% contentfor schema-notes %} -{% include integrations/webhooks/webhook-schema.html %} -{% endcontentfor %} - - - -{% contentfor revoke-urls %} -{% include integrations/webhooks/webhook-urls-and-security.html %} -{% endcontentfor %} \ No newline at end of file diff --git a/images/integrations/delighted-webhook-setup.png b/images/integrations/delighted-webhook-setup.png deleted file mode 100755 index e07626032..000000000 Binary files a/images/integrations/delighted-webhook-setup.png and /dev/null differ diff --git a/images/integrations/icons/delighted.svg b/images/integrations/icons/delighted.svg deleted file mode 100755 index 3bd47cdc9..000000000 --- a/images/integrations/icons/delighted.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - Layer 1 - - - \ No newline at end of file