I am using Orchard v.1.10
I have a form creating a new user using a workflow.
How do I send challenge email from the workflow?
Please refer to this useful article from sipke http://www.ideliverable.com/blog/customizing-user-registration-and-login-with-dynamic-forms-and-workflows
which has very deep tutorial on registration using workflows
Related
I want to integrate a web portal with DocuSign CLM. I have few form fields and a template in DocuSign CLM.
I want to perform the below tasks from the portal:
Mapping fields value sent from portal to form fields in the template
Generate an agreement using the template
View the agreement
Send it for e-signature
I want to know all CLM rest APIs that will allow me to use this programmatically from the frontend by passing values from our portal to CLM.
I went through the below CLM rest API docs but it didn't help much.
(https://developers.docusign.com/docs/clm-api/)
Any help would be appreciated.
according to my teammates at DocuSign, you have to process all of your XML before you send it so that it is compatible with the merge template you’re sending it to.
This documentation may be helpful to look further into your question: https://developers.docusign.com/docs/clm-api/reference/tasks/documentxmlmergetasks/
this is not a question but rather a demand and is not in the spirit of the stackoverflow. I suggest that you either start doing research to better understand the space that you are working in or find a partner or engage with Professional services
Here are some links to get you started.
https://developers.docusign.com/docs/clm-api/reference/tasks/documentxmlmergetasks/
https://developers.docusign.com/docs/esign-rest-api/how-to/setup-authentication
https://developers.docusign.com/docs/clm-api/clm101/auth
I seem to be missing some steps adding a Flow (Power Automate) to send document to Docusign, I was successful using the "Send Envelope using Template" but I cant seem to get a non template document to send. i.e adding recipients and envelope ID.
This feature is not currently supported in the DocuSign Flow Connector.
There are lots of workarounds, including creating your own Flow connector.
You can use a template if you want.
Using a document directly is not available at this time and no plans that I know of to add it.
I've done this but created my own connector. Just wondering how to then get the completed documents to sharepoint as I don't have the envelope id in my connector currently.
I'm trying to achieve some requirements via Docusign APIs. Would like to know if it's possible before I start the project.
I've used Docusign app for Salesforce earlier, but now I'm trying to achieve some functionalities through API calls
Ability for a Signed Document sent to a contact (by clicking on a button on contact record) to be attached to the Contact record it was sent from
Ability to write back to the record from a field tagged on the DocuSign envelope
Vinay, this functionality is available using the DocuSign for Salesforce integration. If you would like to write it yourself using APIs, you can start by looking at our Apex toolkit here - https://developers.docusign.com/salesforce/guides/apex-toolkit
In one of my project I want to send email using Logic Apps, for that I followed below link.
https://azure.microsoft.com/en-in/documentation/templates/101-logic-app-sendgrid/
From the above link i created the Logic App in my Azure Subscription
and make designer in my logic app like this below figure. but i don't know which values can i gave in their text boxes.
My designer will be like this below figures.
but i don't know how to send email from newly created logic app in my azure portal.
Please tell me how can i achieve this.
-Pradeep
You can use the json body coming in http request using the
"#{triggerBody()['propertyname']}"
checkout this blog for the details
https://azure.microsoft.com/en-us/documentation/articles/app-service-logic-http-endpoint/
May you can see the following blog for step by step guidance.
https://sps-cloud-architect.blogspot.com/2019/12/azure-logic-apps-send-email-using-send.html
My company want integrate DocuSign to our project. We have a implemented form workflow for EchoSign API and we want to know that DocuSign have embedded Visual Editor for create Envelope Templates on our side. We want to create template in our service without redirect users to DocuSign.
I believe you want the Embedded Signing functionality that DocuSign offers. Please see the bottom left API walkthrough listed "Embedded Signing" here:
http://iodocs.docusign.com/apiwalkthroughs
Thanks for response.
We found that possible pre-fill tags offline using native tags like DocuSignSignHere, DocuSignInitialHere: https://www.docusign.com/p/APIGuide/Content/Sending%20Group/Rules%20for%20CompositeTemplate%20Usage.htm
And using automatic anchor tags fully resolve our problem.