Traction Guest (Preview)
Traction Guest is a leading visitor management solution that tracks visitor invites and sign ins. Actions taken in Traction Guest such as a visitor signing in, an invite being sent by a host, or a visitor matching on a watchlist can trigger actions in other connectors.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Connector Metadata | |
---|---|
Publisher | Traction Guest |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Deletes a webhook |
Unsubscribe a specific webhook |
Deletes a webhook
Unsubscribe a specific webhook
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID of the webhook being deleted
|
hook_id | True | string |
ID of the webhook being deleted |
Triggers
When a guest is invited |
This trigger is executed when an invite is created in Guest |
When a guest signs in |
This action will trigger when a guest signs in, either at an iPad or in the Guest web interface |
When a guest signs out |
This operation is triggered when a guest signs out |
When a guest triggers a watchlist |
This action will fire when a guest is flagged on a watchlist |
When a guest is invited
When a guest signs in
This action will trigger when a guest signs in, either at an iPad or in the Guest web interface
Returns
- Body
- WebhookSignin
When a guest signs out
This operation is triggered when a guest signs out
Returns
The root of the WebhookSignout type's schema.
- Root Type for WebhookSignout
- WebhookSignout
When a guest triggers a watchlist
Definitions
Host
Name | Path | Type | Description |
---|---|---|---|
Host email
|
string | ||
Host first name
|
first_name | string | |
Host last name
|
last_name | string |
Watchlist
The root of the Watchlist type's schema.
Name | Path | Type | Description |
---|---|---|---|
Watchlist color
|
color | string | |
Internal watchlist?
|
internal | boolean | |
Watchlist source
|
source | string | |
Watchlist information (external only)
|
source_information_url | string | |
Watchlist description (external only)
|
text | string |
WebhookInvite
Name | Path | Type | Description |
---|---|---|---|
Invitee's company
|
company | string | |
created_by
|
created_by | Host | |
Invitee's email
|
string | ||
Invitation end date
|
end_date | date-time | |
Invitee's first name
|
first_name | string | |
hosts
|
hosts | array of Host | |
id
|
id | integer | |
Invitee's last name
|
last_name | string | |
Location name
|
location_name | string | |
on_premise
|
on_premise | boolean | |
Was invitation sent via email?
|
sent_email | boolean | |
Invitation start date
|
start_date | date-time | |
watchlists
|
watchlists | array of Watchlist |
WebhookSignin
Name | Path | Type | Description |
---|---|---|---|
Guest acknowledged?
|
acknowledged | boolean | |
Guest badge number
|
badge_number | string | |
Guest company
|
company | string | |
Guest email
|
guest_email | string | |
Guest first name
|
guest_first_name | string | |
Guest last name
|
guest_last_name | string | |
hosts
|
hosts | array of Host | |
Signin ID
|
id | integer | |
Location name
|
location_name | string | |
The guest's photograph, if available
|
photo | binary | |
Photo filename, if available
|
photo_filename | string | |
Link to photo of guest
|
photo_medium_url | string | |
Link to photo thumbnail of guest
|
photo_thumb_url | string | |
Link to alert security
|
report_url | string | |
Signin time
|
signin_timestamp | date-time | |
Reason for visit
|
visit_reason | string | |
Guest's watchlist colors
|
watchlists | array of Watchlist |
WebhookSignout
The root of the WebhookSignout type's schema.
Name | Path | Type | Description |
---|---|---|---|
Guest's email
|
string | ||
Guest's first name
|
first_name | string | |
id
|
id | integer | |
Guest's last name
|
last_name | string | |
Location name
|
location_name | string | |
Signout time
|
signout_timestamp | date-time |