Hello, I'm encountering an issue with the API Call in the Airtable Module.
I've tried both with and without the 'v0' prefix, and I'm receiving the same error message. I am using the same personal access token that works for other modules, but this particular one is causing problems.
Which endpoint are you attempting to access?
Please share the specific endpoint you are trying to utilize.
Hello,
Can you please explain which Airtable Scenario Action you’ve used?
If Build Airtable Scenarios: https://www.callin.io/en/help/app/airtable#records-964541
If Other: https://www.callin.io/en/help/app/airtable#other-964541
Both actions require different authentication methods. If you used Others, you need to follow this link: Airtable Web API. For the Build Airtable Scenarios, you need to authenticate before the module is set up. https://www.callin.io/en/help/app/airtable#connect-airtable-to-make
Check it and come back with some more details.
Enter a path relative to https://api.airtable.com/
. For example, v0/{base_id}/{table_id}
I was using the full HTTP URL, you only need to insert the relative path, callin.io sends the first part already.