Skip to content

Commit df9d09d

Browse files
authored
Merge pull request #101 from umbraco/docs/marketplace-docs
Marketplace updated docs
2 parents 2a2b5c2 + 4856f12 commit df9d09d

File tree

23 files changed

+378
-0
lines changed

23 files changed

+378
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Cookiebot
2+
3+
An extension for Umbraco CMS providing an implementation model for Cookiebot banner and declaration.
4+
5+
This integration demonstrates how a Umbraco package can be used as an integration with a script-based provider, using partial views and the IConfiguration interface.
6+
7+
Use on your Umbraco websites for control of all third-party cookies and similar trackers, and for full compliance with GDPR/ePR, CCPA and similar data privacy laws.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Zapier with CMS
2+
With the Umbraco App in the Zapier App Directory you can connect Umbraco with 5.000+ systems and define endless automated workflows for when content is published to your Umbraco webpage!
3+
4+
More in detail the Umbraco App allows you to access your Umbraco content types when logged into Zapier and subscribe to this content type. You then connect to a system and create an action to happen when your content is published. Based on the content type alias a mock-up object with the matching properties will get displayed in the Zapier interface. The properties will be available for embedding into the action steps you will define.
5+
6+
When the automatic workflow is activated (content gets published) the subscription hook will be saved into the database and will be viewable in the Zapier Integrations backoffice dashboard.
7+
8+
**Want to know more about how the integration is made?**
9+
10+
If you want to see the details on how the integration to Zapier is made for Umbraco CMS or just follow the example of extending Umbraco with a third-party system you can take a look at the [blog post](https://umbraco.com/blog/integrating-umbraco-with-zapier/) supplementing this integration.

src/Umbraco.Cms.Integrations.Automation.Zapier/umbraco-marketplace.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,24 @@
4646
"Description": "A form picker and rendering component for ActiveCampaign forms."
4747
}
4848
],
49+
"Screenshots": [
50+
{
51+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.Automation.Zapier/docs/images/trigger.png",
52+
"Caption": "trigger"
53+
},
54+
{
55+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.Automation.Zapier/docs/images/zap.png",
56+
"Caption": "zap"
57+
},
58+
{
59+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.Automation.Zapier/docs/images/action.png",
60+
"Caption": "action"
61+
},
62+
{
63+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.Automation.Zapier/docs/images/dashboard.png",
64+
"Caption": "dashboard"
65+
}
66+
],
4967
"Tags": [],
5068
"Title": "Zapier"
5169
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CommerceTools
2+
This integration provides you with a custom product picker, allowing you to pick a CommerceTool provided product or category, convert the product or category into a content item in your Umbraco backoffice and publish it to your Umbraco webpage!
3+
4+
CommerceTool APIs are used to build a custom property editor, allowing an editor to pick a CommerceTool provided product or category and associate the identifier of the selected item with a Umbraco content item.
5+
6+
A property value converter converts the identifier into a strongly typed model, which is hydrated via a further API call and can be used for rendering to a page or including in a further API response.
7+
8+
**Want to know more about how the integration is made?**
9+
10+
If you want to see the details on how the integration to CommerceTool is made or just follow the example of extending Umbraco with a third-party system you can take a look at the [blog post](https://umbraco.com/blog/integrating-umbraco-cms-with-commercetools/) supplementing this integration.

src/Umbraco.Cms.Integrations.Commerce.CommerceTools/umbraco-marketplace.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,20 @@
4646
"Description": "A dashboard interface allowing users to vizualize registered subscription hooks for content types and to call Zapier triggers when content gets published."
4747
}
4848
],
49+
"Screenshots": [
50+
{
51+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.Commerce.CommerceTools/docs/images/workflow.png",
52+
"Caption": "workflow"
53+
},
54+
{
55+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.Commerce.CommerceTools/docs/images/overlay.png",
56+
"Caption": "overlay"
57+
},
58+
{
59+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.Commerce.CommerceTools/docs/images/property-editor.png",
60+
"Caption": "property-editor"
61+
}
62+
],
4963
"Tags": [],
5064
"Title": "CommerceTools"
5165
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Shopify
2+
With this Shopify integration, you can pick your favorite Shopify products to publish on your Umbraco webpage!
3+
4+
With this integration we provide a Shopify product(s) picker and a property value converter that uses a strongly typed model for rendering, for products within a [Shopify/ShopifyPlus](https://www.shopify.com/) store or through different custom apps from associates in the Shopify partner's program.
5+
6+
Once the integration is installed you can register the Shopify Product Picker as a data type and define a min/max number of products you are able to select from the content editor overlay. When the data type is registered and used across your document types you can access your store's products and publish your products on your Umbraco webpage.
7+
8+
**Want to know more about this integration?**
9+
If you want to see the details on how the integration to Shopity is made or just follow the example of extending Umbraco with a third-party system you can take a look at the [blog post](https://umbraco.com/blog/integrating-umbraco-cms-with-shopify/) supplementing this integration.

src/Umbraco.Cms.Integrations.Commerce.Shopify/umbraco-marketplace.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,24 @@
4646
"Description": "A dashboard interface allowing users to vizualize registered subscription hooks for content types and to call Zapier triggers when content gets published."
4747
}
4848
],
49+
"Screenshots": [
50+
{
51+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.Commerce.Shopify/docs/images/data-type1.png",
52+
"Caption": "data type 1"
53+
},
54+
{
55+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.Commerce.Shopify/docs/images/data-type2.png",
56+
"Caption": "data type 2"
57+
},
58+
{
59+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.Commerce.Shopify/docs/images/editors.png",
60+
"Caption": "editors"
61+
},
62+
{
63+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.Commerce.Shopify/docs/images/products.png",
64+
"Caption": "products"
65+
}
66+
],
4967
"Tags": [],
5068
"Title": "Shopify"
5169
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# ActiveCampaign Forms for Umbraco CMS
2+
This integration provides a form picker to fetch your favorite ActiveCampaign forms and use them on your Umbraco webpage to e.g. collect information from leads and grow your contact database!
3+
4+
To start using the integration, you will need to create a new data type using the _ActiveCampaign Form Picker_ property editor, then add it to your desired content type.
5+
6+
If the API configuration is valid, your ActiveCampaign form resources will be accessible by sending the API Key with the _Api-Token_ header on each request.
7+
8+
The form will be rendered into your Umbraco page following the exact design you’ve added from the ActiveCampaign Form Designer component.
9+
10+
Depending on the customization level of your ActiveCampaign account, there are different methods to integrate and render the forms. This embed code uses JavaScript and any changes you make to your form will appear in your rendered form in real time. Another option would be to use full embed code, a variant available for inline forms only, that uses CSS and HTML. This means that any changes you make to your ActiveCampaign form will not show up on your rendered form, you will need to re-paste the form code.
11+
12+
For front-end rendering, a strongly typed model will be generated by the property value converter, and using the HTML helper available, you will be able to render the form easily.
13+
14+
**Want to know more about this integration?**
15+
16+
If you want to see the details on how the integration to ActiveCampaign Forms is made or just follow the example of extending Umbraco with a third-party system you can take a look at the [blog post](https://umbraco.com/blog/integrating-umbraco-cms-and-forms-with-activecampaign/) supplementing this integration.

src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/umbraco-marketplace.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@
4646
"Description": "A dashboard interface allowing users to vizualize registered subscription hooks for content types and to call Zapier triggers when content gets published."
4747
}
4848
],
49+
"Screenshots": [
50+
{
51+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/docs/images/property-editor.png",
52+
"Caption": "property editor"
53+
},
54+
{
55+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/docs/images/render.png",
56+
"Caption": "render"
57+
}
58+
],
4959
"Tags": [],
5060
"Title": "ActiveCampaign"
5161
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Microsoft Dynamics 365 - Marketing Form
2+
This integration provides a form picker and a rendering component for marketing forms managed within your own Microsoft Dynamics 365. Select your form and use it on your Umbraco webpage!
3+
4+
The integration supports embedding Dynamics 365 Marketing Forms into an Umbraco web page, by providing a custom form picker and a rendering component, that returns through a strongly typed model the necessary form properties for rendering the form using an iframe or custom JS scripts.
5+
6+
When the data type is created and registered in your backoffice you can connect to your Microsoft account in the configuration section.
7+
8+
After connecting with your account, the list of forms from Dynamic 365 will be populated. When you have selected your form, you can select how you want it to be embedded, either as an iframe or through the JS script.
9+
10+
**Want to know more about how the integration works?**
11+
If you want to see the details on how the integration to Microsoft Dynamics 365 - Marketing Forms is made or want to follow the example of extending Umbraco with a third-party system you can take a look at the [blog post](https://umbraco.com/blog/integrating-umbraco-cms-with-microsoft-dynamics-365-marketing-forms/) supplementing this integration.

0 commit comments

Comments
 (0)