From 141fd7f81aed9e7e71e2d534c5b60d706d091c46 Mon Sep 17 00:00:00 2001 From: Adrian Cojocariu Date: Mon, 2 Sep 2024 17:22:55 +0300 Subject: [PATCH 1/4] Update docs for Zapier integrations --- .../integrations/zapier-with-umbraco-forms.md | 13 +++++++++++++ marketplace-and-integrations/integrations/zapier.md | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/marketplace-and-integrations/integrations/zapier-with-umbraco-forms.md b/marketplace-and-integrations/integrations/zapier-with-umbraco-forms.md index 6a1b2f889bd..fde2c915253 100644 --- a/marketplace-and-integrations/integrations/zapier-with-umbraco-forms.md +++ b/marketplace-and-integrations/integrations/zapier-with-umbraco-forms.md @@ -118,3 +118,16 @@ To enhance security, you can specify a User Group that the user connecting needs {% endcode %} {% endtab %} {% endtabs %} + +### Version 4.0.0 and up + +Version `4.0.0` of the integration adds some breaking changes to the Zaps creation flow with the new API endpoints and the Web Components-based Umbraco backoffice. + +As a result, users on Umbraco 14+ will need to use version `3.0.0` of the Umbraco Zapier application. + +{% hint style="info" %} +Version `3.0.0` of the Umbraco app is available in the Zapier marketplace via the following invitation: https://zapier.com/developer/public-invite/157905/5f6dc86efe92c244cf0b2ff62af9d747/ + +{% endhint %} + +Zapier allows only one version of the application to be public. Because the current version is used by instances running Umbraco <= 13, the latest version can be installed through the invite URL above. diff --git a/marketplace-and-integrations/integrations/zapier.md b/marketplace-and-integrations/integrations/zapier.md index 4aabbc6d314..72a56a661e8 100644 --- a/marketplace-and-integrations/integrations/zapier.md +++ b/marketplace-and-integrations/integrations/zapier.md @@ -118,3 +118,16 @@ The dashboard is composed of two sections: * Registered Subscription Hooks - a list of registered entities. The _Trigger Webhook_ action will send a test request to the Zap trigger, enabling the preview of requests in the Zap setup workflow. + +### Version 2.0.0 and up + +Version `2.0.0` of the integration adds some breaking changes to the Zaps creation flow with the new API endpoints and the Web Components-based Umbraco backoffice. + +As a result, users on Umbraco 14+ will need to use version `3.0.0` of the Umbraco Zapier application. + +{% hint style="info" %} +Version `3.0.0` of the Umbraco app is available in the Zapier marketplace via the following invitation: https://zapier.com/developer/public-invite/157905/5f6dc86efe92c244cf0b2ff62af9d747/ + +{% endhint %} + +Zapier allows only one version of the application to be public. Because the current version is used by instances running Umbraco <= 13, the latest version can be installed through the invite URL above. From a1445009861124bfc4230a909112e55f63e4e4e1 Mon Sep 17 00:00:00 2001 From: Adrian Cojocariu <95346674+acoumb@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:25:07 +0300 Subject: [PATCH 2/4] Update marketplace-and-integrations/integrations/zapier-with-umbraco-forms.md Co-authored-by: sofietoft --- .../integrations/zapier-with-umbraco-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marketplace-and-integrations/integrations/zapier-with-umbraco-forms.md b/marketplace-and-integrations/integrations/zapier-with-umbraco-forms.md index fde2c915253..9017d0f648e 100644 --- a/marketplace-and-integrations/integrations/zapier-with-umbraco-forms.md +++ b/marketplace-and-integrations/integrations/zapier-with-umbraco-forms.md @@ -126,7 +126,7 @@ Version `4.0.0` of the integration adds some breaking changes to the Zaps creati As a result, users on Umbraco 14+ will need to use version `3.0.0` of the Umbraco Zapier application. {% hint style="info" %} -Version `3.0.0` of the Umbraco app is available in the Zapier marketplace via the following invitation: https://zapier.com/developer/public-invite/157905/5f6dc86efe92c244cf0b2ff62af9d747/ +Version `3.0.0` of the Umbraco app is available in the Zapier marketplace via the following invitation: [https://zapier.com/developer/public-invite/157905/5f6dc86efe92c244cf0b2ff62af9d747/](https://zapier.com/developer/public-invite/157905/5f6dc86efe92c244cf0b2ff62af9d747/) {% endhint %} From 5fb89776058913789ec0f5b9a77e9e64d8c7760d Mon Sep 17 00:00:00 2001 From: Adrian Cojocariu <95346674+acoumb@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:25:14 +0300 Subject: [PATCH 3/4] Update marketplace-and-integrations/integrations/zapier.md Co-authored-by: sofietoft --- marketplace-and-integrations/integrations/zapier.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marketplace-and-integrations/integrations/zapier.md b/marketplace-and-integrations/integrations/zapier.md index 72a56a661e8..25d44418417 100644 --- a/marketplace-and-integrations/integrations/zapier.md +++ b/marketplace-and-integrations/integrations/zapier.md @@ -126,7 +126,7 @@ Version `2.0.0` of the integration adds some breaking changes to the Zaps creati As a result, users on Umbraco 14+ will need to use version `3.0.0` of the Umbraco Zapier application. {% hint style="info" %} -Version `3.0.0` of the Umbraco app is available in the Zapier marketplace via the following invitation: https://zapier.com/developer/public-invite/157905/5f6dc86efe92c244cf0b2ff62af9d747/ +Version `3.0.0` of the Umbraco app is available in the Zapier marketplace via the following invitation: [https://zapier.com/developer/public-invite/157905/5f6dc86efe92c244cf0b2ff62af9d747/](https://zapier.com/developer/public-invite/157905/5f6dc86efe92c244cf0b2ff62af9d747/) {% endhint %} From 0f483b4c4bb8cae63af845bfae1f6e02143838d3 Mon Sep 17 00:00:00 2001 From: Adrian Cojocariu Date: Tue, 3 Sep 2024 10:30:27 +0300 Subject: [PATCH 4/4] Rearrange docs sections --- .../integrations/zapier-with-umbraco-forms.md | 26 +++++++++---------- .../integrations/zapier.md | 26 +++++++++---------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/marketplace-and-integrations/integrations/zapier-with-umbraco-forms.md b/marketplace-and-integrations/integrations/zapier-with-umbraco-forms.md index 9017d0f648e..945c9caf522 100644 --- a/marketplace-and-integrations/integrations/zapier-with-umbraco-forms.md +++ b/marketplace-and-integrations/integrations/zapier-with-umbraco-forms.md @@ -34,6 +34,19 @@ A **Zap** is an automated workflow that connects apps and services together. Eac | Version 10 | 10.1.0 | | Version 11 | 11.0.0 | +### Version 4.0.0 and up + +Version `4.0.0` of the integration adds some breaking changes to the Zaps creation flow with the new API endpoints and the Web Components-based Umbraco backoffice. + +As a result, users on Umbraco 14+ will need to use version `3.0.0` of the Umbraco Zapier application. + +{% hint style="info" %} +Version `3.0.0` of the Umbraco app is available in the Zapier marketplace via the following invitation: [https://zapier.com/developer/public-invite/157905/5f6dc86efe92c244cf0b2ff62af9d747/](https://zapier.com/developer/public-invite/157905/5f6dc86efe92c244cf0b2ff62af9d747/) + +{% endhint %} + +Zapier allows only one version of the application to be public. Because the current version is used by instances running Umbraco <= 13, the latest version can be installed through the invite URL above. + ## Authentication For this integration, the authentication is managed on Zapier's side by using the Umbraco Marketplace app. @@ -118,16 +131,3 @@ To enhance security, you can specify a User Group that the user connecting needs {% endcode %} {% endtab %} {% endtabs %} - -### Version 4.0.0 and up - -Version `4.0.0` of the integration adds some breaking changes to the Zaps creation flow with the new API endpoints and the Web Components-based Umbraco backoffice. - -As a result, users on Umbraco 14+ will need to use version `3.0.0` of the Umbraco Zapier application. - -{% hint style="info" %} -Version `3.0.0` of the Umbraco app is available in the Zapier marketplace via the following invitation: [https://zapier.com/developer/public-invite/157905/5f6dc86efe92c244cf0b2ff62af9d747/](https://zapier.com/developer/public-invite/157905/5f6dc86efe92c244cf0b2ff62af9d747/) - -{% endhint %} - -Zapier allows only one version of the application to be public. Because the current version is used by instances running Umbraco <= 13, the latest version can be installed through the invite URL above. diff --git a/marketplace-and-integrations/integrations/zapier.md b/marketplace-and-integrations/integrations/zapier.md index 25d44418417..ec313f9b831 100644 --- a/marketplace-and-integrations/integrations/zapier.md +++ b/marketplace-and-integrations/integrations/zapier.md @@ -29,6 +29,19 @@ A **Zap** is an automated workflow that connects apps and services together. Eac | Version 10 | 10.0.0 | | Version 11 | 11.0.0 | +### Version 2.0.0 and up + +Version `2.0.0` of the integration adds some breaking changes to the Zaps creation flow with the new API endpoints and the Web Components-based Umbraco backoffice. + +As a result, users on Umbraco 14+ will need to use version `3.0.0` of the Umbraco Zapier application. + +{% hint style="info" %} +Version `3.0.0` of the Umbraco app is available in the Zapier marketplace via the following invitation: [https://zapier.com/developer/public-invite/157905/5f6dc86efe92c244cf0b2ff62af9d747/](https://zapier.com/developer/public-invite/157905/5f6dc86efe92c244cf0b2ff62af9d747/) + +{% endhint %} + +Zapier allows only one version of the application to be public. Because the current version is used by instances running Umbraco <= 13, the latest version can be installed through the invite URL above. + ## Authentication For this integration, the authentication is managed on Zapier's side by using the Umbraco Marketplace app. @@ -118,16 +131,3 @@ The dashboard is composed of two sections: * Registered Subscription Hooks - a list of registered entities. The _Trigger Webhook_ action will send a test request to the Zap trigger, enabling the preview of requests in the Zap setup workflow. - -### Version 2.0.0 and up - -Version `2.0.0` of the integration adds some breaking changes to the Zaps creation flow with the new API endpoints and the Web Components-based Umbraco backoffice. - -As a result, users on Umbraco 14+ will need to use version `3.0.0` of the Umbraco Zapier application. - -{% hint style="info" %} -Version `3.0.0` of the Umbraco app is available in the Zapier marketplace via the following invitation: [https://zapier.com/developer/public-invite/157905/5f6dc86efe92c244cf0b2ff62af9d747/](https://zapier.com/developer/public-invite/157905/5f6dc86efe92c244cf0b2ff62af9d747/) - -{% endhint %} - -Zapier allows only one version of the application to be public. Because the current version is used by instances running Umbraco <= 13, the latest version can be installed through the invite URL above.