Help

VoiceFlow GET API

1633 2
cancel
Showing results for 
Search instead for 
Did you mean: 
federico_mearel
4 - Data Explorer
4 - Data Explorer

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

2 Replies 2
Andrew_Johnson1
8 - Airtable Astronomer
8 - Airtable Astronomer

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:

JcMETAV
4 - Data Explorer
4 - Data Explorer

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