You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently working with the Twilio Python SDK to integrate WhatsApp Business features into our platform. While sending messages and handling sessions works well, we noticed that there is no support for creating WhatsApp Business message templates programmatically via the Python SDK.
I'd like to ask if there are any current or future plans to support this functionality?
Feature Request
Add support for creating and managing WhatsApp Business templates through the Twilio Python REST API, similar to what is available via the Twilio Console.
Use Case
Allow developers to manage WhatsApp templates dynamically from their backend services, without needing to manually create templates through the Twilio Console.
Benefits
Improves developer experience and reduces reliance on manual steps.
Aligns with Twilio’s philosophy of programmable communications.
Let us know if there's a workaround or alternative method for managing templates programmatically.
Thanks for the great work on the current library ! 🙏