Skip to main content

Reprise

Reprise, an enterprise-grade software platform that allows sales, marketing, and pre-sales teams to build custom, interactive product tours and fully functional cloned software environments

Prerequisites​

Access to the Reprise Data API must be included in your subscription. The connector reads five Tinybird pipes provisioned by Reprise for your workspace - confirm with Reprise support that all five exist before setting up a connection:

  • replay_session_activity (the only pipe covered by the public HTML Environment Data API docs)
  • replay_session_summary
  • replay_metrics
  • replay_change_feed
  • replicate_session_activity

Configuration​

InputTypeDescriptionDefault Value
api_tokenstringAPI Token. Reprise portal API key (Settings > API Management). Exchanged for a scoped warehouse JWT via POST https://app.getreprise.com/api/warehouse/token before each sync.
start_timestringStart Time. Optional UTC lower bound for full refresh / first backfill of activity, summary, replicate, change_feed, and metrics (YYYY-MM-DD HH:MM:SS). Clamped to 18 months ago. Incremental activity/summary/replicate runs only re-fetch the last 3 days (lookback_window); this sets the historical floor.
include_viewer_piibooleanInclude Viewer PII. When enabled, replicate_session_activity emits the raw viewer column (visitor email, or IP when no welcome screen is used). Disabled by default; viewer_is_internal is always emitted.false
internal_email_domainsstringInternal email domains. Comma-separated email domains treated as internal for replicate_session_activity viewer_is_internal (e.g. yourcompany.com). Requires viewer_pii from the API; raw viewer is redacted by default unless include_viewer_pii is enabled. If unset, viewer_is_internal is false for all rows.

Streams​

Stream NamePrimary KeyPaginationSupports Full SyncSupports Incremental
replay_session_activityactivity_idDefaultPaginator✅✅
replay_session_summarysession_idDefaultPaginator✅✅
replay_metricsentity_type.entity_id.window_startDefaultPaginator✅✅
replay_change_feedentity_id.changed_at.change_typeDefaultPaginator✅✅
replicate_session_activitysession_idDefaultPaginator✅✅

Reference​

Config fields reference

Field
Type
Property name
string
api_token
boolean
include_viewer_pii
string
internal_email_domains
string
start_time

Changelog​

Expand to review
VersionDatePull RequestSubject
0.0.42026-09-2286776Update dependencies
0.0.32026-09-1586196Update dependencies
0.0.22026-09-0885636Update dependencies
0.0.12026-08-1884883Initial release by @Ella6882 via Connector Builder
Was this page helpful?