- This topic has 1 reply, 2 voices, and was last updated 10 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › CRM integration after payments from eStore/eMember – Zapier, Hookpress, or ??
Tagged: payment processing
I am trying to figure out how I can capture transactions in my CRM from eStore/eMember. Every time someone makes a payment I’d like to capture that information in the CRM (email, product and possibly the price).
I’m using ActiveCampaign which uses Zapier for their integrations. So generating a webhook via Hookpress could be done.
For payment processing I’m using both PayPal and Clickbank. Both use IPN back to eStore/eMember. So I’m thinking and hoping I could add a webhook in the code that is responding to the processor’s IPN.
Any suggestions?
We have action hooks that gets triggered after every sale that is processed by our plugins. You can use those hooks to do *your custom stuff* after a sale. Let me know if that works for you and I will give you details on the action hooks.