API is sending the text of my block in chunks
Hey guys, the Typebot API is sending the text of this block in chunks to my n8n. Is this the expected behavior or am I doing something wrong?
This is a piece of the code I'm receiving on n8n showing the message in different objects.
"messages": [
{
"id": "folbnz5wknbqh7emu41rzm7t",
"type": "text",
"content": {
"richText": [
{
"type": "p",
"children": [
{
"text": "Olá, sou o atendente virtual da Clínica de Estética Teste. Digite o número de uma das opções abaixo para eu saber o que você deseja fazer:"
}
]
},
{
"type": "p",
"children": [
{
"text": ""
}
]
},
{
"type": "p",
"children": [
{
"text": "1) Agendar um procedimento"
}
]
},
{
"type": "p",
"children": [
{
"text": "2) Alterar agendamento existente"
}
]
},
{
"type": "p",
"children": [
{
"text": "3) Conhecer os procedimentos"
}
]
},
{
"type": "p",
"children": [
{
"text": "4) Fazer uma pergunta"
}
]
}
]
}
}
],
This is a piece of the code I'm receiving on n8n showing the message in different objects.
"messages": [
{
"id": "folbnz5wknbqh7emu41rzm7t",
"type": "text",
"content": {
"richText": [
{
"type": "p",
"children": [
{
"text": "Olá, sou o atendente virtual da Clínica de Estética Teste. Digite o número de uma das opções abaixo para eu saber o que você deseja fazer:"
}
]
},
{
"type": "p",
"children": [
{
"text": ""
}
]
},
{
"type": "p",
"children": [
{
"text": "1) Agendar um procedimento"
}
]
},
{
"type": "p",
"children": [
{
"text": "2) Alterar agendamento existente"
}
]
},
{
"type": "p",
"children": [
{
"text": "3) Conhecer os procedimentos"
}
]
},
{
"type": "p",
"children": [
{
"text": "4) Fazer uma pergunta"
}
]
}
]
}
}
],
