Skip to content

Commit c3fec02

Browse files
committed
Zapier docs
1 parent b2be834 commit c3fec02

File tree

6 files changed

+23
-0
lines changed

6 files changed

+23
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<Version>1.1.1</Version>
1313
<PackageTags>Umbraco;Umbraco-Marketplace</PackageTags>
1414
<PackageIcon>zapier.png</PackageIcon>
15+
<PackageReadmeFile>readme.md</PackageReadmeFile>
1516
</PropertyGroup>
1617

1718
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
@@ -49,6 +50,10 @@
4950
</Content>
5051
</ItemGroup>
5152

53+
<ItemGroup>
54+
<None Include="docs\readme.md" Pack="true" PackagePath="\" />
55+
</ItemGroup>
56+
5257
<Target Name="RemoveLuceneAnalyzer" BeforeTargets="CoreCompile">
5358
<ItemGroup>
5459
<Analyzer Remove="@(Analyzer)" Condition="%(FileName) == 'Lucene.Net.CodeAnalysis.CSharp'" />
17.7 KB
Loading
28.4 KB
Loading
29.7 KB
Loading
56 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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.
11+
12+
![trigger](https://github.com/umbraco/Umbraco.Cms.Integrations/blob/961af9c8c516dea4d10045158f358ea39e5d1c5c/src/Umbraco.Cms.Integrations.Automation.Zapier/docs/images/trigger.png)
13+
14+
![zap](https://github.com/umbraco/Umbraco.Cms.Integrations/blob/961af9c8c516dea4d10045158f358ea39e5d1c5c/src/Umbraco.Cms.Integrations.Automation.Zapier/docs/images/zap.png)
15+
16+
![action](https://github.com/umbraco/Umbraco.Cms.Integrations/blob/961af9c8c516dea4d10045158f358ea39e5d1c5c/src/Umbraco.Cms.Integrations.Automation.Zapier/docs/images/action.png)
17+
18+
![dashboard](https://github.com/umbraco/Umbraco.Cms.Integrations/blob/961af9c8c516dea4d10045158f358ea39e5d1c5c/src/Umbraco.Cms.Integrations.Automation.Zapier/docs/images/dashboard.png)

0 commit comments

Comments
 (0)