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
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
My issue is resolved now. Thank you!