- Joined
- Feb 21, 2026
- Messages
- 1
- Reaction score
- 0
Can anyone assist with a query about creating a custom crm with the generator to produce an importable xml file.
1. My crm authentication uses x-api-key with a uuid value in the request header. I can’t see how to configure that.
2. Is an array response supported?
3. How do I map fields when my response is an array? Should the field mapping be configured for properties within each array item? Or does my crm need to return a single json object (1 record match). The response is in this format [{email: “email”, given_names: ”name”, …etc}, { etc }]
1. My crm authentication uses x-api-key with a uuid value in the request header. I can’t see how to configure that.
2. Is an array response supported?
3. How do I map fields when my response is an array? Should the field mapping be configured for properties within each array item? Or does my crm need to return a single json object (1 record match). The response is in this format [{email: “email”, given_names: ”name”, …etc}, { etc }]