@RodrigoLima Ok, Just follow my instructions and you will be able to get the chatbot widget on your site ok ?
Step: 1 Try copying this snippet code from the rep: GitHub - botfront/rasa-webchat: A feature-rich chat widget for Rasa and Botfront and change the version to 1. 0.1
Step: 2: I hope you have mentioned this in credentials.yml
socketio:
user_message_evt: user_uttered
bot_message_evt: bot_uttered
session_persistence: true
Step 3: run both rasa and rasa action servers on ports 5005 and 5055 respectively
Step 4: Run the ngrok server for port 5005 using the command ngrok http 5005
Step 5: Copy the generate https link of ngrok and paste it in socketURL of the snippet code
replace this socketUrl: "https://ngrok"
Step 6: If you have your website login, install insert header and footer plugin (I have wordpress) and paste the snippet code
Step 7: Tada you will be able to see the bot on your website.
Extra: Now initialpayload message.
You create buttons for 1000, 3000 etc for all 8 companies using custom actions which will be able to give the seperate output.
And inside the snippet code just mention this 
initPayload={"/select_company"}
It will first show you the default menu to select the company
and then in your custom code or domain.yml you can initial the payload for all 8 companies which will perform the tasks.
I hope you getting my points and if you have any issue please mention me ok 