Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

Create an Invocable Apex Class

Get the variables from the flow

String templateId = <Id of the Document template Record you want to use>
String recordId = <Id of the sObject Record on which you want to trigger the document workflow>

Inside The Invocable Class Invoke Generate Document Service

String sResponse= docgen_esign.GlobalServices.generateDocument(templateId,recordId);

  • No labels