DocuSign Connect
A template that counts events from DocuSign connect with a given envelope status.
Counts events from DocuSign connect with a given envelope status.
A template that counts events from DocuSign connect with a given envelope status.
Count DocuSign connect events with the status: Completed.
Count DocuSign connect events with the status: Completed.
Count DocuSign connect events with the status: {{status}}.
{
"$class": "org.accordproject.docusignconnect@0.1.0.TemplateModel",
"status": "Completed",
"$identifier": "94da90f6-5166-4ba7-8675-e2777407d464",
"clauseId": "94da90f6-5166-4ba7-8675-e2777407d464"
}
namespace org.accordproject.docusignconnect@0.1.0
import org.accordproject.contract@0.2.0.Clause from https://models.accordproject.org/accordproject/contract@0.2.0.cto
import org.accordproject.runtime@0.2.0.{Request,Response} from https://models.accordproject.org/accordproject/runtime@0.2.0.cto
import com.docusign.connect@0.4.0.DocuSignEnvelopeInformation from https://models.accordproject.org/docusign/connect@0.4.0.cto
import com.docusign.connect@0.4.0.EnvelopeStatusCode from https://models.accordproject.org/docusign/connect@0.4.0.cto
transaction MyResponse extends Response {
o String output
o Integer counter
}
event DocuSignNotificationEvent {
o String title
o String message
}
concept DocuSignEnvelopeCounterState identified {
o Integer counter default=0
}
/**
* The template model
*/
@template
asset TemplateModel extends Clause {
/**
* The status of the envelope to count
*/
o EnvelopeStatusCode status
}
Find the full logic for this template on on GitHub.
| Type | Sample JSON |
|---|---|
| org.accordproject.runtime@0.2.0.State | |
| Type | Sample JSON |
|---|---|
| com.docusign.connect@0.4.0.DocuSignEnvelopeInformation | |
| org.accordproject.runtime@0.2.0.Request | |
| Type | Sample JSON |
|---|---|
| org.accordproject.docusignconnect@0.1.0.MyResponse | |
| org.accordproject.runtime@0.2.0.Response | |
| Type | Sample JSON |
|---|
Please refer to the Accord Project documentation for how to use a template or integrate it within your application.
View the Latest code for this template on GitHub.