Skip to content
Dashboard

Integration Activity Logs

Every integration account in SuiteOp maintains a live activity log that tracks sync operations, webhook events, authentication, and more. Use the Activity drawer to monitor the health of your integrations and quickly diagnose sync issues.


  • Go to Integrations and select the provider (e.g., Guesty, Seam, Stripe).
  • Open the account detail page.
  • Click the Activity button in the page header to open the activity drawer.

The drawer slides in from the right side of the screen, showing a live feed of all activity for that integration account. It automatically refreshes every 5 seconds while open.

Page 1 of 1

Each entry in the feed shows:

  • A color-coded status dot — green (success), red (error), amber (skipped), or gray (pending)
  • The event type (e.g., reservation.sync, webhook.received, device.sync)
  • A summary of what happened
  • The date and time in your local timezone

Click any entry to expand it and view:

  • DirectionInbound (received from the provider) or Outbound (sent by SuiteOp)
  • Category — Sync, Webhook, Push, Lifecycle, Command, Access, or Auth
  • Actor — who triggered it: User, Webhook, Scheduler, or System
  • Duration — how long the operation took
  • Error details — the error message, if the operation failed
  • View payload — inspect the full request/response data for debugging

Use the filter tabs at the top of the activity drawer to focus on specific outcomes:

FilterShows
AllEvery activity entry
SuccessOperations that completed successfully
PendingOperations currently in progress
ErrorsFailed operations — useful for troubleshooting sync issues
SkippedOperations that were intentionally skipped

Activity logs capture everything that flows through an integration account:

CategoryExamples
SyncReservation imports, property syncs, device code pushes
WebhookIncoming events from the provider (e.g., reservation updated, device status changed)
PushOutbound data sent to the provider
LifecycleAccount connected, disconnected, or reconfigured
AuthOAuth token refreshes, credential validation
CommandDevice commands sent via the integration (lock/unlock, temperature changes)
AccessDevice access events received via the integration

Integration activity logs also include device-specific events. If you need to focus on a single device, open that device’s detail panel and use its Activity tab instead — it shows only events related to that specific device.

See Device Activity Logs for details.