Overview
Envoy uses webhooks to notify your application when an event happens. Webhooks are particularly useful for asynchronous events like when a user signs in, an invite is sent, or a block rule is triggered. You can listen for events on your Envoy account so your integration can automatically trigger actions.
Related guides:
Resources
- Entries - a visit by a person to a location. Learn about entries.
- Invites - invitations to a person or a group of people to visit a location. Learn about invites.
- Blocklists - rules that prevent unwanted people from visiting a location. Learn about blocklists.
Events Types
Resource | Topic | Description |
---|---|---|
Visitors | entry_sign_in | Whenever a visitor signs in. |
Visitors | entry_sign_out | Whenever a visitor signs out. |
Visitors | entry_blacklist_review | Whenever a visitor has matched a blocklist rule and requires approval by an admin. |
Visitors | entry_blacklist_deny | Whenever a visitor has been denied entry by a blocklist rule. |
Visitors | invite_created | Whenever an invite is created. |
Visitors | invite_updated | Whenever an invite is updated. |
Visitors | invite_removed | Whenever an invite is deleted. |
Visitors | upcoming_visit | Whenever there is an upcoming visit. |
Visitors | qr_code_sent | Whenever the visitor receives their invitee QR code email. |
Workplace | employee_invite_created | Whenever an employee invite is created. |
Workplace | employee_invite_updated | Whenever an employee invite is updated. |
Workplace | employee_upcoming_visit | One hour in advance of whenever an employee is scheduled to come on-site. |
Workplace | employee_entry_sign_in | Whenever an employee signs in. |
Workplace | employee_entry_sign_out | Whenever an employee signs out. |
Workplace | employee_entry_blacklist_review | Whenever an employee has matched a blocklist rule and requires approval by an admin. |
Workplace | employee_entry_blacklist_deny | Whenever an employee has been denied entry by a blocklist rule. |
Workplace | location_capacity_updated | Whenever a location capacity has been updated. |
Workplace | desk_sign_in | Whenever a desk is reserved and assigned. This feature is currently in beta and may not be available on your account. |
Workplace | ticket_created | When a workplace issue is created via Envoy Mobile. This feature is currently in beta and may not be available on your account. |
Event Payloads
{
"event": "entry_sign_in",
"meta": {
"location": {
"id": "94082",
"type": "locations",
"attributes": {
"name": "HQ",
"time-zone": "America/Los_Angeles",
"timezone": "America/Los_Angeles",
"locale": "en",
"address": "410 Townsend St 4th Floor, San Francisco, CA 94107",
"address-line-one": "410 Townsend St",
"address-line-two": "4th Floor",
"city": "San Francisco",
"state": "CA",
"country": "US",
"zip": "94107",
"longitude": -121.8930982,
"latitude": 37.351796,
"created-at": "2019-12-09T05:05:31.609Z"
},
"relationships": {
"company": {
"data": {
"id": "75254",
"type": "companies"
}
}
}
},
"company": {
"id": "75254",
"type": "companies",
"attributes": {
"name": "Envoy",
"plan-intent": "enterprise",
"buy-intent": false,
"active": true,
"created-at": "2019-12-09T05:05:31.564Z"
}
}
},
"payload": {
"id": "80078985",
"type": "entries",
"attributes": {
"agreements-status": "not_applicable",
"full-name": "John Doe",
"email": "[email protected]",
"host": null,
"host-email": null,
"private-notes": null,
"signed-in-at": "2020-08-31 22:09:50 UTC",
"device-session-uuid": "f27c022b-9c7a-41b4-90d6-992a753a5eb7",
"signed-in-via": "iPad",
"signed-in-by": null,
"signed-out-via": null,
"signed-out-by": null,
"thumbnails": {
"large": null,
"original": null,
"small": null
},
"flow-name": "Visitor",
"original-nda-sign-date": null,
"group-name": null,
"id-check-status": "",
"is-delivery": false,
"agreement-refused": false,
"pov-key": "Purpose of visit",
"user-data": [
{
"field": "Your Full Name",
"value": "John Doe"
},
{
"field": "Purpose of visit",
"value": "Visitor"
},
{
"field": "Your Email Address",
"value": "[email protected]"
}
],
"sms-status": "not_sent",
"approval-status": {
"status": "approved",
"auto-approved": false,
"report": [
{
"result": "pass",
"source": "blacklist",
"messages": {
"failure": {
"text": "Someone will be with you shortly.",
"header": "Please wait here while we review your responses."
}
},
"blacklistReportUUID": "dbb84289-99e2-49ca-ba78-3a866e538003"
},
{
"reason": "",
"result": "pass",
"source": "capacity-screening",
"messages": {
"failure": {
"text": "Someone will be with you shortly.",
"header": "Please wait here while we review your responses."
}
}
}
],
"reviewer-id": null,
"reviewer-name": null,
"review-note": null,
"reviewed-at": null
},
"push-status": "not_sent",
"email-status": "not_sent"
},
"relationships": {
"location": {
"data": {
"type": "locations",
"id": "94082"
}
},
"visitor-entrance": {
"data": {
"type": "visitor_entrances",
"id": "1192"
}
},
"device": {
"data": {
"type": "devices",
"id": "120326"
}
},
"flow": {
"data": {
"type": "flows",
"id": "127825"
}
},
"previous-entries": {
"links": {
"related": "https://app.envoy.com/api/v3/entries/80078985/previous-entries"
}
},
"platform-jobs": {
"links": {
"related": "https://app.envoy.com/api/v3/entries/80078985/platform-jobs"
}
}
}
}
}
{
"event": "entry_sign_out",
"meta": {
"location": {
"id": "94082",
"type": "locations",
"attributes": {
"name": "HQ",
"company-name-override": null,
"time-zone": "America/Los_Angeles",
"timezone": "America/Los_Angeles",
"locale": "en",
"address": "410 Townsend St 4th Floor, San Francisco, CA 94107",
"address-line-one": "410 Townsend St",
"address-line-two": "4th Floor",
"city": "San Francisco",
"state": "CA",
"country": "US",
"zip": "94107",
"longitude": -122.39766898461579,
"latitude": 37.77531414459182,
"created-at": "2021-03-25T17:26:00.851Z"
},
"relationships": {
"company": {
"data": {
"id": "97338",
"type": "companies"
}
}
}
},
"company": {
"id": "97338",
"type": "companies",
"attributes": {
"name": "Envoy",
"plan-intent": "premium",
"buy-intent": false,
"active": true,
"created-at": "2021-03-25T17:26:00.842Z"
}
}
},
"payload": {
"id": "92589729",
"type": "entries",
"attributes": {
"agreements-status": "not_signed",
"full-name": "Meg A. Byte",
"email": "[email protected]",
"employee-screening-flow": false,
"host": null,
"host-email": null,
"private-notes": null,
"signed-in-at": "2021-04-05 21:15:00 UTC",
"device-session-uuid": null,
"signed-in-via": "Dashboard",
"signed-in-by": "Reese Eptionist",
"signed-out-via": "Dashboard",
"signed-out-by": "Reese Eptionist",
"signed-out-at": "2021-04-05 22:11:25 UTC",
"thumbnails": {
"large": null,
"original": null,
"small": null
},
"flow-name": "Visitor",
"original-nda-sign-date": null,
"group-name": null,
"id-check-status": "",
"is-delivery": false,
"agreement-refused": false,
"locality": {
"place-id": ""
},
"pov-key": "Purpose of visit",
"user-data": [
{
"field": "Your Full Name",
"value": "Meg A. Byte"
},
{
"field": "Your Email Address",
"value": "[email protected]"
},
{
"field": "Purpose of visit",
"value": "Visitor"
}
],
"sms-status": "not_sent",
"approval-status": null,
"push-status": "not_sent",
"email-status": "not_sent"
},
"relationships": {
"location": {
"data": {
"type": "locations",
"id": "94082"
}
},
"flow": {
"data": {
"type": "flows",
"id": "257904"
}
},
"recurring-entry": {
"data": {
"type": "entries",
"id": "92589477"
}
},
"previous-entries": {
"links": {
"related": "https://app.envoy.com/api/v3/entries/92589729/previous-entries"
}
},
"platform-jobs": {
"links": {
"related": "https://app.envoy.com/api/v3/entries/92589729/platform-jobs"
}
},
"agreeable-ndas": {
"data": [
{
"type": "agreeable-ndas",
"id": "48205135"
}
]
}
}
}
}
{
"event": "entry_blacklist_review",
"meta": {
"location": {
"id": "126164",
"type": "locations",
"attributes": {
"name": "HQ",
"company-name-override": null,
"time-zone": "America/Los_Angeles",
"timezone": "America/Los_Angeles",
"locale": "en",
"address": "1200 Industrial Ave, Long Beach, CA 90803, USA",
"address-line-one": "1200 Industrial Ave",
"address-line-two": null,
"city": "Long Beach",
"state": "CA",
"country": "US",
"zip": "90803",
"longitude": -118.1844057,
"latitude": 33.7540739,
"created-at": "2021-03-25T17:26:00.851Z"
},
"relationships": {
"company": {
"data": {
"id": "97338",
"type": "companies"
}
}
}
},
"company": {
"id": "97338",
"type": "companies",
"attributes": {
"name": "Stark Industries",
"plan-intent": "enterprise",
"buy-intent": false,
"active": true,
"created-at": "2021-03-25T17:26:00.842Z"
}
}
},
"payload": {
"id": "92663715",
"type": "entries",
"attributes": {
"agreements-status": "not_applicable",
"full-name": "Justin Hammer",
"email": null,
"employee-screening-flow": false,
"host": null,
"host-email": null,
"private-notes": null,
"signed-in-at": "2021-04-06 17:45:00 UTC",
"device-session-uuid": null,
"signed-in-via": "Dashboard",
"signed-in-by": "F.R.I.D.A.Y.",
"signed-out-via": null,
"signed-out-by": null,
"thumbnails": {
"large": null,
"original": null,
"small": null
},
"flow-name": "Visitor",
"original-nda-sign-date": null,
"group-name": null,
"id-check-status": "",
"is-delivery": false,
"agreement-refused": false,
"locality": {
"place-id": ""
},
"pov-key": "Purpose of visit",
"user-data": [
{
"field": "Your Full Name",
"value": "Justin Hammer"
},
{
"field": "Purpose of visit",
"value": "Visitor"
}
],
"sms-status": "not_sent",
"approval-status": {
"status": "review",
"auto-approved": false,
"report": [
{
"result": "fail",
"source": "blacklist",
"messages": {
"failure": {
"text": "Someone will be with you shortly.",
"header": "Please wait here while we review your responses."
}
},
"blacklistReason": "",
"blacklistKeyword": "",
"blacklistFilterId": "",
"blacklistFilterKey": "",
"blacklistMatchedKey": "",
"blacklistReportUUID": "1c031e6b-513d-416b-8d5c-00de8ab81464",
"blacklistFilterAddedBy": "",
"blacklistFilterCreatedAt": ""
}
],
"reviewer-id": null,
"reviewer-name": null,
"review-note": null,
"reviewed-at": null
},
"failure-message-markdown": "# Please wait here while we review your responses.\n\nSomeone will be with you shortly.",
"custom-deny-markdown": "",
"push-status": "not_sent",
"email-status": "not_sent"
},
"relationships": {
"location": {
"data": {
"type": "locations",
"id": "126164"
}
},
"flow": {
"data": {
"type": "flows",
"id": "257904"
}
},
"previous-entries": {
"links": {
"related": "https://app.envoy.com/api/v3/entries/92663715/previous-entries"
}
},
"platform-jobs": {
"links": {
"related": "https://app.envoy.com/api/v3/entries/92663715/platform-jobs"
}
}
}
}
}
{
"event": "entry_blacklist_deny",
"meta": {
"location": {
"id": "126164",
"type": "locations",
"attributes": {
"name": "HQ",
"company-name-override": null,
"time-zone": "America/Los_Angeles",
"timezone": "America/Los_Angeles",
"locale": "en",
"address": "1200 Industrial Ave, Long Beach, CA 90803, USA",
"address-line-one": "1200 Industrial Ave",
"address-line-two": null,
"city": "Long Beach",
"state": "CA",
"country": "US",
"zip": "90803",
"longitude": -118.1844057,
"latitude": 33.7540739,
"created-at": "2021-03-25T17:26:00.851Z"
},
"relationships": {
"company": {
"data": {
"id": "97338",
"type": "companies"
}
}
}
},
"company": {
"id": "97338",
"type": "companies",
"attributes": {
"name": "Stark Industries",
"plan-intent": "enterprise",
"buy-intent": false,
"active": true,
"created-at": "2021-03-25T17:26:00.842Z"
}
}
},
"payload": {
"id": "92663715",
"type": "entries",
"attributes": {
"agreements-status": "not_signed",
"full-name": "Justin Hammer",
"email": null,
"employee-screening-flow": false,
"host": null,
"host-email": null,
"private-notes": null,
"signed-in-at": "2021-04-06 17:45:00 UTC",
"device-session-uuid": null,
"signed-in-via": "Dashboard",
"signed-in-by": "F.R.I.D.A.Y.",
"signed-out-via": null,
"signed-out-by": null,
"thumbnails": {
"large": null,
"original": null,
"small": null
},
"flow-name": "Visitor",
"original-nda-sign-date": null,
"group-name": null,
"id-check-status": "",
"is-delivery": false,
"agreement-refused": false,
"locality": {
"place-id": ""
},
"pov-key": "Purpose of visit",
"user-data": [
{
"field": "Your Full Name",
"value": "Justin Hammer"
},
{
"field": "Purpose of visit",
"value": "Visitor"
}
],
"sms-status": "not_sent",
"approval-status": {
"status": "denied",
"auto-approved": false,
"report": [
{
"result": "fail",
"source": "blacklist",
"messages": {
"failure": {
"text": "Someone will be with you shortly.",
"header": "Please wait here while we review your responses."
}
},
"blacklistReason": "",
"blacklistKeyword": "",
"blacklistFilterId": "",
"blacklistFilterKey": "",
"blacklistMatchedKey": "",
"blacklistReportUUID": "1c031e6b-513d-416b-8d5c-00de8ab81464",
"blacklistFilterAddedBy": "",
"blacklistFilterCreatedAt": ""
}
],
"reviewer-id": 1385008,
"reviewer-name": "Happy Hogan",
"review-note": null,
"reviewed-at": "2021-04-06T18:50:19.029081Z"
},
"failure-message-markdown": "# Please wait here while we review your responses.\n\nSomeone will be with you shortly.",
"custom-deny-markdown": "",
"push-status": "not_sent",
"email-status": "not_sent"
},
"relationships": {
"location": {
"data": {
"type": "locations",
"id": "126164"
}
},
"flow": {
"data": {
"type": "flows",
"id": "257904"
}
},
"previous-entries": {
"links": {
"related": "https://app.envoy.com/api/v3/entries/92663715/previous-entries"
}
},
"platform-jobs": {
"links": {
"related": "https://app.envoy.com/api/v3/entries/92663715/platform-jobs"
}
},
"agreeable-ndas": {
"data": [
{
"type": "agreeable-ndas",
"id": "48244025"
}
]
}
}
}
}
{
"event": "invite_created",
"meta": {
"location": {
"id": "126164",
"type": "locations",
"attributes": {
"name": "HQ",
"company-name-override": null,
"time-zone": "America/Los_Angeles",
"timezone": "America/Los_Angeles",
"locale": "en",
"address": "1200 Industrial Ave, Long Beach, CA 90803, USA",
"address-line-one": "1200 Industrial Ave",
"address-line-two": null,
"city": "Long Beach",
"state": "CA",
"country": "US",
"zip": "90803",
"longitude": -118.1844057,
"latitude": 33.7540739,
"created-at": "2021-03-25T17:26:00.851Z"
},
"relationships": {
"company": {
"data": {
"id": "97338",
"type": "companies"
}
}
}
},
"company": {
"id": "97338",
"type": "companies",
"attributes": {
"name": "Stark Industries",
"plan-intent": "enterprise",
"buy-intent": false,
"active": true,
"created-at": "2021-03-25T17:26:00.842Z"
}
}
},
"payload": {
"id": "15145380",
"type": "invites",
"attributes": {
"agreements-status": "pending",
"employee-screening-flow": false,
"full-name": "Tony Stark",
"email": "[email protected]",
"inviter-name": "F.R.I.D.A.Y.",
"inviter-email": "[email protected]",
"expected-arrival-time": "2022-04-06T20:00:00Z",
"private-notes": null,
"arrived": false,
"been-here-before": false,
"flow-name": "Visitor",
"flow-id": 257904,
"user-data": [
{
"field": "Your Email Address",
"value": "[email protected]"
},
{
"field": "Host",
"value": "Pepper Potts"
},
{
"field": "Your Full Name",
"value": "Tony Stark"
},
{
"field": "Purpose of visit",
"value": "Visitor"
}
],
"additional-guests": 0,
"guest-updated-at": null,
"nda": null,
"nda-available": true,
"original-nda-sign-date": null,
"secret-token": "ebbb935c24e53f73e49c",
"edit-token": "4Es67rtV4kamvJGZNqPZpRpi",
"group-name": null,
"photo-url": null,
"qr-code": "https://envoyuserentries.s3.amazonaws.com/invites/15145380/qr-code-original-88895/ebbb935c24e53f73e49c-invite-qr-code20210406-11-1ilfrd4.png?1617738423",
"qr-code-sent-at": null,
"preregistration-complete": false,
"reminder-sent-at": null,
"approval-status": null
},
"relationships": {
"entry": {
"data": null
},
"location": {
"data": {
"id": "126164",
"type": "locations"
}
},
"flow": {
"data": {
"type": "flows",
"id": "257904"
}
},
"employee": {
"data": {
"type": "employees",
"id": "35620904"
}
},
"creator": {
"data": {
"type": "users",
"id": "1385008"
}
},
"recurring-invite": {
"data": {
"type": "recurring-invites",
"id": "97098"
}
},
"platform-jobs": {
"links": {
"related": "https://web.envoy.com/api/v3/invites/15145380/platform-jobs"
}
}
}
}
}
{
"event": "invite_updated",
"meta": {
"location": {
"id": "126164",
"type": "locations",
"attributes": {
"name": "HQ",
"time-zone": "America/Los_Angeles",
"timezone": "America/Los_Angeles",
"locale": "en",
"address": "410 Townsend St 4th Floor, San Francisco, CA 94107",
"address-line-one": "410 Townsend St",
"address-line-two": "4th Floor",
"city": "San Francisco",
"state": "CA",
"country": "US",
"zip": "94107",
"longitude": -122.39766898461579,
"latitude": 37.77531414459182,
"created-at": "2019-12-09T05:05:31.609Z"
},
"relationships": {
"company": {
"data": {
"id": "97338",
"type": "companies"
}
}
}
},
"company": {
"id": "97338",
"type": "companies",
"attributes": {
"name": "Envoy",
"plan-intent": "enterprise",
"buy-intent": false,
"active": true,
"created-at": "2021-03-25T17:26:00.842Z"
}
}
},
"payload": {
"id": "15099967",
"type": "invites",
"attributes": {
"agreements-status": "pending",
"employee-screening-flow": false,
"full-name": "Meg A. Byte",
"email": "[email protected]",
"inviter-name": "Reese Eptionist",
"inviter-email": "[email protected]",
"expected-arrival-time": "2021-04-06T16:00:00Z",
"private-notes": "These are some notes",
"arrived": false,
"been-here-before": true,
"flow-name": "Visitor",
"flow-id": 257904,
"user-data": [
{
"field": "Your Email Address",
"value": ""
},
{
"field": "Host",
"value": "Bill Lumbergh"
},
{
"field": "Your Full Name",
"value": ""
},
{
"field": "Purpose of visit",
"value": "Visitor"
}
],
"additional-guests": 0,
"guest-updated-at": null,
"nda": null,
"nda-available": true,
"original-nda-sign-date": null,
"secret-token": "f6866a02fb66f8becc52",
"edit-token": "ALdwdNeDcibJKQfaMxjiWeSP",
"group-name": null,
"photo-url": null,
"qr-code": "https://envoyuserentries.s3.amazonaws.com/invites/15099967/qr-code-original-e41e6/f6866a02fb66f8becc52-invite-qr-code20210405-15-1w9whzo.png?1617657629",
"qr-code-sent-at": null,
"preregistration-complete": false,
"reminder-sent-at": "2021-04-05T21:20:30Z",
"approval-status": null,
"locality": {
"place-id": ""
}
},
"relationships": {
"entry": {
"data": null
},
"location": {
"data": {
"id": "126164",
"type": "locations"
}
},
"flow": {
"data": {
"type": "flows",
"id": "257904"
}
},
"employee": {
"data": {
"type": "employees",
"id": "35620904"
}
},
"creator": {
"data": {
"type": "users",
"id": "1385008"
}
},
"platform-jobs": {
"links": {
"related": "https://web.envoy.com/api/v3/invites/15099967/platform-jobs"
}
}
}
}
}
{
"event": "invite_removed",
"meta": {
"location": {
"id": "126164",
"type": "locations",
"attributes": {
"name": "HQ",
"time-zone": "America/Los_Angeles",
"timezone": "America/Los_Angeles",
"locale": "en",
"address": "410 Townsend St 4th Floor, San Francisco, CA 94107",
"address-line-one": "410 Townsend St",
"address-line-two": "4th Floor",
"city": "San Francisco",
"state": "CA",
"country": "US",
"zip": "94107",
"longitude": -122.39766898461579,
"latitude": 37.77531414459182,
"created-at": "2019-12-09T05:05:31.609Z"
},
"relationships": {
"company": {
"data": {
"id": "97338",
"type": "companies"
}
}
}
},
"company": {
"id": "97338",
"type": "companies",
"attributes": {
"name": "Envoy",
"plan-intent": "enterprise",
"buy-intent": false,
"active": true,
"created-at": "2021-03-25T17:26:00.842Z"
}
}
},
"payload": {
"id": "15099967",
"type": "invites",
"attributes": {
"agreements-status": "pending",
"employee-screening-flow": false,
"full-name": "Meg A. Byte",
"email": "[email protected]",
"inviter-name": "Reese Eptionist",
"inviter-email": "[email protected]",
"expected-arrival-time": "2021-04-06T16:00:00Z",
"private-notes": "These are some notes",
"arrived": false,
"been-here-before": true,
"flow-name": "Visitor",
"flow-id": 257904,
"user-data": [
{
"field": "Your Email Address",
"value": ""
},
{
"field": "Host",
"value": "Bill Lumbergh"
},
{
"field": "Your Full Name",
"value": ""
},
{
"field": "Purpose of visit",
"value": "Visitor"
}
],
"additional-guests": 0,
"guest-updated-at": null,
"nda": null,
"nda-available": true,
"original-nda-sign-date": null,
"secret-token": "f6866a02fb66f8becc52",
"edit-token": "ALdwdNeDcibJKQfaMxjiWeSP",
"group-name": null,
"photo-url": null,
"qr-code": "https://envoyuserentries.s3.amazonaws.com/invites/15099967/qr-code-original-e41e6/f6866a02fb66f8becc52-invite-qr-code20210405-15-1w9whzo.png?1617657629",
"qr-code-sent-at": null,
"preregistration-complete": false,
"reminder-sent-at": "2021-04-05T21:20:30Z",
"approval-status": null,
"locality": {
"place-id": ""
}
},
"relationships": {
"entry": {
"data": null
},
"location": {
"data": {
"id": "126164",
"type": "locations"
}
},
"flow": {
"data": {
"type": "flows",
"id": "257904"
}
},
"employee": {
"data": {
"type": "employees",
"id": "35620904"
}
},
"creator": {
"data": {
"type": "users",
"id": "1385008"
}
},
"platform-jobs": {
"links": {
"related": "https://web.envoy.com/api/v3/invites/15099967/platform-jobs"
}
}
}
}
}
{
"event": "upcoming_visit",
"meta": {
"location": {
"id": "126164",
"type": "locations",
"attributes": {
"name": "HQ",
"company-name-override": null,
"time-zone": "America/Los_Angeles",
"timezone": "America/Los_Angeles",
"locale": "en",
"address": "1200 Industrial Ave, Long Beach, CA 90803, USA",
"address-line-one": "1200 Industrial Ave",
"address-line-two": null,
"city": "Long Beach",
"state": "CA",
"country": "US",
"zip": "90803",
"longitude": -118.1844057,
"latitude": 33.7540739,
"created-at": "2021-03-25T17:26:00.851Z"
},
"relationships": {
"company": {
"data": {
"id": "97338",
"type": "companies"
}
}
}
},
"company": {
"id": "97338",
"type": "companies",
"attributes": {
"name": "Stark Industries",
"plan-intent": "enterprise",
"buy-intent": false,
"active": true,
"created-at": "2021-03-25T17:26:00.842Z"
}
}
},
"payload": {
"id": "15145009",
"type": "invites",
"attributes": {
"agreements-status": "pending",
"employee-screening-flow": false,
"full-name": "Tony Stark",
"email": "[email protected]",
"inviter-name": "F.R.I.D.A.Y.",
"inviter-email": "[email protected]",
"expected-arrival-time": "2021-04-07T20:00:00Z",
"private-notes": null,
"arrived": false,
"been-here-before": false,
"flow-name": "Visitor",
"flow-id": 257904,
"user-data": [
{
"field": "Your Email Address",
"value": "[email protected]"
},
{
"field": "Host",
"value": "Pepper Potts"
},
{
"field": "Your Full Name",
"value": "Tony Stark"
},
{
"field": "Purpose of visit",
"value": "Visitor"
}
],
"additional-guests": 0,
"guest-updated-at": null,
"nda": null,
"nda-available": true,
"original-nda-sign-date": null,
"secret-token": "18d5953f47455c9a861d",
"edit-token": "9GKz7ZJEJLKK7mbMq3YK1oot",
"group-name": null,
"photo-url": null,
"qr-code": "https://envoyuserentries.s3.amazonaws.com/invites/15145009/qr-code-original-d231e/18d5953f47455c9a861d-invite-qr-code20210406-11-73i9o7.png?1617738405",
"qr-code-sent-at": null,
"preregistration-complete": false,
"reminder-sent-at": null,
"approval-status": null
},
"relationships": {
"entry": {
"data": null
},
"location": {
"data": {
"id": "126164",
"type": "locations"
}
},
"flow": {
"data": {
"type": "flows",
"id": "257904"
}
},
"employee": {
"data": {
"type": "employees",
"id": "35620904"
}
},
"creator": {
"data": {
"type": "users",
"id": "1385008"
}
},
"recurring-invite": {
"data": {
"type": "recurring-invites",
"id": "97098"
}
},
"platform-jobs": {
"links": {
"related": "https://web.envoy.com/api/v3/invites/15145009/platform-jobs"
}
}
}
}
}
{
"event": "qr_code_sent",
"meta": {
"location": {
"id": "126164",
"type": "locations",
"attributes": {
"zip": "90803",
"city": "Long Beach",
"name": "HQ",
"state": "CA",
"locale": "en",
"address": "1200 Industrial Ave, Long Beach, CA 90803, USA",
"country": "US",
"latitude": 33.7540739,
"timezone": "America/Los_Angeles",
"longitude": -118.1844057,
"time-zone": "America/Los_Angeles",
"created-at": "2021-03-25T17:26:00.851Z",
"address-line-one": "1200 Industrial Ave",
"address-line-two": null,
"company-name-override": null
},
"relationships": {
"company": {
"data": {
"id": "97338",
"type": "companies"
}
}
}
},
"company": {
"id": "97338",
"type": "companies",
"attributes": {
"name": "Stark Industries",
"active": true,
"buy-intent": false,
"created-at": "2021-03-25T17:26:00.842Z",
"plan-intent": "enterprise"
}
}
},
"payload": {
"id": "11317830",
"type": "invites",
"attributes": {
"nda": "https://envoyuserentries.s3.amazonaws.com/ndas/123456/123456/agreement-123ab/2021_04_07_10_00_15_Tony_Stark.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA1IIUN2N3JXYFVD45%2F20200407%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210407T170107Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=49f8dd92898f5cfbfb5c2f7b5d3840472c253bb89c52f80e6a73b7f9927e1d4e",
"email": "[email protected]",
"arrived": false,
"flow-id": 118705,
"qr-code": "https://envoyuserentries.s3.amazonaws.com/invites/11317830/qr-code-original-5d684/24218e0caca6c00cf0a0fa657d20404e-invite-qr-code20210407-10-v961a3.png?1617836866553",
"locality": {
"place-id": ""
},
"flow-name": "Visitor",
"full-name": "Tony Stark",
"photo-url": "https://envoyuserentries.s3.amazonaws.com/invites/11317830/photo-original-dec9b/Tony_Stark.jpeg?AWSAccessKeyId=AKIA1IIUN2N3JXYFVD45&Expires=1603472527&Signature=4936fe35f8330c80abf1f492d06a00a35e60b472",
"user-data": [
{
"field": "Your Email Address",
"value": "[email protected]"
},
{
"field": "Host",
"value": "Pepper Potts"
},
{
"field": "Your Full Name",
"value": "Tony Stark"
},
{
"field": "Purpose of visit",
"value": "Visitor"
}
],
"edit-token": "653a403e92f7b6f53b4f64d3df329f31053d4ec1",
"group-name": null,
"legal-docs": [
{
"id": 26589885,
"url": "https://envoyuserentries.s3.amazonaws.com/ndas/123456/123456/agreement-123ab/2021_04_07_10_00_15_Tony_Stark.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA1IIUN2N3JXYFVD45%2F20200407%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210407T170107Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=49f8dd92898f5cfbfb5c2f7b5d3840472c253bb89c52f80e6a73b7f9927e1d4e",
"agreement": {
"id": 117983
},
"signed-at": "2020-10-23 17:00:16 UTC"
}
],
"inviter-name": "F.R.I.D.A.Y.",
"secret-token": "419d9821e784724b48ca1904e2d1903f",
"inviter-email": "[email protected]",
"nda-available": true,
"private-notes": null,
"approval-status": {
"report": [
{
"reason": "",
"result": "pass",
"source": "conditional-rule",
"messages": {
"failure": {
"text": "Someone will be with you shortly.",
"header": "Please wait here while we review your responses."
}
}
}
],
"status": "approved",
"review-note": null,
"reviewed-at": null,
"reviewer-id": null,
"auto-approved": false,
"reviewer-name": null
},
"qr-code-sent-at": "2020-10-23T17:01:07Z",
"been-here-before": false,
"guest-updated-at": "2020-10-23T17:00:59Z",
"additional-guests": 0,
"agreements-status": "signed",
"expected-arrival-time": "2020-10-23T17:00:00Z",
"original-nda-sign-date": null,
"employee-screening-flow": false,
"preregistration-complete": true
},
"relationships": {
"flow": {
"data": {
"id": "118705",
"type": "flows"
}
},
"entry": {
"data": null
},
"creator": {
"data": {
"id": "1099919",
"type": "users"
}
},
"employee": {
"data": {
"id": "13572474",
"type": "employees"
}
},
"location": {
"data": {
"id": "88036",
"type": "locations"
}
},
"platform-jobs": {
"links": {
"related": "https://web.envoy.com/api/v3/invites/11317830/platform-jobs"
}
},
"agreeable-ndas": {
"data": [
{
"id": "43160791",
"type": "agreeable-ndas"
}
]
}
}
}
}
{
"event": "employee_invite_updated",
"meta": {
"location": {
"id": "126164",
"type": "locations",
"attributes": {
"name": "HQ",
"company-name-override": null,
"time-zone": "America/Los_Angeles",
"timezone": "America/Los_Angeles",
"locale": "en",
"address": "1200 Industrial Ave, Long Beach, CA 90803, USA",
"address-line-one": "1200 Industrial Ave",
"address-line-two": null,
"city": "Long Beach",
"state": "CA",
"country": "US",
"zip": "90803",
"longitude": -118.1844057,
"latitude": 33.7540739,
"created-at": "2021-03-25T17:26:00.851Z"
},
"relationships": {
"company": {
"data": {
"id": "97338",
"type": "companies"
}
}
}
},
"company": {
"id": "97338",
"type": "companies",
"attributes": {
"name": "Stark Industries",
"plan-intent": "enterprise",
"buy-intent": false,
"active": true,
"created-at": "2021-03-25T17:26:00.842Z"
}
}
},
"payload": {
"id": "15190709",
"type": "invites",
"attributes": {
"agreements-status": "not_applicable",
"employee-screening-flow": true,
"full-name": "Natalie Rushman",
"email": "[email protected]",
"inviter-name": null,
"inviter-email": null,
"expected-arrival-time": "2021-04-08T07:00:00Z",
"private-notes": null,
"arrived": false,
"been-here-before": false,
"flow-name": "Employee registration",
"flow-id": 259399,
"user-data": [
{
"field": "Your Email Address",
"value": ""
},
{
"field": "Your Full Name",
"value": ""
},
{
"field": "Purpose of visit",
"value": "Employee registration"
}
],
"additional-guests": 0,
"guest-updated-at": "2021-04-07T23:43:44Z",
"nda": null,
"nda-available": false,
"original-nda-sign-date": null,
"secret-token": "c3dbcaf21725d6814dff0d8c89db075a",
"edit-token": "7520923ab0d9e18a5118d58b915efeb1",
"group-name": null,
"photo-url": null,
"qr-code": null,
"qr-code-sent-at": null,
"preregistration-complete": true,
"reminder-sent-at": "2021-04-07T23:42:55Z",
"approval-status": {
"status": "approved",
"auto-approved": false,
"report": [
{
"reason": "",
"result": "fail",
"source": "employee-screening",
"messages": {
"failure": {
"text": "We’re sorry, but you won’t be allowed into the office. Please try again tomorrow.",
"header": "Not approved to work in the office"
}
}
},
{
"reason": "",
"result": "fail",
"source": "capacity-screening",
"messages": {
"failure": {
"text": "We’re sorry, but you won’t be allowed into the office. Please try again tomorrow.",
"header": "Not approved to work in the office"
}
}
},
{
"reason": "",
"result": "pass",
"source": "employee-screening",
"messages": {
"failure": {
"text": "We’re sorry, but you won’t be allowed into the office. Please try again tomorrow.",
"header": "Not approved to work in the office"
}
}
},
{
"result": "pass",
"source": "capacity-screening",
"reason": "",
"messages": {
"failure": {
"header": "Not approved to work in the office",
"text": "We’re sorry, but you won’t be allowed into the office. Please try again tomorrow."
}
}
}
],
"reviewer-id": null,
"reviewer-name": null,
"review-note": null,
"reviewed-at": null
},
"locality": {
"place-id": ""
}
},
"relationships": {
"entry": {
"data": null
},
"location": {
"data": {
"id": "126164",
"type": "locations"
}
},
"flow": {
"data": {
"type": "flows",
"id": "259399"
}
},
"employee": {
"data": null
},
"creator": {
"data": {
"type": "users",
"id": "1385008"
}
},
"platform-jobs": {
"links": {
"related": "https://web.envoy.com/api/v3/invites/15190709/platform-jobs"
}
}
}
}
}
{
"event": "employee_upcoming_visit",
"meta": {
"location": {
"id": "126164",
"type": "locations",
"attributes": {
"name": "HQ",
"company-name-override": null,
"time-zone": "America/Los_Angeles",
"timezone": "America/Los_Angeles",
"locale": "en",
"address": "1200 Industrial Ave, Long Beach, CA 90803, USA",
"address-line-one": "1200 Industrial Ave",
"address-line-two": null,
"city": "Long Beach",
"state": "CA",
"country": "US",
"zip": "90803",
"longitude": -118.1844057,
"latitude": 33.7540739,
"created-at": "2021-03-25T17:26:00.851Z"
},
"relationships": {
"company": {
"data": {
"id": "97338",
"type": "companies"
}
}
}
},
"company": {
"id": "97338",
"type": "companies",
"attributes": {
"name": "Stark Industries",
"plan-intent": "enterprise",
"buy-intent": false,
"active": true,
"created-at": "2021-03-25T17:26:00.842Z"
}
}
},
"payload": {
"id": "15190709",
"type": "invites",
"attributes": {
"agreements-status": "not_applicable",
"employee-screening-flow": true,
"full-name": "Natalie Rushman",
"email": "[email protected]",
"inviter-name": null,
"inviter-email": null,
"expected-arrival-time": "2021-04-08T07:00:00Z",
"private-notes": null,
"arrived": false,
"been-here-before": false,
"flow-name": "Employee registration",
"flow-id": 259399,
"user-data": [
{
"field": "Your Email Address",
"value": ""
},
{
"field": "Your Full Name",
"value": ""
},
{
"field": "Purpose of visit",
"value": "Employee registration"
}
],
"additional-guests": 0,
"guest-updated-at": "2021-04-07T23:43:44Z",
"nda": null,
"nda-available": false,
"original-nda-sign-date": null,
"secret-token": "7164ce490b20c6dd701a163c64bd8fbe",
"edit-token": "df53742054a181ed384ff26af676b2e3",
"group-name": null,
"photo-url": null,
"qr-code": null,
"qr-code-sent-at": null,
"preregistration-complete": true,
"reminder-sent-at": "2021-04-07T23:42:55Z",
"approval-status": {
"status": "approved",
"auto-approved": false,
"report": [
{
"reason": "",
"result": "fail",
"source": "employee-screening",
"messages": {
"failure": {
"text": "We’re sorry, but you won’t be allowed into the office. Please try again tomorrow.",
"header": "Not approved to work in the office"
}
}
},
{
"reason": "",
"result": "fail",
"source": "capacity-screening",
"messages": {
"failure": {
"text": "We’re sorry, but you won’t be allowed into the office. Please try again tomorrow.",
"header": "Not approved to work in the office"
}
}
},
{
"reason": "",
"result": "pass",
"source": "employee-screening",
"messages": {
"failure": {
"text": "We’re sorry, but you won’t be allowed into the office. Please try again tomorrow.",
"header": "Not approved to work in the office"
}
}
},
{
"reason": "",
"result": "pass",
"source": "capacity-screening",
"messages": {
"failure": {
"text": "We’re sorry, but you won’t be allowed into the office. Please try again tomorrow.",
"header": "Not approved to work in the office"
}
}
}
],
"reviewer-id": null,
"reviewer-name": null,
"review-note": null,
"reviewed-at": null
},
"locality": {
"place-id": ""
}
},
"relationships": {
"entry": {
"data": null
},
"location": {
"data": {
"id": "126164",
"type": "locations"
}
},
"flow": {
"data": {
"type": "flows",
"id": "259399"
}
},
"employee": {
"data": null
},
"creator": {
"data": {
"type": "users",
"id": "1385008"
}
},
"platform-jobs": {
"links": {
"related": "https://web.envoy.com/api/v3/invites/15190709/platform-jobs"
}
}
}
}
}
{
"event": "employee_entry_sign_in",
"meta": {
"location": {
"id": "126164",
"type": "locations",
"attributes": {
"zip": "90803",
"city": "Long Beach",
"name": "HQ",
"state": "CA",
"locale": "en",
"address": "1200 Industrial Ave, Long Beach, CA 90803, USA",
"country": "US",
"latitude": 33.7540739,
"timezone": "America/Los_Angeles",
"longitude": -118.1844057,
"time-zone": "America/Los_Angeles",
"created-at": "2021-03-25T17:26:00.851Z",
"address-line-one": "1200 Industrial Ave",
"address-line-two": null,
"company-name-override": null
},
"relationships": {
"company": {
"data": {
"id": "97338",
"type": "companies"
}
}
}
},
"company": {
"id": "97338",
"type": "companies",
"attributes": {
"name": "Stark Industries",
"active": true,
"buy-intent": false,
"created-at": "2021-03-25T17:26:00.842Z",
"plan-intent": "enterprise"
}
}
},
"payload": {
"id": "92675751",
"type": "entries",
"attributes": {
"host": null,
"email": "[email protected]",
"pov-key": "Purpose of visit",
"flow-name": "Employee registration",
"full-name": "Natalie Rushman",
"user-data": [
{
"field": "Your Full Name",
"value": "Natalie Rushman"
},
{
"field": "Your Email Address",
"value": "[email protected]"
},
{
"field": "Purpose of visit",
"value": "Employee registration"
}
],
"group-name": null,
"host-email": null,
"sms-status": "not_sent",
"thumbnails": {
"large": null,
"small": null,
"original": null
},
"is-delivery": false,
"push-status": "not_sent",
"email-status": "not_sent",
"signed-in-at": "2021-04-06 20:26:33 UTC",
"signed-in-by": null,
"private-notes": null,
"signed-in-via": "iPad",
"signed-out-by": null,
"signed-out-via": null,
"approval-status": {
"report": [
{
"reason": "",
"result": "pass",
"source": "capacity-screening",
"messages": {
"failure": {
"text": "We’re sorry, but you won’t be allowed into the office. Please try again tomorrow.",
"header": "Not approved to work in the office"
}
}
}
],
"status": "approved",
"review-note": null,
"reviewed-at": null,
"reviewer-id": null,
"auto-approved": false,
"reviewer-name": null
},
"id-check-status": "",
"agreement-refused": false,
"agreements-status": "not_applicable",
"device-session-uuid": "f0a3da1e-8744-4321-9e5d-ba9b7d0918ff",
"custom-deny-markdown": "",
"original-nda-sign-date": null,
"employee-screening-flow": true,
"failure-message-markdown": "# Not approved to work in the office\n\nWe’re sorry, but you won’t be allowed into the office. Please try again tomorrow."
},
"relationships": {
"flow": {
"data": {
"id": "259399",
"type": "flows"
}
},
"device": {
"data": {
"id": "137819",
"type": "devices"
}
},
"location": {
"data": {
"id": "126164",
"type": "locations"
}
},
"platform-jobs": {
"links": {
"related": "https://app.envoy.com/api/v3/entries/92675751/platform-jobs"
}
},
"previous-entries": {
"links": {
"related": "https://app.envoy.com/api/v3/entries/92675751/previous-entries"
}
},
"visitor-entrance": {
"data": {
"id": "33022",
"type": "visitor_entrances"
}
}
}
}
}
{
"event": "employee_entry_sign_out",
"meta": {
"location": {
"id": "126164",
"type": "locations",
"attributes": {
"name": "HQ",
"company-name-override": null,
"time-zone": "America/Los_Angeles",
"timezone": "America/Los_Angeles",
"locale": "en",
"address": "1200 Industrial Ave, Long Beach, CA 90803, USA",
"address-line-one": "1200 Industrial Ave",
"address-line-two": null,
"city": "Long Beach",
"state": "CA",
"country": "US",
"zip": "90803",
"longitude": -118.1844057,
"latitude": 33.7540739,
"created-at": "2021-03-25T17:26:00.851Z"
},
"relationships": {
"company": {
"data": {
"id": "97338",
"type": "companies"
}
}
}
},
"company": {
"id": "97338",
"type": "companies",
"attributes": {
"name": "Stark Industries",
"plan-intent": "enterprise",
"buy-intent": false,
"active": true,
"created-at": "2021-03-25T17:26:00.842Z"
}
}
},
"payload": {
"id": "92675751",
"type": "entries",
"attributes": {
"agreements-status": "not_applicable",
"full-name": "Natalie Rushman",
"email": "[email protected]",
"employee-screening-flow": true,
"host": null,
"host-email": null,
"private-notes": null,
"signed-in-at": "2021-04-06 20:26:33 UTC",
"device-session-uuid": "f0a3da1e-8744-4321-9e5d-ba9b7d0918ff",
"signed-in-via": "iPad",
"signed-in-by": null,
"signed-out-via": "iPad",
"signed-out-by": null,
"signed-out-at": "2021-04-06 20:35:41 UTC",
"thumbnails": {
"large": null,
"original": null,
"small": null
},
"flow-name": "Employee registration",
"original-nda-sign-date": null,
"group-name": null,
"id-check-status": "",
"is-delivery": false,
"agreement-refused": false,
"pov-key": "Purpose of visit",
"user-data": [
{
"field": "Your Full Name",
"value": "Natalie Rushman"
},
{
"field": "Your Email Address",
"value": "[email protected]"
},
{
"field": "Purpose of visit",
"value": "Employee registration"
}
],
"sms-status": "not_sent",
"approval-status": {
"status": "approved",
"auto-approved": false,
"report": [
{
"reason": "",
"result": "pass",
"source": "capacity-screening",
"messages": {
"failure": {
"text": "We’re sorry, but you won’t be allowed into the office. Please try again tomorrow.",
"header": "Not approved to work in the office"
}
}
}
],
"reviewer-id": null,
"reviewer-name": null,
"review-note": null,
"reviewed-at": null
},
"failure-message-markdown": "# Not approved to work in the office\n\nWe’re sorry, but you won’t be allowed into the office. Please try again tomorrow.",
"custom-deny-markdown": "",
"push-status": "not_sent",
"email-status": "not_sent"
},
"relationships": {
"location": {
"data": {
"type": "locations",
"id": "126164"
}
},
"visitor-entrance": {
"data": {
"type": "visitor_entrances",
"id": "33022"
}
},
"device": {
"data": {
"type": "devices",
"id": "137819"
}
},
"flow": {
"data": {
"type": "flows",
"id": "259399"
}
},
"previous-entries": {
"links": {
"related": "https://app.envoy.com/api/v3/entries/92675751/previous-entries"
}
},
"platform-jobs": {
"links": {
"related": "https://app.envoy.com/api/v3/entries/92675751/platform-jobs"
}
}
}
}
}
{
"event": "employee_entry_blacklist_review",
"meta": {
"location": {
"id": "126164",
"type": "locations",
"attributes": {
"name": "HQ",
"company-name-override": null,
"time-zone": "America/Los_Angeles",
"timezone": "America/Los_Angeles",
"locale": "en",
"address": "1200 Industrial Ave, Long Beach, CA 90803, USA",
"address-line-one": "1200 Industrial Ave",
"address-line-two": null,
"city": "Long Beach",
"state": "CA",
"country": "US",
"zip": "90803",
"longitude": -118.1844057,
"latitude": 33.7540739,
"created-at": "2021-03-25T17:26:00.851Z"
},
"relationships": {
"company": {
"data": {
"id": "97338",
"type": "companies"
}
}
}
},
"company": {
"id": "97338",
"type": "companies",
"attributes": {
"name": "Stark Industries",
"plan-intent": "enterprise",
"buy-intent": false,
"active": true,
"created-at": "2021-03-25T17:26:00.842Z"
}
}
},
"payload": {
"id": "92663715",
"type": "entries",
"attributes": {
"agreements-status": "not_applicable",
"full-name": "Anton Vanko",
"email": null,
"employee-screening-flow": false,
"host": null,
"host-email": null,
"private-notes": null,
"signed-in-at": "2021-04-06 17:45:00 UTC",
"device-session-uuid": null,
"signed-in-via": "Dashboard",
"signed-in-by": "F.R.I.D.A.Y.",
"signed-out-via": null,
"signed-out-by": null,
"thumbnails": {
"large": null,
"original": null,
"small": null
},
"flow-name": "Visitor",
"original-nda-sign-date": null,
"group-name": null,
"id-check-status": "",
"is-delivery": false,
"agreement-refused": false,
"locality": {
"place-id": ""
},
"pov-key": "Purpose of visit",
"user-data": [
{
"field": "Your Full Name",
"value": "Anton Vanko"
},
{
"field": "Purpose of visit",
"value": "Visitor"
}
],
"sms-status": "not_sent",
"approval-status": {
"status": "review",
"auto-approved": false,
"report": [
{
"result": "fail",
"source": "blacklist",
"messages": {
"failure": {
"text": "Someone will be with you shortly.",
"header": "Please wait here while we review your responses."
}
},
"blacklistReason": "",
"blacklistKeyword": "",
"blacklistFilterId": "",
"blacklistFilterKey": "",
"blacklistMatchedKey": "",
"blacklistReportUUID": "1c031e6b-513d-416b-8d5c-00de8ab81464",
"blacklistFilterAddedBy": "",
"blacklistFilterCreatedAt": ""
}
],
"reviewer-id": null,
"reviewer-name": null,
"review-note": null,
"reviewed-at": null
},
"failure-message-markdown": "# Please wait here while we review your responses.\n\nSomeone will be with you shortly.",
"custom-deny-markdown": "",
"push-status": "not_sent",
"email-status": "not_sent"
},
"relationships": {
"location": {
"data": {
"type": "locations",
"id": "126164"
}
},
"flow": {
"data": {
"type": "flows",
"id": "257904"
}
},
"previous-entries": {
"links": {
"related": "https://app.envoy.com/api/v3/entries/92663715/previous-entries"
}
},
"platform-jobs": {
"links": {
"related": "https://app.envoy.com/api/v3/entries/92663715/platform-jobs"
}
}
}
}
}
{
"event": "employee_entry_blacklist_deny",
"meta": {
"location": {
"id": "126164",
"type": "locations",
"attributes": {
"name": "HQ",
"company-name-override": null,
"time-zone": "America/Los_Angeles",
"timezone": "America/Los_Angeles",
"locale": "en",
"address": "1200 Industrial Ave, Long Beach, CA 90803, USA",
"address-line-one": "1200 Industrial Ave",
"address-line-two": null,
"city": "Long Beach",
"state": "CA",
"country": "US",
"zip": "90803",
"longitude": -118.1844057,
"latitude": 33.7540739,
"created-at": "2021-03-25T17:26:00.851Z"
},
"relationships": {
"company": {
"data": {
"id": "97338",
"type": "companies"
}
}
}
},
"company": {
"id": "97338",
"type": "companies",
"attributes": {
"name": "Stark Industries",
"plan-intent": "enterprise",
"buy-intent": false,
"active": true,
"created-at": "2021-03-25T17:26:00.842Z"
}
}
},
"payload": {
"id": "92663715",
"type": "entries",
"attributes": {
"agreements-status": "not_signed",
"full-name": "Anton Vanko",
"email": null,
"employee-screening-flow": false,
"host": null,
"host-email": null,
"private-notes": null,
"signed-in-at": "2021-04-06 17:45:00 UTC",
"device-session-uuid": null,
"signed-in-via": "Dashboard",
"signed-in-by": "F.R.I.D.A.Y.",
"signed-out-via": null,
"signed-out-by": null,
"thumbnails": {
"large": null,
"original": null,
"small": null
},
"flow-name": "Visitor",
"original-nda-sign-date": null,
"group-name": null,
"id-check-status": "",
"is-delivery": false,
"agreement-refused": false,
"locality": {
"place-id": ""
},
"pov-key": "Purpose of visit",
"user-data": [
{
"field": "Your Full Name",
"value": "Anton Vanko"
},
{
"field": "Purpose of visit",
"value": "Visitor"
}
],
"sms-status": "not_sent",
"approval-status": {
"status": "denied",
"auto-approved": false,
"report": [
{
"result": "fail",
"source": "blacklist",
"messages": {
"failure": {
"text": "Someone will be with you shortly.",
"header": "Please wait here while we review your responses."
}
},
"blacklistReason": "",
"blacklistKeyword": "",
"blacklistFilterId": "",
"blacklistFilterKey": "",
"blacklistMatchedKey": "",
"blacklistReportUUID": "1c031e6b-513d-416b-8d5c-00de8ab81464",
"blacklistFilterAddedBy": "",
"blacklistFilterCreatedAt": ""
}
],
"reviewer-id": 1385008,
"reviewer-name": "Happy Hogan",
"review-note": null,
"reviewed-at": "2021-04-06T18:50:19.029081Z"
},
"failure-message-markdown": "# Please wait here while we review your responses.\n\nSomeone will be with you shortly.",
"custom-deny-markdown": "",
"push-status": "not_sent",
"email-status": "not_sent"
},
"relationships": {
"location": {
"data": {
"type": "locations",
"id": "126164"
}
},
"flow": {
"data": {
"type": "flows",
"id": "257904"
}
},
"previous-entries": {
"links": {
"related": "https://app.envoy.com/api/v3/entries/92663715/previous-entries"
}
},
"platform-jobs": {
"links": {
"related": "https://app.envoy.com/api/v3/entries/92663715/platform-jobs"
}
},
"agreeable-ndas": {
"data": [
{
"type": "agreeable-ndas",
"id": "48244025"
}
]
}
}
}
}
{
"event": "employee_invite_created",
"meta": {
"location": {
"id": "126164",
"type": "locations",
"attributes": {
"name": "HQ",
"company-name-override": null,
"time-zone": "America/Los_Angeles",
"timezone": "America/Los_Angeles",
"locale": "en",
"address": "1200 Industrial Ave, Long Beach, CA 90803, USA",
"address-line-one": "1200 Industrial Ave",
"address-line-two": null,
"city": "Long Beach",
"state": "CA",
"country": "US",
"zip": "90803",
"longitude": -118.1844057,
"latitude": 33.7540739,
"created-at": "2021-03-25T17:26:00.851Z"
},
"relationships": {
"company": {
"data": {
"id": "97338",
"type": "companies"
}
}
}
},
"company": {
"id": "97338",
"type": "companies",
"attributes": {
"name": "Stark Industries",
"plan-intent": "enterprise",
"buy-intent": false,
"active": true,
"created-at": "2021-03-25T17:26:00.842Z"
}
}
},
"payload": {
"id": "15190709",
"type": "invites",
"attributes": {
"agreements-status": "not_applicable",
"employee-screening-flow": true,
"full-name": "Natalie Rushman",
"email": "[email protected]",
"inviter-name": null,
"inviter-email": null,
"expected-arrival-time": "2021-04-08T07:00:00Z",
"private-notes": null,
"arrived": false,
"been-here-before": false,
"flow-name": "Employee registration",
"flow-id": 259399,
"user-data": [
{
"field": "Your Email Address",
"value": ""
},
{
"field": "Your Full Name",
"value": ""
},
{
"field": "Purpose of visit",
"value": "Employee registration"
}
],
"additional-guests": 0,
"guest-updated-at": null,
"nda": null,
"nda-available": false,
"original-nda-sign-date": null,
"secret-token": "c3dbcaf21725d6814dff0d8c89db075a",
"edit-token": "7520923ab0d9e18a5118d58b915efeb1",
"group-name": null,
"photo-url": null,
"qr-code": null,
"qr-code-sent-at": null,
"preregistration-complete": false,
"reminder-sent-at": null,
"approval-status": null
},
"relationships": {
"entry": {
"data": null
},
"location": {
"data": {
"id": "126164",
"type": "locations"
}
},
"flow": {
"data": {
"type": "flows",
"id": "259399"
}
},
"employee": {
"data": null
},
"creator": {
"data": {
"type": "users",
"id": "1385008"
}
},
"platform-jobs": {
"links": {
"related": "https://web.envoy.com/api/v3/invites/15190709/platform-jobs"
}
}
}
}
}
{
"event": "location_capacity_updated",
"meta": {
"location": {
"id": "94082",
"type": "locations",
"attributes": {
"name": "HQ",
"time-zone": "America/Los_Angeles",
"timezone": "America/Los_Angeles",
"locale": "en",
"address": "410 Townsend St 4th Floor, San Francisco, CA 94107",
"address-line-one": "410 Townsend St",
"address-line-two": "4th Floor,
"city": "San Francisco",
"state": "CA",
"country": "US",
"zip": "94107",
"longitude": -121.8930982,
"latitude": 37.351796,
"created-at": "2019-12-09T05:05:31.609Z"
},
"relationships": {
"company": {
"data": {
"id": "75254",
"type": "companies"
}
}
}
},
"company": {
"id": "75254",
"type": "companies",
"attributes": {
"name": "Envoy",
"plan-intent": "enterprise",
"buy-intent": false,
"active": true,
"created-at": "2019-12-09T05:05:31.564Z"
}
}
},
"payload": {
"id": "414578",
"type": "locations-capacities",
"links": {
"self": "/api/v3/locations-capacities/414578"
},
"attributes": {
"capacity-date": "2021-04-06",
"capacity-limit": 49,
"on-site-count": 1,
"expected-count": 0,
"employees-registered-count": 0,
"in-count": 1,
"out-count": 0,
"capacity-reached": false
},
"relationships": {
"location": {
"links": {
"self": "/api/v3/locations-capacities/414578/relationships/location",
"related": "/api/v3/locations-capacities/414578/location"
}
},
"company": {
"links": {
"self": "/api/v3/locations-capacities/414578/relationships/company",
"related": "/api/v3/locations-capacities/414578/company"
}
}
}
}
}
{
"event": "desk_sign_in",
"meta": {
"location": {
"id": "126164",
"type": "locations",
"attributes": {
"name": "HQ",
"company-name-override": null,
"time-zone": "America/Los_Angeles",
"timezone": "America/Los_Angeles",
"locale": "en",
"address": "1200 Industrial Ave, Long Beach, CA 90803, USA",
"address-line-one": "1200 Industrial Ave",
"address-line-two": null,
"city": "Long Beach",
"state": "CA",
"country": "US",
"zip": "90803",
"longitude": -118.1844057,
"latitude": 33.7540739,
"created-at": "2021-03-25T17:26:00.851Z"
},
"relationships": {
"company": {
"data": {
"id": "97338",
"type": "companies"
}
}
}
},
"company": {
"id": "97338",
"type": "companies",
"attributes": {
"name": "Stark Industries",
"plan-intent": "enterprise",
"buy-intent": false,
"active": true,
"created-at": "2021-03-25T17:26:00.842Z"
}
}
},
"payload": {
"company_name": "Stark Industries",
"desk_id": 2218972,
"desk_name": "HQ-A1-001",
"entry_id": 92844655,
"floor_name": "1st Floor",
"location_address": "1200 Industrial Ave, Long Beach, CA 90803, USA",
"location_id": 126164,
"location_name": "HQ",
"neighborhood": null,
"reservation_created_at": {
"nano": 975695000,
"epochSecond": 1617902284
},
"reservation_end_time": {
"nano": 0,
"epochSecond": 1617951540
},
"reservation_start_time": {
"nano": 252000000,
"epochSecond": 1617902284
},
"reservation_id": 73842,
"user_email": "[email protected]",
"user_full_name": "Natalie Rushman",
"user_id": 1385008
}
}
{
"event": "ticket_created",
"meta": {
"location": {
"id": "94082",
"type": "locations",
"attributes": {
"name": "Acme San Francisco",
"time-zone": "America/Los_Angeles",
"timezone": "America/Los_Angeles",
"locale": "en",
"address": "100 N 7th St, San Jose, CA 95112, USA",
"address-line-one": "100 North 7th Street",
"address-line-two": null,
"city": "San Jose",
"state": "CA",
"country": "US",
"zip": "95112",
"longitude": -121.8930982,
"latitude": 37.351796,
"created-at": "2019-12-09T05:05:31.609Z"
},
"relationships": {
"company": {
"data": {
"id": "10000",
"type": "companies"
}
}
}
},
"company": {
"id": "10000",
"type": "companies",
"attributes": {
"name": "AcmeCo",
"plan-intent": "enterprise",
"buy-intent": false,
"active": true,
"created-at": "2019-12-09T05:05:31.564Z"
}
}
},
"payload": {
"id": "175",
"type": "tickets",
"links": {
"self": "/api/v3/tickets/175"
},
"attributes": {
"assignee-email": null,
"attachments-included": null,
"category": "other",
"closed-at": null,
"description": "My laptop is broken",
"external-id": null,
"priority": "urgent",
"request-type": "problem",
"subcategory": null,
"subject": "A new reported issue: other",
"source": "ios",
"status": "open",
"created-at": "2020-11-26T00:19:26.768Z",
"updated-at": "2020-11-26T00:19:26.771Z"
},
"relationships": {
"requestor": {
"links": {
"self": "/api/v3/tickets/175/relationships/requestor",
"related": "/api/v3/tickets/175/requestor"
},
"data": {
"type": "users",
"id": "918796"
}
},
"location": {
"links": {
"self": "/api/v3/tickets/175/relationships/location",
"related": "/api/v3/tickets/175/location"
},
"data": {
"type": "locations",
"id": "94082"
}
},
"ticket-attachments": {
"links": {
"self": "/api/v3/tickets/175/relationships/ticket-attachments",
"related": "/api/v3/tickets/175/ticket-attachments"
},
"data": []
}
}
}
}