Generate Invoice PDF and Email
- Using Opero Documents, create a Document Action based on the Invoice object.
- Configure the Document Action to generate the document as a PDF and email it to the billing contact.
- Add any additional billing contacts as needed using the Email To Additional, CC, and BCC features.
- If you set Document Action.Save URL to Salesforce Field = opay__Invoice_Doc_URL__c, then this invoice link will appear in Invoice.Invoice Doc URL and customer will be able to click the link on the Make a Payment Webpage to view a copy of the invoice.
- Optionally, configure a Flow to trigger automatic invoice generation.
- Create a Flow on the Invoice object to trigger when Invoice.Status = Ready to Send.
- Add a Create Record action that creates a Document Request record.
- Set the Document Request.Document Action field to equal the Salesforce Id of the Document Action you configured.
- Set the Record Id to equal the record that triggered the Flow.
Additional Resources: