Is there any functionality (free or PRO) to allow for API integration to pre-populate fields, or any wordpress hooks that i can use to automate as much of the process as possible?
We manage a holiday booking engine with data such as events, venues, ticket prices and other meta data already available, however a large chunk of the arbitrary and descriptive content will still need to be added via wordpress as we do not store that.
I’m basically looking to be able to call the api, loop through the results and automate the process as much as possible so that the admins can go and input the remaining data.
Is this at all possible?