Created
August 27, 2018 21:58
-
-
Save kevbook/e6d96b59bc3c554d45d4ed9165dddef2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event": "invitee.created", | |
"time": "2018-08-27T21:49:21Z", | |
"payload": { | |
"event_type": { | |
"uuid": "DCDGA4N6EAE5QPPG", | |
"kind": "Round Robin", | |
"slug": "test-calendar", | |
"name": "Test Calendar", | |
"duration": 45, | |
"owner": { | |
"type": "teams", | |
"uuid": "HECDEABGGQ4H2GJV" | |
} | |
}, | |
"event": { | |
"uuid": "DEFWGFGRYGMD2KMF", | |
"assigned_to": [ | |
"Evan Roberts" | |
], | |
"extended_assigned_to": [ | |
{ | |
"name": "Evan Roberts", | |
"email": "[email protected]", | |
"primary": true | |
} | |
], | |
"start_time": "2018-08-28T09:45:00-04:00", | |
"start_time_pretty": "09:45am - Tuesday, August 28, 2018", | |
"invitee_start_time": "2018-08-28T09:45:00-04:00", | |
"invitee_start_time_pretty": "09:45am - Tuesday, August 28, 2018", | |
"end_time": "2018-08-28T10:30:00-04:00", | |
"end_time_pretty": "10:30am - Tuesday, August 28, 2018", | |
"invitee_end_time": "2018-08-28T10:30:00-04:00", | |
"invitee_end_time_pretty": "10:30am - Tuesday, August 28, 2018", | |
"created_at": "2018-08-27T17:49:21-04:00", | |
"location": null, | |
"canceled": false, | |
"canceler_name": null, | |
"cancel_reason": null, | |
"canceled_at": null | |
}, | |
"invitee": { | |
"uuid": "EACSBR3OBU2KJPN2", | |
"first_name": null, | |
"last_name": null, | |
"name": "Karan Sakhuja Tester", | |
"email": "[email protected]", | |
"timezone": "America/New_York", | |
"created_at": "2018-08-27T17:49:21-04:00", | |
"is_reschedule": false, | |
"payments": [ | |
], | |
"canceled": false, | |
"canceler_name": null, | |
"cancel_reason": null, | |
"canceled_at": null | |
}, | |
"questions_and_answers": [ | |
], | |
"questions_and_responses": { | |
}, | |
"tracking": { | |
"utm_campaign": null, | |
"utm_source": null, | |
"utm_medium": null, | |
"utm_content": null, | |
"utm_term": null, | |
"salesforce_uuid": null | |
}, | |
"old_event": null, | |
"old_invitee": null, | |
"new_event": null, | |
"new_invitee": null | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment