Skip to content

Latest commit

 

History

History
73 lines (38 loc) · 1.54 KB

File metadata and controls

73 lines (38 loc) · 1.54 KB

SignrequestClient.WebhookSubscription

Properties

Name Type Description Notes
url String [optional]
uuid String [optional]
name String Optional name to easily identify what webhook is used for [optional]
event_type String
callback_url String
integration String [optional]
team DocumentTeam [optional]
created Date [optional]

Enum: EventTypeEnum

  • convert_error (value: "convert_error")

  • converted (value: "converted")

  • sending_error (value: "sending_error")

  • sent (value: "sent")

  • declined (value: "declined")

  • cancelled (value: "cancelled")

  • expired (value: "expired")

  • signed (value: "signed")

  • viewed (value: "viewed")

  • downloaded (value: "downloaded")

  • signer_signed (value: "signer_signed")

  • signer_email_bounced (value: "signer_email_bounced")

  • signer_viewed_email (value: "signer_viewed_email")

  • signer_viewed (value: "signer_viewed")

  • signer_forwarded (value: "signer_forwarded")

  • signer_downloaded (value: "signer_downloaded")

  • signrequest_received (value: "signrequest_received")

Enum: IntegrationEnum

  • mfiles (value: "mfiles")

  • salesforce (value: "salesforce")

  • formdesk (value: "formdesk")

  • zapier (value: "zapier")

  • txhash (value: "txhash")