Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 577 Bytes

File metadata and controls

43 lines (34 loc) · 577 Bytes

Custom Avatars

During the conversation, you can swap the image URLs used for Bot and Agent avatars by sending certain message content:

Set a bot avatar override

{
	"_webchat": {
		"botAvatarOverrideUrl": "https://placewaifu.com/image/200/200"
	}
}

Reset the bot avatar

{
	"_webchat": {
		"botAvatarOverrideUrl": ""
	}
}

Set an agent avatar override

{
	"_webchat": {
		"agentAvatarOverrideUrl": "https://placewaifu.com/image/200/200"
	}
}

Reset the agent avatar

{
	"_webchat": {
		"agentAvatarOverrideUrl": ""
	}
}