So I created webhook that fills out the “web form submitted” in Zapier using “POST in webhook in Zapier”. I got it work yesterday, properly and now it’s being blocked.
Reason for doing this: My reason for doing webhook instead of “Create/Update Contact” is that Keap is not updating the email status of customers. Meaning that if our old client who already opted out then they saw an ad to our event and decided to buy a ticket, they can but their email status is left in “opt-out” status and they won’t receive any emails from us not even a confirmation email after they buy something.
I’m using Clickfunnels as my landing page, order form page, and thank you page. It is connected to Keap via products but still, the email status won’t change.
I can’t integrate the Web Form submitted in my order form since according to Keap support, it’s not allowed. I have optin pages with the HTML Form embed through “Integration” in clickfunnels and those work fine. In order forms for some reason it’s not working.
My Zap Process is very simple,
Step 1: When there’s a new purchase in Clickfunnels,
Step 2: POST in Webhook.
The webhook setup is in screenshot:
Note: I got it work properly yesterday. I tried multiple times and it changes the email status which is great. But now, when I run it, it says:
Here’s the complete Details on that Log:
Attention Required! | Cloudflare body{margin:0;padding:0}Sorry, you have been blocked
You are unable to access infusionsoft.com
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300">
Cloudflare Ray ID: 887f10cf0d26390b • Your IP: <button type="button" id="cf-footer-ip <p>I tried doing this using POSTMAN and it works perfectly. Same values as in Zapier. It returns 200 OK, and I saw the contact in Keap, the email status is updated.</p> <p>I hope someone can help me make this work or enlighten me on why this is happening.</p> <p>Thank you in advance.</p>