cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#QUICKBOOKS_SEND_INVOICE' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "QUICKBOOKS_SEND_INVOICE", "parameters": { "invoiceId": "<string>", "email": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Invoice ID (example: "Enter invoice ID")
Send to email address : Updates the invoice’s billing email address to the email provided. If left blank, sends to the invoice’s existing billing email address. (example: "[email protected]")
Success
Was this page helpful?