chatwoot
chatwoot copied to clipboard
[CW-2039] interactive message - cards
Hi all,
I am using the self hosted docker version 2.11.0. I send a interactive message (type cards) via api.
Response:
Array
(
[id] => 431
[content] => card message
[inbox_id] => 1
[conversation_id] => 76
[message_type] => 1
[content_type] => cards
[content_attributes] => Array
(
[items] => Array
(
[0] => Array
(
[description] => Hallo 👋 Ich bin Ihr virtueller Assistent. Womit kann ich Ihnen helfen?
[actions] => Array
(
[0] => Array
(
[type] => link
[text] => Terminbuchung
[uri] => https://www.google.de
)
[1] => Array
(
[type] => postback
[text] => Mitarbeiter
[payload] => ITEM_SELECTED
)
)
)
)
)
[created_at] => 1669465769
[private] =>
[source_id] =>
[sender] => Array
(
[id] => 6
[name] => Bot
[avatar_url] =>
[type] => agent_bot
)
)
optical result:
But if I choose the button "Mitarbeiter", nothing happens. No reaction, no webhook - nothing.
@Ghost108 Hey, it’s a bug and we will prioritize a fix in the upcoming releases
Update: Not solved in v2.12.0
Update: Not solved in v2.12.0
@Ghost108 We don't ship a fix yet. Once we ship, we will update it here.
This please
Some love for this pls
This still doesn't work. Is this still being worked on? This is priority for me right now and I am willing to help if nobody is currently working on it. Additionally... is there any documentation for all content types? The API docs show only high level message structure and list few example content types but without actual examples. Thank you.
This still doesn't work.
This still doesn't work.
Hello - is there an update on this issue?