Skip Navigation

[Resolved] Split: Exporting custom fields data to an external CRM

This support ticket is created 3 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

Author
Posts
#1914729

Thank you Waqar .
I took your 2nd suggestion ( Post Forms ) and can now build up the contacts of potentials customers in the custom post .

Follow up question :
If I want to use these fields now in a CRM solution ( Odoo ) how can I export this data ?
Or do you have a suggestions go a WordPress CRM that would better serve my needs ( Hubspot? )
Regards
Dirk

#1914741

Hi Dirk,

To connect WordPress data with an external CRM, you have these options:

1. Offline export:

If you're looking to manually export data from your WordPress website into an external CRM, you can use WordPress' own export feature:
https://wordpress.org/support/article/tools-export-screen/

2. Live synced integration:

WordPress offers REST API, which can be used to fetch live data from a WordPress website:
https://developer.wordpress.org/rest-api/

The Toolset plugins don't offer any built-in feature to integrate with an external CRM, however, you can choose any CRM that supports getting data through REST API and you'll be able to get the Toolset's custom fields data through that REST API too:
https://toolset.com/documentation/programmer-reference/toolset-integration-with-the-rest-api/

Here are some articles which review some popular CRM options:
hidden link
hidden link

regards,
Waqar

#1915149

My issue is resolved now. Thank you!