Hello everyone,
I need your help to understand the path I should take to solve the challenge below:
I have a “Radar Charts” model that I use as a template to customize based on data sent by clients. Currently, I perform this customization manually by inserting the client’s data and exporting the chart as a PDF.
I’d like to automate this process using an API. I imagine I need to define the variables I want to manipulate in the chart, make an API request specifying these variables, and receive the generated PDF in return.
I usually use integration tools like n8n and Make to handle these types of integrations. I’m not a programmer, but I manage well with these no/low-code tools and various API HTTPS requests.
Could you provide me with an overview of how I can achieve this task? Is it possible? What steps should I follow? Is there any reference documentation that could help me with this process?
Thank you!