forked from hellosign/hellosign-openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEventCallbackAppSignatureRequestSentExample.json
49 lines (49 loc) · 1.64 KB
/
EventCallbackAppSignatureRequestSentExample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"event": {
"event_time": "1348177752",
"event_type": "signature_request_sent",
"event_hash": "3a31324d1919d7cdc849ff407adf38fc01e01107d9400b028ff8c892469ca947",
"event_metadata": {
"related_signature_id": null,
"reported_for_account_id": null,
"reported_for_app_id": "5b6eac0ac5f82db0cf5f394ce4f6b150"
}
},
"signature_request": {
"signature_request_id": "fa5c8a0b0f492d768749333ad6fcc214c111e967",
"title": "Purchase Agreement",
"original_title": "Purchase Agreement",
"subject": "Purchase Agreement we talked about",
"message": "Please sign and return.",
"metadata": {},
"created_at": 1570471067,
"is_complete": false,
"is_declined": false,
"has_error": false,
"custom_fields": [],
"response_data": [],
"signing_url": null,
"signing_redirect_url": null,
"files_url": "https://api.hellosign.com/v3/signature_request/files/2d055d5449fcbf016f5ebf0cf967bdd2bc42494f",
"details_url": "https://app.hellosign.com/home/manage?guid=fa5c8a0b0f492d768749333ad6fcc214c111e967",
"requester_email_address": "[email protected]",
"signatures": [
{
"signature_id": "78caf2a1d01cd39cea2bc1cbb340dac3",
"signer_email_address": "[email protected]",
"signer_name": "John Doe",
"signer_role": null,
"order": null,
"status_code": "signed",
"signed_at": 1346521550,
"last_viewed_at": 1346521483,
"last_reminded_at": null,
"has_pin": false,
"has_sms_auth": false
}
],
"cc_email_addresses": [],
"template_ids": null,
"client_id": "5b6eac0ac5f82db0cf5f394ce4f6b150"
}
}