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": "com.docusign.connect.counter.DocuSignEnvelopeCounterClause",
"status": "Completed",
"contractId": "b05b77fa-33f5-4e91-b4f4-f72c551b287d"
}
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
namespace org.accordproject.binary
abstract asset BinaryResource identified by identifier {
o String identifier
o String name
o String mimeType
o String encoding default="base64"
}
asset BinaryReference extends BinaryResource {
}
asset BinaryFile extends BinaryResource {
o String content
}
Find the full logic for this template on on GitHub.
Type | Sample JSON |
---|---|
com.docusign.connect.counter.DocuSignEnvelopeCounterState |
|
Type | Sample JSON |
---|---|
com.docusign.connect.DocuSignEnvelopeInformation |
|
Type | Sample JSON |
---|---|
com.docusign.connect.counter.MyResponse |
|
Type | Sample JSON |
---|---|
org.accordproject.cicero.runtime.NotificationObligation |
|
Please refer to the Cicero documentation for details and examples of how to integrate a call to a Cicero template into your application.
View the Latest code for this template on GitHub.