You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zap triggers use webhooks to execute the actions. Webhooks are automated messages sent from apps when something happens.
20
21
</p>
21
-
<p>
22
+
<png-if="!vm.formsExtensionInstalled">
22
23
You can initiate your automation when a content item of a particular document type is published in Umbraco.
23
24
</p>
25
+
<png-if="vm.formsExtensionInstalled">
26
+
You can initiate your automation when a content item of a particular document type is published or a form is submitted in Umbraco.
27
+
</p>
24
28
<p>
25
-
Using the filters below, map content items with Zap triggered webhooks. This will:
29
+
The integration uses Zapier subscription hook triggers, allowing Zapier to set up and remove hook subscriptions when Zaps are created or removed on the platform.
26
30
</p>
27
-
<ul>
28
-
<li>Enable Zap invocations when content of the specified document type is published.</li>
29
-
<li>Trigger a sample request using the webhook URL to review when creating the Zap trigger.</li>
Copy file name to clipboardExpand all lines: src/Umbraco.Cms.Integrations.Automation.Zapier/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/js/zapier-validation.service.js
Copy file name to clipboardExpand all lines: src/Umbraco.Cms.Integrations.Automation.Zapier/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/js/zapier.resource.js
Copy file name to clipboardExpand all lines: src/Umbraco.Cms.Integrations.Automation.Zapier/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/package.manifest
0 commit comments