Jan 25, 2019 09:35 AM
I’m starting using AirTable and VoiceFlow.
I use the following URL Endpoint to GET JSON string and it works fine.
httpx://api.airtable.com/v0/appRDBju2BbYrBKCc/colori?maxRecords=1000&pageSize=1&offset={offset}
I need to add filterByformula function.
Could you suggest me syntax and how i have to use it?
Is there a good documentation for this anywhere?
Thanks very mach.
Federico
Jan 25, 2019 10:38 AM
Check out your Airtable base’s API documentation, you should get an idea on how to use the filterByformula function by going over the documentation.
The formula is basically the same as the formula you use in the formula fields in your Airtable base.
Also note that the formula will need to be URL encoded.
You will also want to look into the Airtable API Encoder. (Also available via your bases’s API documentation)
Cheers! :slightly_smiling_face:
Mar 15, 2024 03:54 AM
Hey I am stuck here, before there was an API key in Airtable we could use in voiceflow but now it has been removed since 1st Feb 2024 and i don't know what to do..
How to make this connection works now? before the key had to be set near to Bearer but now we have only tokens
HELP Appreciated