Skip to main content

VoiceFlow GET API

  • January 25, 2019
  • 2 replies
  • 27 views

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

Forum|alt.badge.img+3
  • Participating Frequently
  • 586 replies
  • January 25, 2019

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:


Forum|alt.badge.img
  • New Participant
  • 3 replies
  • March 15, 2024

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