You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1. In Code by Zapier step, click "Manage Secrets"
# 2. Add a secret named "PARSERDATA_API_KEY"
# 3. Use process.env.PARSERDATA_API_KEY in your code
# Optional: Customize extraction prompt
# EXTRACTION_PROMPT=Extract invoice number, invoice date, supplier name, total amount, tax amount, line items (description, quantity, unit price, net amount), and payment terms.