I want to make a very simple api to send an email the only thing the api asks for are these fields.
I get a response from postman
But when I try from retool I get always 404 bad request,i have tried raw , json , changing headers nothing
I want to make a very simple api to send an email the only thing the api asks for are these fields.
But when I try from retool I get always 404 bad request,i have tried raw , json , changing headers nothing
Hi @SUPERVISORES_CJ, and welcome to the Community Forum! One difference I notice between the postman request and your request on retool is that your URL has a /
at the end in postman but not on the retool request. I tried the request without the slash on postman it gave me a 400 bad request error, whereas with the slash I got 422 unprocessable entity (since I dont have an api key). Try including the slash on Retool and let me know if that fixes it!