Experiencing problems? Try these troubleshooting steps.

Send your video responses to Google Drive or Dropbox with Zapier

If you want to centralize all your video and audio responses outside of VideoAsk as you receive them, you can automatically send them to a Google Drive or Dropbox folder using Zapier.

We recommend setting up this workflow before sharing the videoask with your audience. If you set up the Zap after having received some responses, those you've already received (before setting up the automated workflow) won't be sent across.

The instructions in this article detail how to send video and/or audio responses to Google Drive or Dropbox and won't send responses from other answer types like multiple choice or NPS®.

💡 Tip: If you're looking to download video responses that you've already received, you can easily download the .mp4 files of any of your video responses from within your videoask inbox.

Looking to use Make (formerly Integromat) instead? Check out our article on how to send your video responses to Google Drive with Make

Set up a VideoAsk to Google Drive Zap in Zapier

For this example, we'll use Google Drive. The Zap configuration for Dropbox is similar except where noted.

⚠️ Important: Before starting, make sure to set all interactions as shareable so you're able to view the files in Google Drive or Dropbox when they're sent across. 🤗

1

Go to Zapier.com and log in to your account. Then, click + Create Zap.

2022-07-13_11-52-06.png

2

Search for VideoAsk in the search bar and select it as the trigger.

2022-07-13_11-53-58.png

3

Select New Response (From a Respondent) as your Trigger Event.

Don't worry - even though the description mentions a transcription, selecting this Trigger Event will pull through the video or audio response.

2022-07-13_11-57-08.png

4

Hit Continue.

2022-07-13_12-08-00.png

5

Choose which VideoAsk account you'd like to receive responses from and hit Continue.

2021-01-28_15-09-36.png

6

Select which Organization and which VideoAsk you'd like to receive responses from.

2021-01-28_15-09-52.png

7

If you have more than 1 step in your videoask you'll need to add a code snippet (provided below) for your Zap to work correctly. To do this, add another action to your zap by clicking the + icon.

If you have a single-step videoask, you don't need to do this and you can now jump to step 12.

2021-01-28_15-21-23.png

8

Select the Code by Zapier action.

2021-01-28_15-10-27.png

9

Select Run Python as the Action Event and click Continue.

2021-01-28_15-10-56.png

10

Add contact_name and contact_id as the Input Data.

2021-01-28_15-11-14.png

11

In the Code field, Paste:

output = {}
username = input_data['contact_name'].replace(' ', '')
contact_hash = input_data['contact_id'][:4]
for i in range(1,4):
    output[f'named_field_{i}'] = f'{username}_{i}_{contact_hash}.mp4'

⚠️ Important: The code snippet above is designed for a videoask with 3 open-ended answer-type steps. Update the second number in the part "for i in range(1,4):" to match the number of open-ended answer-type steps in your videoask +1.

For example, if you have a videoask with 7 open-ended answer-type steps, your range would be (1,8).

2021-01-28_15-11-14.png

12

Add another Action to your zap and select Google Drive.

2021-01-28_15-11-47.png

13

Select Upload File as the Action Event and click Continue.

2021-01-28_15-12-18.png

14

Select your Google Drive account and click Continue.

2021-01-28_15-12-42.png

15

Set up your action with the following configuration:

For Google Drive:

Drive = Your chosen drive

2022-07-13_12-28-08.png

Folder = Your chosen folder

2022-07-13_12-29-36.png

File = Media URL of your video response (click the dropdown arrow next to New Response from a Respondent in VideoAsk to see this option).

2022-07-13_12-34-27.png

Convert to Document = False

2022-07-13_12-37-42.png

File Name = Named Field (click the dropdown arrow next Run Python to see this option). Choose Named Field 1 for the first video or audio response.

When you come back to this step to set everything up for the second, third, and any subsequent video or audio response steps, choose Named field 2, Named field 3, etc. This will determine the name of the file in Google Drive/Dropbox.

2022-07-13_12-44-33.png

16. Click Continue.

2022-07-13_12-47-18.png

For Dropbox:

File = Media URL

Overwrite = No

Specify File Name = Named Field

Captura_de_Pantalla_2021-02-01_a_les_11.40.49.png

17

Repeat steps 12-16 for each video or audio response step in your videoask that you want to send to Google Drive or Dropbox.

2021-01-28_15-36-05.png

Make sure to turn your zap on and you should be good to go!

2021-01-28_15-35-43.png

💡 Pro tip: You can send files from a file upload answer type to Google Drive by selecting the File URL option in the File field in Zapier. 

Can't find what you're looking for?