ExperienceConnection

Experience Connection

Fields

Field Type Required Description
accountId string, read-only yes ID of the account
accountName string, read-only no Name of the account
experienceId string yes ID of the Experience
id string, read-only no ID of the Experience Connection
state ExperienceConnectionState yes State of the Experience Connection

accountName is a convenience field added in spec 1.0.0: it saves a lookup when you need to show the customer's name in your own UI. It is read-only and set by Alianza — send accountId when creating a connection, not accountName.

Example

{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "accountId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "accountName": "Acme Communications",
  "experienceId": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
  "state": "INACTIVE"
}