Skip to main content
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

  1. Extracts the Draft’s title and body using templates.
  2. Sends a POST request to the Supernotes API to create a new card.
  3. 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.