maharanasarkar / whatsapp-connector-rasa

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

How to fulfill config.yml #1

Open LuisGalo15 opened 8 months ago

LuisGalo15 commented 8 months ago

Hi there, I'm trying to use this connector but I don't know really what's the information I have to fulfill in the config.yml. I've seen here: https://rasa.com/docs/rasa/connectors/custom-connectors/#credentials-for-custom-channels that the information must be fulfilled in credential.yml and now I'm a little confused. Could you please share a template with these things solved?

Many thanks :D

maharanasarkar commented 8 months ago

Hey @LuisGalo15, You are required to setup a developer's account in Meta Developers and get your business verified, you then get the WhatsApp API from there and setup an endpoint. I have updated the readme of this repository. It now includes all the steps to get this custom channel connector working. Readme

LuisGalo15 commented 8 months ago

Many thanks for the fast answer and thank you for the clarifications :)

LuisGalo15 commented 8 months ago

@maharanasarkar What I don't get is what should I modify in my config.yml, I thought that file is to modify the model

maharanasarkar commented 8 months ago

@LuisGalo15 Hi, you don't change anything into the config.yml, leave it as the default rasa file, just add the channel connector into credentials.yml it should work just fine.