Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/journeys/web-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ All attributes are set as standard HTML attributes on the `<epilot-journey>` ele
| `context-data` | JSON string | — | Additional contextual data passed to the Journey and included with the submission. Must be a JSON-encoded string of key-value pairs. See [Context Data](#context-data). |
| `data-injection-options` | JSON string | — | Pre-fill Journey fields and control the starting step. Must be a JSON-encoded string. See [Data Injection](#data-injection). |
| `journey-token` | `string` | — | A JWT token used for [post-qualification Journeys](./post-qualification). |
| `as-organization-id` | `string` | — | Organization ID to use as the Journey's organization context. Sent as the `x-epilot-org-id` header on entity requests. Useful in partner / shared-entities scenarios where the Journey needs to access data owned by a different organization. |
| `is-full-screen-entered` | `"true"` \| `"false"` | `"false"` | Controls whether a full-screen Journey is visible. Set to `"true"` to open it. Only applies when `mode` is `"full-screen"`. |
| `is-embedded` | `"true"` \| `"false"` | `"false"` | Indicates the Journey is embedded on a host app. |
| `debug` | `"true"` \| `"false"` | `"false"` | Enables debug mode for development and troubleshooting. |
Expand Down
Loading