Skip to content

Commit 13b1c66

Browse files
authored
Merge pull request #77 from umbraco/v10/docs/integrations-readmes
V10/docs/integrations readmes
2 parents 6c8eac7 + eb08c01 commit 13b1c66

File tree

23 files changed

+98
-1
lines changed

23 files changed

+98
-1
lines changed

src/Umbraco.Forms.Integrations.Automation.Zapier/Umbraco.Forms.Integrations.Automation.Zapier.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<Company>Umbraco</Company>
1717
<PackageTags>Umbraco;Umbraco-Marketplace</PackageTags>
1818
<PackageIcon>zapier.png</PackageIcon>
19+
<PackageReadmeFile>readme.md</PackageReadmeFile>
1920
</PropertyGroup>
2021

2122
<ItemGroup>
@@ -31,6 +32,10 @@
3132
</Content>
3233
</ItemGroup>
3334

35+
<ItemGroup>
36+
<None Include="docs\readme.md" Pack="true" PackagePath="\" />
37+
</ItemGroup>
38+
3439
<Target Name="RemoveLuceneAnalyzer" BeforeTargets="CoreCompile">
3540
<ItemGroup>
3641
<Analyzer Remove="@(Analyzer)" Condition="%(FileName) == 'Lucene.Net.CodeAnalysis.CSharp'" />
29.7 KB
Loading
31.4 KB
Loading
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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://github.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.
13+
14+
![trigger](https://github.com/umbraco/Umbraco.Forms.Integrations/blob/main-v10/src/Umbraco.Forms.Integrations.Automation.Zapier/docs/images/trigger.png)
15+
16+
![zap](https://github.com/umbraco/Umbraco.Forms.Integrations/blob/main-v10/src/Umbraco.Forms.Integrations.Automation.Zapier/docs/images/zap.png)

src/Umbraco.Forms.Integrations.Commerce.EMerchantPay/Umbraco.Forms.Integrations.Commerce.EMerchantPay.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</ItemGroup>
5353

5454
<ItemGroup>
55-
<None Include="readme.md" Pack="true" PackagePath="\"/>
55+
<None Include="docs\readme.md" Pack="true" PackagePath="\"/>
5656
</ItemGroup>
5757

5858
</Project>
15.3 KB
Loading
8.34 KB
Loading
40.5 KB
Loading
36.4 KB
Loading
20.1 KB
Loading

0 commit comments

Comments
 (0)