Search for a command to run...
The unique ID of the customer to create a token for
How long the publishable token and magic link url will be valid for (in seconds) before it expires. By default it will be valid for 30 days unless otherwise specified.
Optional URL to return customers after adding a connection or if they press the Return To Organization button
The names of the connectors to show in the connect page. If not provided, all connectors will be shown
The default view to show when the magic link is opened. If omitted, by default it will smartly load the right view based on whether the user has connections or not
Automatically trigger connection flow for the specified connector when the page loads. Only works when view is "add" and the connector is available.
Whether to enable debug mode
Whether to enable embedded mode. Embedded mode hides the side bar with extra context for the end user (customer) on the organization
Whether to hide the navigation bar. This is useful for hardcoding to a particular view.
The theme to use for the connect page. Defaults to light if not specified.
Optional Repl ID to assign the newly created connection to. If provided, the connection will be automatically assigned to this repl after successful authentication.
JSON encoded payload used to optionally prefill connector flows.
Optional external ID for reconnecting to an existing connection
The full OpenInt connection ID (e.g., "conn_xxx") to reconnect to an existing connection. Use this when you want to re-authenticate an existing connection without creating a new one.
Automatically subscribe to webhooks after connection creation. Uses the repl_id if provided, otherwise uses a default system assignment. Only works in non-production environments.