Class TemplateEvent
The webhook template event object.
public class TemplateEvent : IWebhookData
- Inheritance
-
TemplateEvent
- Implements
- Inherited Members
Properties
ActivityBy
Gets or sets the activityBy.
[JsonProperty("activityBy")]
public string ActivityBy { get; set; }
Property Value
ActivityDate
Gets or sets the activityDate.
[JsonProperty("activityDate")]
[JsonConverter(typeof(UnixDateTimeConverter))]
public DateTime? ActivityDate { get; set; }
Property Value
AllowModifyFiles
Gets or sets a value indicating whether to allow senders to replace or delete files.
[JsonProperty("allowModifyFiles")]
public bool? AllowModifyFiles { get; set; }
Property Value
- bool?
AllowNewFiles
Gets or sets a value indicating whether to allow new files while using this template to send a document.
[JsonProperty("allowNewFiles")]
public bool? AllowNewFiles { get; set; }
Property Value
- bool?
BrandId
Gets or sets the selected brand.
[JsonProperty("brandId")]
public string BrandId { get; set; }
Property Value
CCDetails
Gets or sets the CC details.
[JsonProperty("ccDetails")]
public TemplateCc[] CCDetails { get; set; }
Property Value
CreatedDate
Gets or sets the createdDate.
[JsonProperty("createdDate")]
[JsonConverter(typeof(UnixDateTimeConverter))]
public DateTime? CreatedDate { get; set; }
Property Value
EnableSigningOrder
Gets or sets a value indicating whether the SigningOrder is enabled.
[JsonProperty("enableSigningOrder")]
public bool EnableSigningOrder { get; set; }
Property Value
ErrorMessage
Gets or sets the ErrorMessage.
Available only when the template send is failed.
[JsonProperty("errorMessage")]
public string ErrorMessage { get; set; }
Property Value
IsTemplate
Gets or sets a value indicating whether get or Set the isTemplate.
[JsonProperty("isTemplate")]
public bool IsTemplate { get; set; }
Property Value
Labels
Gets or sets the document labels.
[JsonProperty("labels")]
public IEnumerable<string> Labels { get; set; }
Property Value
MessageTitle
Gets or sets the messageTitle.
[JsonProperty("messageTitle")]
public string MessageTitle { get; set; }
Property Value
ObjectType
Gets or sets the object name.
[JsonProperty("object")]
public string ObjectType { get; set; }
Property Value
OnBehalfOf
Gets or sets the on behalf of email.
[JsonProperty("onBehalfOf")]
public string OnBehalfOf { get; set; }
Property Value
SenderDetail
Gets or sets the document sender details.
[JsonProperty("senderDetail", DefaultValueHandling = DefaultValueHandling.Include)]
public TemplateSender SenderDetail { get; set; }
Property Value
SignerDetails
Gets or sets the signerDetails.
[JsonProperty("signerDetails")]
public TemplateSigner[] SignerDetails { get; set; }
Property Value
Status
Gets or sets the status.
[JsonProperty("status")]
public DocumentStatus Status { get; set; }
Property Value
TemplateDescription
Gets or sets the templateDescription.
[JsonProperty("templateDescription")]
public string TemplateDescription { get; set; }
Property Value
TemplateId
Gets or sets templateId.
[JsonProperty("templateId")]
public string TemplateId { get; set; }
Property Value
TemplateLabels
Gets or sets the template labels.
[JsonProperty("templateLabels")]
public IEnumerable<string> TemplateLabels { get; set; }
Property Value
TemplateName
Gets or sets the templateName.
[JsonProperty("templateName")]
public string TemplateName { get; set; }