Specifies the expiration date and time for recipients of eSignature.
Category: Conga Sign
Compatible with: Composer 8
Parameter Name: CSExpiration
Parameter Value: [Date/Time]
Parameter Requirements: None
Parameter Description: CSExpiration specifies the expiration date and time for recipients of eSignature.
The format as yyyy-MM-dd'T'HH:mm:ss'Z for example:&csexpiration=2018-01-22T20:00:01Z
You can also dynamically set the expiration date using a Salesforce formula (text) field. For example, to set the expiration date thirty days from today's date, use the following syntax in the formula (text) field and then use the formula field's merge field as the value of the csExpiration parameter:TEXT(TODAY()+30) & "T" & TEXT(TIMEVALUE(NOW()+0.04167)) & "Z"