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
- Label
- Title
- Slug
- title
- Required
- false
- Can have default value
- true
- Filter code method
- Evernote.createNoteWithAudio.setTitle(string: title)
- Label
- Audio URL
- Slug
- audio_url
- Required
- true
- Can have default value
- true
- Filter code method
- Evernote.createNoteWithAudio.setAudioUrl(string: audioUrl)
- 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)
- Label
- Tags
- Helper text
- Comma separated
- Slug
- tags
- Required
- false
- Can have default value
- true
- Filter code method
- Evernote.createNoteWithAudio.setTags(string: tags)