Create a new data source
Request body
Stable unique identifier (UUID). Can be provided on create; otherwise generated. Must be unique across elements of this type.
Stable key for referencing the element (e.g. in selectors). Unique per (parent, integration) scope. Generated from name if not provided on create.
Display name. Optional on create; used to generate key when key is omitted.
Optional human-readable description.
Optional key-value metadata.
Internal ID of the integration this element belongs to. Omit for universal elements; set for integration-specific elements. Uniqueness of key is scoped per integration.
UUID of the integration; alternative to integrationId when creating from export. Resolved to integrationId by the API.
Key of the integration; alternative to integrationId. Resolved to integrationId by the API.
UUID of the parent element; alternative to parentId when creating (e.g. from export). Resolved to parentId by the API.
Key of the parent element; alternative to parentId. Resolved to parentId by the API.
When true, the element is universal (shared across all integrations). Requires universal-element access. Omit or false for integration-specific elements.
Internal ID of the external app this element belongs to. Auto-populated from the integration when integrationId is set and the integration has an externalAppId.
UUID of the external app; alternative to externalAppId when creating from export. Resolved to externalAppId by the API.
Key of the external app; alternative to externalAppId. Resolved to externalAppId by the API.