Community Creations
Supernotes to Drafts
Creates a new card in Supernotes using the Drafts’ title and body.
Configuration
- Replace
YOUR-SUPERNOTES-API-KEY
with 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 replace YOUR-SUPERNOTES-API-KEY
with your actual Supernotes API key.