A2P 10DLC Campaign Vetting Delays: Twilio cannot approve 10DLC Campaigns ourselves, and must rely on third parties who control our connections to carriers to sign off. These external processes are creating several week delays for our customers. We continue to escalate these issues and are working to reduce delays wherever possible. Further details will be shared in the Campaign Vetting Changes article as they become available.

Add a Custom CSS Stylesheet to Twilio Flex

The best method for adding a CSS stylesheet to Twilio Flex is to use the helper method loadCSS (which is provided in flex-plugin) to insert your CSS file into the page. Here's an example of what the plugin code for this might look like:

loadCSS('http://mysite.com/files/flex.css');

This code will add your CSS file (flex.css in the example here) as a stylesheet to the current document.

To make this code work, you'll only need to update the URL for your .CSS file, and then add your code to the init() function of your plugin. For help adding this code to your hosted Flex instance, please see Creating Plugins for Twilio Flex.

Further information about component styling within a plugin can be found in the Creating & Styling Custom Components section of the Twilio docs.

Notice: The CSS file must be accessible by Twilio's proxy servers. Local files on your desktop are likely inaccessible via these methods, but your stylesheet may be uploaded to Twilio Assets for use here.

 

Have more questions? Submit a request
Powered by Zendesk