@@ -129,6 +129,12 @@ We will replace the value for last option (which is the free_text input) with th
129
129
130
130
This way your webhook will receive the free text value and other options if you allow it (like in checkbox).
131
131
132
+ ### I don't see a template for my webhook. ###
133
+
134
+ Templates are created by community so we're constructing this together.
135
+
136
+ You still are able to add a custom header / body or you can open a ticket and propose a new template.
137
+
132
138
### Who is the developer? ###
133
139
134
140
[ Mário Valney] ( https://mariovalney.com/me )
@@ -141,28 +147,28 @@ Yes! Visit [GitHub repository](https://github.com/mariovalney/cf7-to-zapier) or
141
147
142
148
## Screenshots ##
143
149
144
- ### 1. CF7 to Webhook configuration ###
145
- ![ 1. CF7 to Webhook configuration] ( http://ps.w.org/cf7-to-webhook/assets/screenshot-1.png )
150
+ ### 1. Webhook configuration ###
151
+ ![ 1. Webhook configuration] ( http://ps.w.org/cf7-to-webhook/assets/screenshot-1.png )
146
152
147
- ### 2. Zapier Step 1 - Choosing you app trigger ###
148
- ![ 2. Zapier Step 1 - Choosing you app trigger ] ( http://ps.w.org/cf7-to-webhook/assets/screenshot-2.png )
153
+ ### 2. Using templates ###
154
+ ![ 2. Using templates ] ( http://ps.w.org/cf7-to-webhook/assets/screenshot-2.png )
149
155
150
- ### 3. Zapier Step 2 - Choosing Catch Hook option ###
151
- ![ 3. Zapier Step 2 - Choosing Catch Hook option] ( http://ps.w.org/cf7-to-webhook/assets/screenshot-3.png )
152
-
153
- ### 4. Zapier Step 3 - Webhook URL (waiting for first data) ###
154
- ![ 4. Zapier Step 3 - Webhook URL (waiting for first data)] ( http://ps.w.org/cf7-to-webhook/assets/screenshot-4.png )
156
+ ### 3. All request methods ###
157
+ ![ 3. All request methods] ( http://ps.w.org/cf7-to-webhook/assets/screenshot-3.png )
155
158
156
159
157
160
## Changelog ##
158
161
159
162
### 4.0.0 ###
160
163
164
+ * New feature: [ TEMPLATES] ( https://wordpress.org/support/topic/how-templates-works ) .
161
165
* New feature: advanced custom body.
162
166
* New feature: error notification and status check.
163
167
* New feature: send file content as base64 (props to @ozanerturk ).
164
168
* Settings UI renewed.
165
169
170
+ * New template: Slack Integration.
171
+
166
172
### 3.0.2 ###
167
173
168
174
* Avoid empty webhook URLs.
@@ -293,10 +299,13 @@ Props to @shoreline-chrism
293
299
### 4.0.0 ###
294
300
295
301
We have a lot of new features and a new UI!
302
+ The most cool new feature is templates! Take a look!
303
+
296
304
It's not a breaking change version, but we recommend to test your form after update (we have new settings: saving the form maybe help).
297
305
298
306
New options:
299
307
308
+ * Templates!
300
309
* Advanced custom body.
301
310
* Error notification and response status check.
302
311
* Send file content as Base64 instead of create a link to download.
0 commit comments