BotStar integration (Communication, Marketing). Imported from open-connector.
https://apis.botstar.com/v1/bots/
/bots/
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The new bot name. |
/bots/{botId}
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
/bots/{botId}/attributes
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
| env | string | optional | The BotStar environment to read or mutate. |
/bots/{botId}/attributes
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
| env | string | optional | The BotStar environment target for mutation endpoints. |
| name | string | required | The bot attribute name. |
| data_type | string | required | The bot attribute data type. |
| desc | string | optional | The bot attribute description. |
| value | string | optional | A BotStar bot attribute value. |
| localizedValues | object | optional | Language-specific attribute values keyed by BotStar field name such as value_es. |
/bots/{botId}/attributes/{attributeId}
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
| attributeId | string | required | The BotStar bot attribute ID. |
| env | string | optional | The BotStar environment target for mutation endpoints. |
| desc | string | optional | The updated bot attribute description. |
| value | string | optional | A BotStar bot attribute value. |
| localizedValues | object | optional | Language-specific attribute values keyed by BotStar field name such as value_es. |
/bots/{botId}/attributes/{attributeId}
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
| attributeId | string | required | The BotStar bot attribute ID. |
| env | string | optional | The BotStar environment target for mutation endpoints. |
/bots/{botId}/publish
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
/bots/{botId}/users/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
| userId | string | required | The BotStar audience user ID. |
/bots/{botId}/users/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
| userId | string | required | The BotStar audience user ID. |
| attributes | object | required | User attributes to update by BotStar field name. |
/bots/{botId}/users/attributes
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
| field_name | string | required | The custom user attribute field name. |
| field_type | string | required | The custom user attribute type. |
/bots/{botId}/cms_entities
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
| env | string | optional | The BotStar environment to read or mutate. |
/bots/{botId}/cms_entities
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
| env | string | optional | The BotStar environment target for mutation endpoints. |
| name | string | required | The CMS entity name. |
| fields | array | optional | Fields to create with the CMS entity. |
/bots/{botId}/cms_entities/{entityId}
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
| entityId | string | required | The BotStar CMS entity ID. |
| env | string | optional | The BotStar environment to read or mutate. |
/bots/{botId}/cms_entities/{entityId}
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
| entityId | string | required | The BotStar CMS entity ID. |
| env | string | optional | The BotStar environment target for mutation endpoints. |
| name | string | required | The updated CMS entity name. |
/bots/{botId}/cms_entities/{entityId}
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
| entityId | string | required | The BotStar CMS entity ID. |
| env | string | optional | The BotStar environment target for mutation endpoints. |
/bots/{botId}/cms_entities/{entityId}/items
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
| entityId | string | required | The BotStar CMS entity ID. |
| env | string | optional | The BotStar environment to read or mutate. |
| page | integer | optional | The 1-based page number to request. |
| limit | integer | optional | The maximum number of items to return. |
| name | string | optional | Filter CMS entity items by name. |
| status | string | optional | The BotStar CMS entity item status. |
/bots/{botId}/cms_entities/{entityId}/items
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
| entityId | string | required | The BotStar CMS entity ID. |
| env | string | optional | The BotStar environment target for mutation endpoints. |
| name | string | required | The CMS entity item name. |
| status | string | optional | The BotStar CMS entity item status. |
| data | object | optional | Dynamic CMS item field values keyed by BotStar field unique name, excluding nam… |
/bots/{botId}/cms_entities/{entityId}/items/{entityItemId}
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
| entityId | string | required | The BotStar CMS entity ID. |
| entityItemId | string | required | The BotStar CMS entity item ID. |
| env | string | optional | The BotStar environment to read or mutate. |
/bots/{botId}/cms_entities/{entityId}/items/{entityItemId}
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
| entityId | string | required | The BotStar CMS entity ID. |
| entityItemId | string | required | The BotStar CMS entity item ID. |
| env | string | optional | The BotStar environment target for mutation endpoints. |
| name | string | optional | The updated CMS entity item name. |
| status | string | optional | The BotStar CMS entity item status. |
| data | object | optional | Dynamic CMS item field values keyed by BotStar field unique name, excluding nam… |
/bots/{botId}/cms_entities/{entityId}/items/{entityItemId}
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The BotStar bot ID. |
| entityId | string | required | The BotStar CMS entity ID. |
| entityItemId | string | required | The BotStar CMS entity item ID. |
| env | string | optional | The BotStar environment target for mutation endpoints. |