Hello,
Trying to connect ADALO API with Airtable.
What am I doing wrong?
Hi Rafa,
Are you trying to send or receive data with this query?
Cheers
Craig
Hi @crmorris2
I want to Send.
@rafa.ntt based on your setup above, you’re calling Adalo API from Adalo, instead of calling the Airtable API to send the data.
Your API request should have Airtable endpoint and a POST request instead of GET request to send the data.
your API body should be this without the –data
@bhanu I´ve tried to copy it to the API body, but get an error “Please enter a valid JSON body”
can you share the JSON body here? and a complete screenshot of your Airtable example request?
You have the body incorrect, please check if it’s matching Airtable documentation
remove the single quotes at the start and end.
& also you don’t need “typecast”: true
Now Is OK… Thank you very very much @bhanu
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.