If I am using Twilio flex then do I need to build the API from scratch and can customize the UI according to me.
Means can I build API of my own? And I don't need to build my own UI, just customize that which is provided by flex.
If I am using Twilio flex then do I need to build the API from scratch and can customize the UI according to me.
Means can I build API of my own? And I don't need to build my own UI, just customize that which is provided by flex.
Twilio developer evangelist here.
When you are building with Flex you can absolutely add your own endpoints so you can call other services from the UI. I've done this before using Twilio Functions, but as long as the URL can respond to HTTP requests you can host it anywhere.
This is a good way to customise Flex to extend it outside of the Twilio API.