I wanted to suggest a small but impactful feature: enabling automatic synchronization for image URLs used in flows.
Currently, when an image is inserted by URL, ManyChat caches it on the CDN, which means that if the image on the hosting server is updated, the change doesn’t immediately reflect in ManyChat. For businesses that frequently update creative assets (like banners or product images), this creates extra steps of versioning URLs manually (?v=2
, ?v=3
, etc.).
It would be very helpful if ManyChat could either:
-
Respect cache-control headers set by the hosting server, or
-
Provide an option to force a fresh fetch of image URLs in flows.
This would save time and streamline content updates for many users.
Thanks for considering this suggestion, and for continuing to improve the platform!