Automate Reddit
Explore Plans
Mobile menu Close menu
EvernoteEvernote

Create an audio note from URL

This Action will create a new note with an audio attachment in the notebook you specify.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Action will create a new note with an audio attachment in the notebook you specify.
API endpoint slug
evernote.create_note_with_audio
Filter code method
Evernote.createNoteWithAudio.skip(string?: reason)
Runtime method
runAction("evernote.create_note_with_audio", {})

Action fields

Title Text input > Title

Label
Title
Slug
title
Required
false
Can have default value
true
Filter code method
Evernote.createNoteWithAudio.setTitle(string: title)

Audio URL Text input > Audio

Label
Audio URL
Slug
audio_url
Required
true
Can have default value
true
Filter code method
Evernote.createNoteWithAudio.setAudioUrl(string: audioUrl)

Notebook Text input > Other

Label
Notebook
Helper text
Leave blank for default notebook
Slug
notebook
Required
false
Can have default value
true
Filter code method
Evernote.createNoteWithAudio.setNotebook(string: notebook)

Tags Text input > Tags

Label
Tags
Helper text
Comma separated
Slug
tags
Required
false
Can have default value
true
Filter code method
Evernote.createNoteWithAudio.setTags(string: tags)