put https://api.app.lithium.com/bots/v3/registrations
Edit a bot registration for a bot registered with the Automation Framework
Details
Edit or create an existing bot registration. Takes a registration JSON payload as Body.
Any bot must register with Khoros Care before it can access the Bot v3 APIs. Registration is a one-time (per network) operation. See Bot registration for more information about registration requirements for the Automation Framework.
Related endpoints
Action | Endpoint |
---|---|
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 |
POST | /bots/v3/registrations Register a bot |
DELETE | /bots/v3/registrations/network/{networkKey}/externalId/{externalId}/appId/{appId} Delete a bot registration |