Creates a new card in Supernotes using the Drafts’ title and body.Documentation Index
Fetch the complete documentation index at: https://developer.supernotes.app/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
- Replace
YOUR-SUPERNOTES-API-KEYwith your Supernotes API key.
How it works
- Extracts the Draft’s title and body using templates.
- Sends a POST request to the Supernotes API to create a new card.
- Logs an error and fails the action if the request fails.
Note
Make sure to replaceYOUR-SUPERNOTES-API-KEY with your actual Supernotes API key.