CiviCRM integration

My organization uses CivCRM for membership management. I would like to build an application that connects to the CiviCRM to retrieve those contacts to use as a field within XWiki. CiviCRM stores contact info in MySQL and has an exposed API.

Once I run the select statement, I would like the query to populate as a multiple select dropdown menu. Would I need to make something from scratch, or is there already something within Xwiki core or an extension that fits the bill? Thanks in advance.

Hello @mdweatherspoon,

What’s sure is that there is no CiviCRM extension available. So I think you will need something custom.

Thank you for replying. It doesn’t have to be a CiviCRM extension per se. I just need to be able to use an external MySQL as a data provider. Or use the raw JSON results from an API GET call.