I’m currently working on an API integration via Custom Code of Operations Hub, the code is for sales info enrichment and one of the parts of the JSON response is a list of dicts with a dynamic size, like:
[{client A: ‘foo’}, {client B: ‘bar’}, … n].
My original idea is to, based on that response, create N new contacts using the data from the response. Is that possible? I haven’t seen any similar public ideas.