Updates August 12, 2020: Voiceflow implemented ability to use external libraries in the code block. “var” was removed from the code block example, as the variable is already initialized. May 30, 2019: This tutorial is for generating random numbers that can repeat. In this case each new number generated is independent of the previous number’s… Continue reading Voiceflow Javascript Code Block: Random Number Generator: One through a specified Maximum Value
Month: January 2019
How to POST from VoiceFlow to Airtable via API
This tutorial describes how to to POST a record from Voiceflow to an Airtable. A POST will add a new record to the bottom of an Airtable. Level: Intermediate This tutorial assumes you are familiar with both Airtable and Voiceflow. If not, there are some links to resources at the bottom of this post. This… Continue reading How to POST from VoiceFlow to Airtable via API