Amazon Alexa Skill Development Tutorial: How to Get the User’s Day of the Week using Voiceflow

Voiceflow Tutorial Get Users Day of the Week

Update (May 10, 2020) Updated to reflect Voiceflow UI changes as of May 10, 2020. A demo skill built using this tutorial is now available in the Voiceflow Community Marketplace. You can view and download it as a template. Get User’s Day of the Week on the Voiceflow Community Marketplace Introduction At some point in… Continue reading Amazon Alexa Skill Development Tutorial: How to Get the User’s Day of the Week using Voiceflow

Amazon Alexa Skills Development Tutorial: How to configure a compound statement in the VoiceFlow IF Block – UPDATED!

Voiceflow IF Block Configuration

Updates Updated March 14, 2020 to reflect the Voiceflow February 4th, 2020 new releases. Introduction VoiceFlow is a powerful skill-building tool, incorporating a variety of features including IF blocks for configuring IF statements. Compound IF statements can be built using AND, OR and NOT. For example: The structure of the above formula is common. Having… Continue reading Amazon Alexa Skills Development Tutorial: How to configure a compound statement in the VoiceFlow IF Block – UPDATED!

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

Amazon Alexa Skills Development Tutorial: How to Retrieve Records from Airtable into Invocable: Method 1 – GET Records

UPDATE: November 15, 2018 Images and text have been updated to reflect Storyline being rebranded to Invocable. Introduction The Invocable prototyping tool enables easy integration with Airtable for data processing. Utilizing Airtable is an ideal way to store rows of interrelated data and retrieve them into your Invocable projects and ultimately your Alexa skills. Level: … Continue reading Amazon Alexa Skills Development Tutorial: How to Retrieve Records from Airtable into Invocable: Method 1 – GET Records