This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote a custom function to forward fields from Yetiforce to DocuSeal through their api. Figured I'd share the code for anyone else looking for a DocuSign/YouSign alternative that works with Yetiforce and is GDPR compliant.
The function creates a submission in DocuSeal which emails the submitters in order to fill out / sign the contract. In the case of this script the sales rep is first emailed to verify contract details and then the customer is emailed the final copy to sign.
Please keep in mind the code below is a demonstration of various fields and should be edited according to your needs.
When triggered your signature request will be sent.
If anyone knows how to reference the currently logged in user's email / (or id) please let me know. At present I'm modifying the entity and then using last modified by. (Its a little messy imo)
Beta Was this translation helpful? Give feedback.
All reactions