xenial-black•2y ago
Modify last version in whatsapp integration
hello ! I'm having a problem with a Voiceflow integration with WhatsApp. I used this documentation and it works perfectly, but I wouldn't know what the voiceflow API parameter is so that it changes to the latest version of my chatbot. I have published the latest version but the integration is not updated. Does anyone know what parameters I should change or if the session should end?
1 Reply
To update your Voiceflow chatbot integration with WhatsApp to the latest version, you need to adjust the
versionID
parameter in your API calls. The versionID
can be set to either development
or production
. When you're ready to update the version exposed by the DM API to reflect your latest changes, follow these steps for the production
version:
1. Make your changes on the Voiceflow canvas and NLU manager.
2. Click the "Publish" button at the top-right corner of the Voiceflow canvas to publish your changes.
This process ensures that the latest version of your chatbot is used in the WhatsApp integration. Remember, for the changes to take effect in the production
environment, you must publish your project in Voiceflow. If you're testing and want to use a development version, you would set the versionID
to development
and use the "Run" button in Voiceflow for updates, but for production use and updates, the "Publish" button is key.
For more detailed guidance, you can refer to the documentation on our Developer Docs and Reference Overview.