Having done a little more research it looks like this is something that could be done by using WordPress API’s. Is that correct?
After that it looks like I need to know the general location for “where to put the code”. Should I be thinking about the functions.php file of my child theme?
]]>Anyhow…
CF7 and most form plugins have pre- and post-save hooks, so check hookr.io to see what hooks are available. In your callback function for that hook, you’d write the code to access the CRM’s API. WP supports all sorts of things from straight HTML posts to JSON connections.
So, as I said, it depends on the contact form and the CRM. But yes, you can do it all with WP functionality.
]]>