Skip to content

Instantly share code, notes, and snippets.

@ferco0
Last active April 30, 2021 20:06
Show Gist options
  • Save ferco0/691ed080aea0c492d1da2f41bccac319 to your computer and use it in GitHub Desktop.
Save ferco0/691ed080aea0c492d1da2f41bccac319 to your computer and use it in GitHub Desktop.
<script src="https://embedded.colmeia.me/v1/colmeia-embedded.js"></script>
<script>
ColmeiaEmbeddedChat.initialize('HYGbLgzJyKKRhmP3WhrfHWThjdfpfKSb', {
title: "Título", // Título da caixa de chat,
description: "Descrição", // Descrição durante o preenchimento do formulário,
display: {
position: "bottom-right", // bottom-left, bottom-right
mode: "button", // button, programmatically, instantly
/*header: { //objeto opcional
show: true // default true
},*/
/*size: 'small', // small,full default = small */
},
customer: {
metadata: {
name: '', //preencha com seu código esta informação
},
identifier: undefined // Identificador único do cliente, se não prover nenhum será usado um aleatório não permitindo repetir a sessão do usuário..
},
/*button: { // Propriedade button é opcional
url: undefined // Url customizada para o botão de chat, se não prover nenhuma será usado o default..
}*/
environment:"beta"
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment