Create and Send Agreement from Power automate flow
Hello,
I have been referring this document for creating a Power automate flow.
The requirement is that when an invoice is generated in the Dynamics CRM, Adobe Agreement should get created and sent to customer automatically.
Now, I created a power automate flow which triggers on create of Invoice.
Here I have created an agreement (added a record in adobe_agreement entity), created a agreement document (record in adobe_agreementdocument entity), created a agreement recipient (record in adobe_recipient entity).
Now I am stuck as to how do I send the agreement.
There is a process (Action) "adobe_sendagreement" but it is unbound and independent of the entity, and it doesn't take agreement Id. So, I am not sure how its going to send a particular agreement link.
There is a field "Combined Document URL" in Agreement "adobe_agreement" entity. Should I use this field value as the agreement URL and simply send email to customer?
Please suggest.
