> For the complete documentation index, see [llms.txt](https://queue-docs.rightsline.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://queue-docs.rightsline.com/message-structure/configuration-messages/examples.md).

# Example messages

## Picklist Sources

### Picklist Source Created

```javascript
{
    "action": "picklist-source-created",
    "actionExecutedById": 1094364,
    "actionExecutedDate": "2024-03-18T18:39:41.543Z",
    "createdById": 1094364,
    "createdDate": "2024-03-18T18:39:41.543Z",
    "lastUpdatedById": 1094364,
    "lastUpdatedDate": "2024-03-18T18:39:41.543Z",
    "messageGroupId": 102,
    "picklistSource": {
        "description": "Picklist Source Description",
        "id": "f70f55e1-56e5-ee11-8351-065151be1e5f",
        "name": "Picklist Source Name"
    }
}
```

### Picklist Source Updated

```json
{
    "action": "picklist-source-updated",
    "actionExecutedById": 1094364,
    "actionExecutedDate": "2024-03-18T18:39:41.543Z",
    "createdById": 1094364,
    "createdDate": "2024-03-18T18:39:41.543Z",
    "lastUpdatedById": 1094364,
    "lastUpdatedDate": "2024-03-18T18:46:08.417Z",
    "messageGroupId": 102,
    "picklistSource": {
        "description": "Picklist Source Description",
        "id": "f70f55e1-56e5-ee11-8351-065151be1e5f",
        "name": "Picklist Source Name"
    }
}
```

### Picklist Source Deleted

```javascript
{
    "action": "picklist-source-deleted",
    "actionExecutedById": 1094364,
    "actionExecutedDate": "2024-03-18T18:39:41.543Z",
    "createdById": 1094364,
    "createdDate": "2024-03-18T18:39:41.543Z",
    "lastUpdatedById": 1094364,
    "lastUpdatedDate": "2024-03-18T18:46:08.417Z",
    "deletedById": 12345,
    "deletedDate": "2025-02-21T20:21:48.2105751Z",
    "messageGroupId": 102,
    "picklistSource": {
        "description": "Picklist Source Description",
        "id": "f70f55e1-56e5-ee11-8351-065151be1e5f",
        "name": "Picklist Source Name"
    }
}
```

## Picklist Source Values

### Picklist Source Value Created

```javascript
{
    "action": "picklist-source-value-created",
    "actionExecutedById": 1094364,
    "actionExecutedDate": "2024-03-18T18:47:19.68Z",
    "createdById": 1094364,
    "createdDate": "2024-03-18T18:47:19.68Z",
    "lastUpdatedById": 1094364,
    "lastUpdatedDate": "2024-03-18T18:47:19.68Z",
    "messageGroupId": 102,
    "picklistSource": {
        "description": "Picklist Source Description",
        "id": "f70f55e1-56e5-ee11-8351-065151be1e5f",
        "name": "Picklist Source Name"
    },
    "picklistValue": {
        "description": "Picklist Source Value Description",
        "id": 4,
        "value": "Picklist Source Value"
    }
}
```

### Picklist Source Value Updated

```javascript
{
    "action": "picklist-source-value-updated",
    "actionExecutedById": 1094364,
    "actionExecutedDate": "2024-03-18T18:47:19.68Z",
    "createdById": 1094364,
    "createdDate": "2024-03-18T18:47:19.68Z",
    "lastUpdatedById": 1094364,
    "lastUpdatedDate": "2024-03-18T18:47:19.68Z",
    "messageGroupId": 102,
    "picklistSource": {
        "description": "Picklist Source Description",
        "id": "f70f55e1-56e5-ee11-8351-065151be1e5f",
        "name": "Picklist Source Name"
    },
    "picklistValue": {
        "description": "Picklist Source Value Description",
        "id": 4,
        "value": "Picklist Source Value"
    }
}
```

### Picklist Source Value Deleted

```javascript
{
    "action": "picklist-source-value-created",
    "actionExecutedById": 1094364,
    "actionExecutedDate": "2024-03-18T18:47:19.68Z",
    "createdById": 1094364,
    "createdDate": "2024-03-18T18:47:19.68Z",
    "lastUpdatedById": 1094364,
    "lastUpdatedDate": "2024-03-18T18:47:19.68Z",
    "deletedById": 12345,
    "deletedDate": "2025-02-21T20:21:48.2105751Z",
    "messageGroupId": 102,
    "picklistSource": {
        "description": "Picklist Source Description",
        "id": "f70f55e1-56e5-ee11-8351-065151be1e5f",
        "name": "Picklist Source Name"
    },
    "picklistValue": {
        "description": "Picklist Source Value Description",
        "id": 4,
        "value": "Picklist Source Value"
    }
}
```

## Picklists

### Picklist Created

```javascript
{
    "action": "picklist-created",
    "actionExecutedById": 1094364,
    "actionExecutedDate": "2024-03-18T18:42:06.683Z",
    "createdById": 1094364,
    "createdDate": "2024-03-18T18:42:06.683Z",
    "lastUpdatedById": 1094364,
    "lastUpdatedDate": "2024-03-18T18:42:06.683Z",
    "messageGroupId": 102,
    "picklist": {
        "description": "Picklist Description",
        "id": "7f99d737-57e5-ee11-8351-065151be1e5f",
        "name": "Picklist Name"
    },
    "picklistSource": {
        "description": "Picklist Source Description",
        "id": "f70f55e1-56e5-ee11-8351-065151be1e5f",
        "name": "Picklist Source Name"
    }
}
```

### Picklist Updated

```javascript
{
    "action": "picklist-updated",
    "actionExecutedById": 1094364,
    "actionExecutedDate": "2024-03-18T18:42:06.683Z",
    "createdById": 1094364,
    "createdDate": "2024-03-18T18:42:06.683Z",
    "lastUpdatedById": 1094364,
    "lastUpdatedDate": "2024-03-18T18:42:06.683Z",
    "messageGroupId": 102,
    "picklist": {
        "description": "Picklist Description",
        "id": "7f99d737-57e5-ee11-8351-065151be1e5f",
        "name": "Picklist Name"
    },
    "picklistSource": {
        "description": "Picklist Source Description",
        "id": "f70f55e1-56e5-ee11-8351-065151be1e5f",
        "name": "Picklist Source Name"
    }
}
```

### Picklist Deleted

```javascript
{
    "action": "picklist-deleted",
    "actionExecutedById": 1094364,
    "actionExecutedDate": "2024-03-18T18:42:06.683Z",
    "createdById": 1094364,
    "createdDate": "2024-03-18T18:42:06.683Z",
    "lastUpdatedById": 1094364,
    "lastUpdatedDate": "2024-03-18T18:42:06.683Z",
    "deletedById": 12345,
    "deletedDate": "2025-02-21T20:21:48.2105751Z",
    "messageGroupId": 102,
    "picklist": {
        "description": "Picklist Description",
        "id": "7f99d737-57e5-ee11-8351-065151be1e5f",
        "name": "Picklist Name"
    },
    "picklistSource": {
        "description": "Picklist Source Description",
        "id": "f70f55e1-56e5-ee11-8351-065151be1e5f",
        "name": "Picklist Source Name"
    }
}
```

## Picklist Values

### Picklist Value Added

<pre class="language-javascript"><code class="lang-javascript"><strong>{
</strong>    "action": "picklist-value-added",
    "actionExecutedById": 1094364,
    "actionExecutedDate": "2024-03-18T18:40:29.79Z",
    "createdById": 1094364,
    "createdDate": "2024-03-18T18:40:29.79Z",
    "lastUpdatedById": 1094364,
    "lastUpdatedDate": "2024-03-18T18:40:29.747Z",
    "messageGroupId": 102,
    "picklist": {
        "description": "Picklist Description",
        "id": "7f99d737-57e5-ee11-8351-065151be1e5f",
        "name": "Picklist Name"
    },
    "picklistSource": {
        "description": "Picklist Source Description",
        "id": "f70f55e1-56e5-ee11-8351-065151be1e5f",
        "name": "Picklist Source Name"
    },
    "picklistValue": {
        "id": 2
    }
}
</code></pre>

### Picklist Hierarchy Updated

<pre class="language-javascript"><code class="lang-javascript"><strong>{
</strong>    "action": "picklist-hierarchy-updated",
    "actionExecutedById": 1094364,
    "actionExecutedDate": "2024-03-18T18:40:29.79Z",
    "createdById": 1094364,
    "createdDate": "2024-03-18T18:40:29.79Z",
    "lastUpdatedById": 1094364,
    "lastUpdatedDate": "2024-03-18T18:40:29.747Z",
    "messageGroupId": 102,
    "picklist": {
        "description": "Picklist Description",
        "id": "7f99d737-57e5-ee11-8351-065151be1e5f",
        "name": "Picklist Name"
    },
    "picklistSource": {
        "description": "Picklist Source Description",
        "id": "f70f55e1-56e5-ee11-8351-065151be1e5f",
        "name": "Picklist Source Name"
    },
    "picklistValue": {
        "id": 2
    }
}
</code></pre>

### Picklist Value Removed

<pre class="language-javascript"><code class="lang-javascript"><strong>{
</strong>    "action": "picklist-value-removed",
    "actionExecutedById": 1094364,
    "actionExecutedDate": "2024-03-18T18:40:29.79Z",
    "createdById": 1094364,
    "createdDate": "2024-03-18T18:40:29.79Z",
    "lastUpdatedById": 1094364,
    "lastUpdatedDate": "2024-03-18T18:40:29.747Z",
    "messageGroupId": 102,
    "picklist": {
        "description": "Picklist Description",
        "id": "7f99d737-57e5-ee11-8351-065151be1e5f",
        "name": "Picklist Name"
    },
    "picklistSource": {
        "description": "Picklist Source Description",
        "id": "f70f55e1-56e5-ee11-8351-065151be1e5f",
        "name": "Picklist Source Name"
    },
    "picklistValue": {
        "id": 2
    }
}
</code></pre>

## Picklist Presets

### Picklist Preset Created

<pre class="language-javascript"><code class="lang-javascript"><strong>{
</strong>    "action": "picklist-preset-created",
    "actionExecutedById": 1094364,
    "actionExecutedDate": "2024-03-18T18:42:06.683Z",
    "createdById": 1094364,
    "createdDate": "2024-03-18T18:42:06.683Z",
    "lastUpdatedById": 1094364,
    "lastUpdatedDate": "2024-03-18T18:42:06.683Z",
    "messageGroupId": 102,
    "picklist": {
        "id": "7f99d737-57e5-ee11-8351-065151be1e5f",
        "name": "Picklist Name"
    },
    "picklistPreset": {
        "description": "Picklist Preset Description",
        "id": "50e02513-1e07-ef11-8352-065151be1e5f",
        "name": "Picklist Preset Name"
    }
}
</code></pre>

### Picklist Preset Updated

```javascript
{
    "action": "picklist-preset-updated",
    "actionExecutedById": 1094364,
    "actionExecutedDate": "2024-03-18T18:42:06.683Z",
    "createdById": 1094364,
    "createdDate": "2024-03-18T18:42:06.683Z",
    "lastUpdatedById": 1094364,
    "lastUpdatedDate": "2024-03-18T18:42:06.683Z",
    "messageGroupId": 102,
    "picklist": {
        "id": "7f99d737-57e5-ee11-8351-065151be1e5f",
        "name": "Picklist Name"
    },
    "picklistPreset": {
        "description": "Picklist Preset Description",
        "id": "50e02513-1e07-ef11-8352-065151be1e5f",
        "name": "Picklist Preset Name"
    }
}
```

### Picklist Preset Deleted

```javascript
{
    "action": "picklist-preset-deleted",
    "actionExecutedById": 1094364,
    "actionExecutedDate": "2024-03-18T18:42:06.683Z",
    "createdById": 1094364,
    "createdDate": "2024-03-18T18:42:06.683Z",
    "deletedById": 1094364,
    "deletedDate": "2024-03-18T18:42:06.683Z",
    "lastUpdatedById": 1094364,
    "lastUpdatedDate": "2024-03-18T18:42:06.683Z",
    "messageGroupId": 102,
    "picklist": {
        "id": "7f99d737-57e5-ee11-8351-065151be1e5f",
        "name": "Picklist Name"
    },
    "picklistPreset": {
        "description": "Picklist Preset Description",
        "id": "50e02513-1e07-ef11-8352-065151be1e5f",
        "name": "Picklist Preset Name"
    }
}
```

## Picklist Preset Values

### Picklist Preset Value Added

```javascript
{
    "action": "picklist-preset-value-added",
    "actionExecutedById": 1094364,
    "actionExecutedDate": "2024-04-30T22:16:26.72Z",
    "createdById": 1094364,
    "createdDate": "2024-04-30T18:18:43.547Z",
    "lastUpdatedById": 1094364,
    "lastUpdatedDate": "2024-04-30T18:18:43.547Z",
    "messageGroupId": 102,
    "picklist": {
        "id": "7f99d737-57e5-ee11-8351-065151be1e5f",
        "name": "Picklist Name"
    },
    "picklistPreset": {
        "description": "Picklist Preset Description",
        "id": "50e02513-1e07-ef11-8352-065151be1e5f",
        "name": "Picklist Preset Name"
    }
    "picklistValue": {
        "id": 9,
        "value": "Picklist Value"
    }
}
```

### Picklist Preset Value Removed

```javascript
{
    "action": "picklist-preset-value-removed",
    "actionExecutedById": 1094364,
    "actionExecutedDate": "2024-04-30T22:19:10.96Z",
    "createdById": 1094364,
    "createdDate": "2024-04-30T18:18:43.547Z",
    "lastUpdatedById": 1094364,
    "lastUpdatedDate": "2024-04-30T18:18:43.547Z",
    "deletedById": 1094364,
    "deletedDate": "2024-04-30T18:18:43.547Z",
    "messageGroupId": 102,
    "picklist": {
        "id": "7f99d737-57e5-ee11-8351-065151be1e5f",
        "name": "Picklist Name"
    },
    "picklistPreset": {
        "description": "Picklist Preset Description",
        "id": "50e02513-1e07-ef11-8352-065151be1e5f",
        "name": "Picklist Preset Name"
    }
    "picklistValue": {
        "id": 9,
        "value": "Picklist Value"
    }
}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://queue-docs.rightsline.com/message-structure/configuration-messages/examples.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
