April 2026 Update: Webhooks & Automations in Funnelish V2
This thread discusses legacy methods from 2017 involving custom JavaScript on ClickFunnels. In Funnelish V2, sending order data to external servers is handled securely through native Automations without the need for any custom code.
What’s Changed & Deprecated
- Custom JavaScript Scrapers: Using custom JS to scrape or intercept order form details is highly discouraged and deprecated.
- PCI Compliance & Credit Card Data: As discussed in this thread, you should never attempt to extract, intercept, or transmit raw credit card data via webhooks or custom scripts. This violates PCI-DSS compliance and poses severe security risks. Funnelish securely tokenizes all payment data directly with gateways like Stripe and PayPal.
Current Behavior: Native Webhooks
If you need to send standard order details (customer name, email, shipping address, purchased items, order totals) to an external server or database, Funnelish V2 has a native solution built exactly for this:
- Open your funnel and navigate to the Automations tab.
- Create a new automation triggered by On Purchase (or On Lead, depending on your goal).
- Click Add a new action and select Webhook.
- Paste your secure endpoint URL and configure your headers/payload.
Funnelish will automatically and securely fire the webhook containing the structured JSON order data whenever a successful transaction occurs.
Helpful Links
(Original Post - November 2017)
I need a short code that will live on a Clickfunnels page and fetch the order form details to our server using a webhook.
See below video for more details
Please see here for an explanation: Recording #1364