1
1
export default {
2
- "v" : 1 ,
3
- "matches_filters" : {
4
- "current" : [ ]
5
- } ,
6
2
"meta" : {
7
- "action" : "added" ,
8
- "change_source" : "api" ,
9
- "company_id" : 1234567890 ,
10
- "host" : "subdomain.pipedrive.com" ,
11
- "id" : 10 ,
12
- "is_bulk_update" : false ,
13
- "matches_filters" : {
14
- "current" : [ ]
15
- } ,
16
- "object" : "person" ,
17
- "permitted_user_ids" : [
18
- 1234567890
19
- ] ,
20
- "pipedrive_service_name" : false ,
21
- "timestamp" : 1739826941 ,
22
- "timestamp_micro" : 1739826941509060 ,
23
- "prepublish_timestamp" : 1739826941605 ,
24
- "trans_pending" : false ,
25
- "user_id" : 1234567890 ,
26
- "v" : 1 ,
27
- "webhook_id" : "1234567890"
3
+ "action" : "create" ,
4
+ "entity" : "deal" ,
5
+ "company_id" : 123123 ,
6
+ "correlation_id" : "123456789-1234-1234-1234-123456789012" ,
7
+ "entity_id" : 123 ,
8
+ "id" : "123456789-1234-1234-1234-123456789012" ,
9
+ "is_bulk_edit" : false ,
10
+ "timestamp" : "2023-01-01T00:00:00.000Z" ,
11
+ "type" : "general" ,
12
+ "user_id" : 123123 ,
13
+ "version" : "2.0" ,
14
+ "webhook_id" : 123 ,
15
+ "webhook_owner_id" : 123123 ,
16
+ "attempt" : 1 ,
17
+ "host" : "company.pipedrive.com"
28
18
} ,
29
- "current" : {
30
- "related_closed_deals_count" : 0 ,
31
- "notes" : null ,
32
- "email_messages_count" : 0 ,
33
- "cc_email" : "subdomain@pipedrivemail.com" ,
34
- "owner_id" : 1234567890 ,
35
- "open_deals_count" : 0 ,
36
- "postal_address_subpremise" : null ,
37
- "next_activity_date" : null ,
38
- "participant_open_deals_count" : 0 ,
39
- "postal_address_locality" : null ,
40
- "id" : 10 ,
41
- "job_title" : null ,
42
- "postal_address" : null ,
43
- "owner_name" : "Owner Name" ,
44
- "im" : [
45
- {
46
- "value" : "" ,
47
- "primary" : true
48
- }
49
- ] ,
50
- "related_won_deals_count" : 0 ,
51
- "label_ids" : [ ] ,
52
- "undone_activities_count" : 0 ,
53
- "last_activity_date" : null ,
54
- "next_activity_id" : null ,
55
- "postal_address_country" : null ,
56
- "phone" : [
57
- {
58
- "value" : "" ,
59
- "primary" : true
60
- }
61
- ] ,
62
- "visible_to" : "3" ,
63
- "org_id" : null ,
64
- "notes_count" : 0 ,
65
- "name" : "Person Name" ,
66
- "participant_closed_deals_count" : 0 ,
67
- "lost_deals_count" : 0 ,
68
- "next_activity_time" : null ,
69
- "birthday" : null ,
70
- "delete_time" : null ,
71
- "postal_address_postal_code" : null ,
72
- "last_outgoing_mail_time" : null ,
73
- "active_flag" : true ,
74
- "picture_id" : null ,
75
- "last_activity_id" : null ,
76
- "update_time" : "2025-02-17 21:15:41" ,
77
- "activities_count" : 0 ,
78
- "postal_address_route" : null ,
79
- "org_name" : null ,
80
- "first_name" : "Person Name" ,
81
- "email" : [
82
- {
83
- "value" : "" ,
84
- "primary" : true
85
- }
86
- ] ,
87
- "postal_address_street_number" : null ,
88
- "won_deals_count" : 0 ,
89
- "files_count" : 0 ,
90
- "company_id" : 1234567890 ,
91
- "last_incoming_mail_time" : null ,
92
- "first_char" : "p" ,
93
- "closed_deals_count" : 0 ,
94
- "last_name" : "02" ,
95
- "label" : null ,
96
- "related_lost_deals_count" : 0 ,
97
- "related_open_deals_count" : 0 ,
98
- "postal_address_formatted_address" : null ,
99
- "postal_address_sublocality" : null ,
100
- "postal_address_admin_area_level_2" : null ,
101
- "postal_address_admin_area_level_1" : null ,
102
- "followers_count" : 0 ,
103
- "primary_email" : null ,
104
- "add_time" : "2025-02-17 21:15:41" ,
105
- "done_activities_count" : 0
19
+ "data" : {
20
+ "add_time" :"2025-04-15T15:35:54Z" ,
21
+ "custom_fields" :{ } ,
22
+ "emails" :[ ] ,
23
+ "first_name" :"First Name" ,
24
+ "id" :1 ,
25
+ "label" :null ,
26
+ "label_ids" :[ ] ,
27
+ "last_name" :null ,
28
+ "name" :"Person Name" ,
29
+ "org_id" :null ,
30
+ "owner_id" :123123 ,
31
+ "phones" :[ ] ,
32
+ "update_time" :"2025-04-15T15:35:54Z" ,
33
+ "visible_to" :"3"
106
34
} ,
107
35
"previous" : null ,
108
- "retry" : 0 ,
109
- "event" : "added.person"
110
36
}
0 commit comments