Body
The optional external user identifier of the external system.
The title of the task to be displayed in the UI.
"Sign: Verification of Identity"
The URL that will be displayed within the task content.
"http://www.yourwebsite.com"
Optional action text, a single word to describe the action the task relates to.
Defaults to "Complete", but other examples could be "Sign" or "Review".
"Complete"
Whether the task is Cancelled
true
Optional cancelled text, used on the task cancelled screen if provided.
"Signing Cancelled!"
Optional cancelled URL, which is a URL that is loaded in the task content body instead of the default cancelled screen if provided.
This option overrides CancelledText if provided.
"http://www.yourwebsite.com"
Whether the task is Completed
true
Optional completed text, used on the task success screen if provided.
"Signing Complete!"
Optional completed URL, which is a URL that is loaded in the task content body instead of the default success screen if provided.
This option overrides CompletedText if provided.
"http://www.yourwebsite.com"
Whether the task is Expired
true
Optional expired text, used on the task expired screen if provided.
"Signing Expired!"
Optional expired URL, which is a URL that is loaded in the task content body instead of the default expired screen if provided.
This option overrides ExpiredText if provided.
"http://www.yourwebsite.com"
Response
When request is accepted. Returns the id of the task to be updated.