maharanasarkar / whatsapp-connector-rasa

A custom channel connector to connect WhatsApp API to Rasa
Apache License 2.0
13 stars 6 forks source link

list templates issue #4

Closed iamgoki closed 6 months ago

iamgoki commented 7 months ago

Is there is any possible way to use list templates in custom connector.py file like button templates.

maharanasarkar commented 6 months ago

@iamgoki I am not sure if that can be possible with this custom connector because this connector uses heyoo as a package to communicate with the WhatsApp API, as of my knowledge heyoo does not have the support for list templates.

Below is the list of supported features provided by heyoo -

Supported features

-     Sending messages

-     Marking messages as read

-     Sending Media (images, audio, video and documents)

-     Sending location

-     Sending interactive buttons

-     Sending template messages

-     Parsing messages and media received