Create Custom Webhook in Make.com
Below are the steps on how to create Custom Webhook in Make.com to receive data from Payfunnels:
- Log in to your Make.com account.
- Create a new Scenario.
- From the available apps, select the Webhooks app.
- Choose the "Custom webhook" module.
- Click "Add" to create a new webhook.
- Name your webhook (e.g., PayFunnels) and click Save. Copy the generated Webhook URL
Add Webhook URL to PayFunnels
- Log in to your PayFunnels dashboard.
- Go to Billing > Settings > Integrations > Webhook URL.
- Paste the Webhook URL you copied from Make.com into the Webhook URL field.
- Click "Resume" to enable the webhook, Ideally the webhook given by make.com should be added in the Payfunnels integration unless you have another flow in your server.
- Your webhook is now active and ready to receive data from PayFunnels.
Please check this article on how to add Webhook URL in Payfunnels: https://payfunnels.helpscoutdocs.com/article/203-what-is-callback-url
Data Received by the Webhook
●totalAmount – Total amount charged
●currency – Currency used (e.g., USD, EUR)
●invoiceTitle – Title of the invoice
●customerName – Name of the customer
●customerEmail – Customer's email address
●receiptId – Receipt ID generated
●invoiceId – PayFunnels invoice ID
●chargeId – Charge ID of the charge processed
Use the Data for another app
- Now you’re receiving data from PayFunnels, you can process it further using
other modules in Make.com.
Email us at support@payfunnels.com if you have any questions.