This action will create a Text notecard in notebook
    
    
    
      - API endpoint slug
- notebook_in.add_text
- Filter code method
- NotebookIn.addText.skip(string?: reason)
- Runtime method
- runAction("notebook_in.add_text", {})
Action fields
        
          
          
              - Label
- Select Notebook
- Slug
- notebook_name
- Required
- true
- Can have default value
- false
 
        
          
          
              - Label
- Note Content
- Slug
- note_content
- Required
- true
- Can have default value
- true
- Filter code method
- NotebookIn.addText.setNote Content(string: note_content)
 
        
          
          
              - Label
- Notecard Name
- Slug
- notecard_name
- Required
- false
- Can have default value
- true
- Filter code method
- NotebookIn.addText.setNotecard Name(string: notecard_name)
 
        
          
          
              - Label
- Tags
- Slug
- tags
- Required
- true
- Can have default value
- true
- Filter code method
- NotebookIn.addText.setTags(string: tags)