Register bot with Khoros Care and the Automation Framework

Register a bot with Khoros Care and the Automation Framework

Recipes
Register a Live Bot with Bot API v3
Open Recipe

Details

Registers a bot with Khoros Care and the Automation Framework. Takes a Registration JSON payload as Body. See Registration payload for payload requirements.

Any bot must register with Khoros Care before it can access the Bot v3 APIs. Registration is a one-time (per network) operation.

Related endpoints

ActionEndpoint
GET/bots/v3/registrations/network/{networkKey}/externalId/{externalId}
Retrieve all bot registrations registered with the Automation Framework for the specified source channel
GET/bots/v3/registrations/network/{networkKey}/externalId/{externalId}/appId/{appId}
Retrieve registration details about an existing bot registered with the Automation Framework
PUT/bots/v3/registrations
Edit a bot registration
DELETE/bots/v3/registrations/network/{networkKey}/externalId/{externalId}/appId/{appId}
Delete a bot registration
Language