-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathumbraco-marketplace.json
45 lines (45 loc) · 2.05 KB
/
umbraco-marketplace.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"AuthorDetails": {
"Description": "Umbraco HQ",
"Url": "https://umbraco.com/",
"ImageUrl": "https://avatars.githubusercontent.com/u/1419552?s=200&v=4"
},
"Category": "Campaign & Marketing",
"LicenseType": "Free",
"PackageType": "Integration",
"PackagesByAuthor": [ "Umbraco.Forms.Integrations.Commerce.emerchantpay", "Umbraco.Forms.Integrations.Crm.Hubspot", "Umbraco.Forms.Integrations.Automation.Zapier" ],
"RelatedPackages": [
{
"PackageId": "Umbraco.Forms.Integrations.Commerce.emerchantpay",
"Description": "A custom workflow for handling online payments using a hosted payment page provided by emerchantpay."
},
{
"PackageId": "Umbraco.Forms.Integrations.Crm.Hubspot",
"Description": "A custom workflow allowing form form entries to be mapped to a HubSpot contact record, and stored within the CRM platform."
},
{
"PackageId": "Umbraco.Forms.Integrations.Automation.Zapier",
"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."
}
],
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Crm.ActiveCampaign/docs/images/ac.png",
"Caption": "ac"
},
{
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Crm.ActiveCampaign/docs/images/fields.png",
"Caption": "fields"
},
{
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Crm.ActiveCampaign/docs/images/mappings1.png",
"Caption": "mappings"
},
{
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Forms.Integrations/main-v10/src/Umbraco.Forms.Integrations.Crm.ActiveCampaign/docs/images/workflow.png",
"Caption": "workflow"
}
],
"Tags": [],
"Title": "ActiveCampaign with Umbraco Forms"
}