Skip to content

Commit b2ad5b5

Browse files
authored
Update readme.md
1 parent cb1a1fe commit b2ad5b5

File tree

1 file changed

+4
-2
lines changed
  • src/Umbraco.Forms.Integrations.Automation.Zapier

1 file changed

+4
-2
lines changed

src/Umbraco.Forms.Integrations.Automation.Zapier/readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Umbraco.Forms.Integrations.Automation.Zapier
22

3-
This integration provides a custom workflow, allowing form entries to be mapped to the fields of a Zap tool trigger from Zapier.
3+
This integration provides a custom workflow allowing form entries to be mapped to the fields of a Zap tool trigger from Zapier.
44

55
A Zap is an automated workflow that connects various apps and services together. Each Zap consists of a trigger and one or more actions.
66

@@ -33,7 +33,9 @@ setting in `Web.config`:
3333
```
3434

3535
### Working With the Zapier Forms Integration
36-
Add the _Trigger Zap_ workflow to a form and configure which fields will be sent to the Zap.
36+
Add the _Trigger Zap_ workflow to a form, configure which fields will be sent to the Zap and add the webhook URL of the Zap.
3737

3838
You can add mappings for each of the form's fields (if no mapping is created, all fields will be included by default), and also pick one of the
3939
standard fields: Form ID, Form Name, Page URL, Submission date/time.
40+
41+
When the form is submitted, the workflow will be invoked and a POST request, with the content built based on the workflow's settings, will trigger the Zap and the actions will be executed.

0 commit comments

Comments
 (0)