Include MMS Media (Images) in Internal Notification Emails
B
Blake Pleasants
MMS messages contain both text and media
{{message.body}} only includes text
Internal notification emails (e.g., to Gmail) exclude images entirely
Users must log into GHL to view media
Solution: Add a merge field like:
{{message.media_urls}}
Log In