Skip to content

Commit b803527

Browse files
committed
Marketplace docs updates
1 parent 310720b commit b803527

File tree

8 files changed

+120
-0
lines changed

8 files changed

+120
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Zapier with Umbraco Forms
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 a form is submitted on your Umbraco webpage!
3+
4+
Note that this integration depends on our [Zapier CMS integration](https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/tree/main/src/Umbraco.Cms.Integrations.Automation.Zapier).
5+
6+
More in detail the Umbraco App allows you to access your Umbraco forms when logged into Zapier and subscribe to the form. You then connect to a system and create an action to happen when your form is submitted. Based on the form id 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.
7+
8+
When the automatic workflow is activated (the form is submitted) the subscription hook will be saved into the database and will be viewable in the Zapier Integrations backoffice dashboard.
9+
10+
**Want to know more about how the integration is made?**
11+
12+
If you want to see the details on how the integration to Zapier is made for Umbraco Forms 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.Forms.Integrations.Automation.Zapier/umbraco-marketplace.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@
2222
"Description": "A custom workflow allowing form entries to be mapped to an ActiveCampaign contact, and stored withing the CRM platform."
2323
}
2424
],
25+
"Screenshots": [
26+
{
27+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Automation.Zapier/docs/images/trigger.png",
28+
"Caption": "trigger"
29+
},
30+
{
31+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Automation.Zapier/docs/images/zap.png",
32+
"Caption": "zap"
33+
}
34+
],
2535
"Tags": [],
2636
"Title": "Zapier with Umbraco Forms"
2737
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Umbraco Forms with emerchantpay
2+
This integration provides an extension for Umbraco Forms containing a custom workflow for handling one-off online payments using a hosted payment page provided by emerchantpay. For example, you could use the extension to sell tickets for an event through your Umbraco webpage!
3+
4+
Using the hosted payment page provided by emerchantpay the responsibility for full PCI compliance is handled by the payment provider.
5+
6+
The focus of the extension for Umbraco Forms is to provide the merchant with a custom workflow for handling payments through Web Payment Form (WPF) interface of emerchantpay, a customizable component of the Genesis payment gateway. It provides merchants with an intuitive interface to easily process the customers’ payments. Through a single point of integration, the merchant can offer his customers multiple payment methods instantly. As a merchant, you can customize your WPF with a custom logo, colors, or payment settings, and because the WPF is hosted on emerchantpay’s servers, the secure processing of your customer’s payment information is handled by emerchantpay.
7+
8+
To get started with the emerchantpay package for Umbraco Forms, you must have an emerchantpay merchant account. You can get one by filling out this [form](https://www.emerchantpay.com/contact-us).
9+
10+
**Want to know more about this integration?**
11+
12+
If you want to see the details on how the integration to emerchantpay is made or just follow the example of extending Umbraco Forms with a third-party system you can take a look at the [blog post](https://umbraco.com/blog/integrating-umbraco-forms-with-emerchantpay/) supplementing this integration.

src/Umbraco.Forms.Integrations.Commerce.EMerchantPay/umbraco-marketplace.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,32 @@
2222
"Description": "A dashboard interface that allows users to vizualize registered subscription hooks for their Umbraco Forms and to call Zapier triggers when a specific forms gets submitted."
2323
}
2424
],
25+
"Screenshots": [
26+
{
27+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Commerce.EMerchantPay/docs/images/workflow.png",
28+
"Caption": "workflow"
29+
},
30+
{
31+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Commerce.EMerchantPay/docs/images/workflow-config.png",
32+
"Caption": "workflow config"
33+
},
34+
{
35+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Commerce.EMerchantPay/docs/images/workflow-mapping.png",
36+
"Caption": "workflow mapping"
37+
},
38+
{
39+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Commerce.EMerchantPay/docs/images/render.png",
40+
"Caption": "render"
41+
},
42+
{
43+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Commerce.EMerchantPay/docs/images/wpf.png",
44+
"Caption": "wpf"
45+
},
46+
{
47+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Commerce.EMerchantPay/docs/images/records.png",
48+
"Caption": "records"
49+
}
50+
],
2551
"Tags": [],
2652
"Title": "emerchantpay with Umbraco Forms"
2753
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ActiveCampaign Contacts for Umbraco Forms
2+
This integration provides a custom workflow for Umbraco Forms that will convert submitted contact information from your Umbraco webpage into an ActiveCampaign contact and a potential lead!
3+
4+
To start using the integration for Umbraco Forms you will need to attach the _ActiveCampaign Contacts Workflow_ to a form, configure the mappings between the contact properties and the form fields, select an account if you want to associate the contacts, and map any contact custom fields.
5+
6+
Custom fields are created in ActiveCampaign by managing the fields of an existing contact.
7+
8+
As you set up the workflow, the list of custom fields will be retrieved from your ActiveCampaign account and made available for mapping.
9+
10+
When a form that has the ActiveCampaign workflow attached is submitted, the contact is looked up by email, if a record is found and the _AllowContactUpdate_ flag is false, the workflow execution will stop and a message logged. Otherwise, the custom fields will be added to the request object and then the contact record will get created or updated. If an account association has been specified, then the created contact will be associated with the account.
11+
12+
**Want to know more about this integration?**
13+
14+
If you want to see the details on how the integration to ActiveCampaign Contacts 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.Forms.Integrations.Crm.ActiveCampaign/umbraco-marketplace.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,24 @@
2222
"Description": "A dashboard interface that allows users to vizualize registered subscription hooks for their Umbraco Forms and to call Zapier triggers when a specific forms gets submitted."
2323
}
2424
],
25+
"Screenshots": [
26+
{
27+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Crm.ActiveCampaign/docs/images/ac.png",
28+
"Caption": "ac"
29+
},
30+
{
31+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Crm.ActiveCampaign/docs/images/fields.png",
32+
"Caption": "fields"
33+
},
34+
{
35+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Crm.ActiveCampaign/docs/images/mappings1.png",
36+
"Caption": "mappings"
37+
},
38+
{
39+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Crm.ActiveCampaign/docs/images/workflow.png",
40+
"Caption": "workflow"
41+
}
42+
],
2543
"Tags": [],
2644
"Title": "ActiveCampaign with Umbraco Forms"
2745
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Hubspot with Umbraco Forms
2+
With this integration, you can connect Hubspot CRM with Umbraco Forms and store information that your Umbraco website visitors submit, as contacts in your Hubspot CRM platform!
3+
4+
More specifically the integration adds a new workflow option when creating or editing a form via the back-office. When the form is added to your webpage, filled out, and submitted the information can be seen via your HubSpot account dashboard.
5+
6+
**Customizing Umbraco Forms:**
7+
8+
Within Umbraco Forms, we provide a custom workflow that sends the submitted information to Hubspot CRM where it is used to create or update a contact record.
9+
10+
Workflows within Umbraco Forms are processes that run after a form is submitted to allow you to do more with the provided information than just store it in the database for subsequent review in the back-office. Out of the box, you can configure operations like sending an email with the information provided, but workflows are also something you can build yourself for the specific needs of your application.
11+
12+
**Want to know more about how the integration is made?**
13+
14+
If you want to see the details on how the integration to HubSpot CRM is made or just follow the example of extending Umbraco Forms with a third-party system you can take a look at the [blog post](https://umbraco.com/blog/integrating-umbraco-forms-with-hubspot-crm/) supplementing this integration.

src/Umbraco.Forms.Integrations.Crm.Hubspot/umbraco-marketplace.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@
1818
"Description": "A custom workflow, allowing form entries to be mapped to an ActiveCampaign contact record, a contact's custom fields or to associate a contact with an existing CRM account."
1919
}
2020
],
21+
"Screenshots": [
22+
{
23+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Crm.Hubspot/docs/images/workflow.png",
24+
"Caption": "workflow"
25+
},
26+
{
27+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Crm.Hubspot/docs/images/picker.png",
28+
"Caption": "picker"
29+
},
30+
{
31+
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Crm.Hubspot/docs/images/hb.png",
32+
"Caption": "hubspot"
33+
}
34+
],
2135
"Tags": [],
2236
"Title": "HubSpot with Umbraco Forms"
2337
}

0 commit comments

Comments
 (0)