React and axios

Hello. I am new to developmen but I did build a page witch have a form asking the user for name email and cell number. But now i want send this information to pipedrive so i would like to know if is posible to do it with axios making a post request to add this information in the lead inbox. I have been reading the api but can´t figure out. so i would like for help or guide to implement this. Thanks

Hi @sixto_alberto_becerra_res
Welcome to the community :wave: and thanks for being patient.

You can use the Axios library to make an API request to create a lead in Pipedrive. However, this request has to be initiated by the server (possibly via middleware). As you know, initiating the request from the frontend results in CORS issue