-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Components] boldsign #14976
[Components] boldsign #14976
Comments
Sources - New Document Completed - New Document Sent - New Document Declined Actions - Send Document Template
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hi @vunguyenhung, the 'Sent By' prop does not list users, it lists senders. as you can see here and here |
Hi everyone, all test cases are passed! Ready for release! Test report |
boldsign
URLs
Polling Sources
new-document-completed
Prompt
Emit new event when a document is completed by all the signers. Optional props are: 'SentBy', 'Recipients', 'SearchKey', 'Labels' and 'BrandIds'. SentBy and BrandIds props have async options. Prop Status must be 'Completed'.
URLs
new-document-sent
Prompt
Emit new event when a document is sent to a signer. Optional props are: 'SentBy', 'Recipients', 'SearchKey', 'Labels' and 'BrandIds'. SentBy and BrandIds props have async options. Prop TransmitType must be 'Sent'.
URLs
new-document-declined
Prompt
Emit new event when a document is declined by a signer. Optional props are: 'SentBy', 'Recipients', 'SearchKey', 'Labels' and 'BrandIds'. SentBy and BrandIds props have async options. Prop Status must be 'Declined'.
URLs
Actions
send-document-template
Prompt
Send documents for e-signature using a BoldSign template. Required props include 'template_id'. Optional props include 'title', 'message', 'roles', 'brandId', 'labels', 'disableEmails', 'disableSMS', 'hitDocumentId', 'enableAutoReminder', 'reminderDays', 'reminderCount', 'cc', 'expiryDays', 'enablePrintAndSign', 'enableReassign', 'enableSigningOrder', 'disableExpiryAlert', 'documentInfo', 'onBehalfOf', 'roleRemovalIndices', 'documentDownloadOption', 'formGroups', 'files', 'fileUrls', 'recipientNotificationSettings', 'removeFormFields', 'enableAuditTrailLocalization'. BrandId prop has async options, at least files or fileUrls must be provided.
URLs
The text was updated successfully, but these errors were encountered: