• Shopping Cart Shopping Cart
    0Shopping Cart
Databuzz
  • Home
  • Services
    • FileMaker Development
    • FileMaker Integration
    • FileMaker Web Publishing
    • FileMaker Go for the iPhone and iPad
    • FileMaker Xero Integration
    • FileMaker WooCommerce Integration Specialists
    • FileMaker Shopify Integration Specialists
    • FileMaker DocuSign Integration Specialists
    • FileMaker MYOB AccountRight Integration
    • FileMaker MYOB Essentials Integration Specialists
  • Products
    • fmSMS
    • fmMMS
    • fmAccounting Link (Xero Edition)
    • fmAccounting Link (QuickBooks Online Edition)
    • fmEcommerce Link (WooCommerce Edition)
    • fmEcommerce Link (Shopify Edition)
    • fmESignature Link (Docusign Edition)
    • fmAccounting Link (MYOB AccountRight Edition)
    • fmAccounting Link (MYOB Essentials Edition)
  • Shop
  • Contact
    • Contact Databuzz
    • Support
    • Submit Testimonial
  • About Us
    • About Databuzz
    • Our Clients
    • Testimonials
    • Support
    • Databuzz Newsletter Signup
    • Terms and Conditions
    • Privacy Policy
  • News
  • Click to open the search input field Click to open the search input field Search
  • Menu Menu

Archive for category: fmMMS

fmMMS Chat View Now Available

November 23, 2021/1 Comment/in fmMMS, News/by Andrew Duncan

fmMMS, our FileMaker solution for sending and receiving MMS (Multimedia Messaging Service) Messages using the Claris FileMaker Platform, now supports the Chat View feature originally introduced with fmSMS back in 2015.

The Chat View interface in fmMMS allows you to view all outgoing and incoming messages for an individual contact, including Message Subject, Body and Media, using a FileMaker Web Viewer. This is a much more graphical interface and easier to understand view than using traditional FileMaker portals.

We recently updated the design of the Chat View in fmSMS and have also used this more modern style, similar to the current iOS Messages app, in fmMMS. You can also send a new message to the contact you are viewing with a single media attachment without having to leave the Chat View screen using the fields at the bottom to enter your message/media attachment.

There were a number of challenges with developing the Chat View that would work with various versions of FileMaker Pro from v16 to v19 on both Mac and Windows, as well as work for local files and hosted files. We experiemented with using “data:text/html” urls, using Base64 to encode/decode the media attachments as well as exporting content to display in the Web Viewer.

In FileMaker Pro 19.3.1 Claris changed Web Viewers to use the Microsoft Edge (Chromium) engine instead of the Internet Explorer engine, which also presented a number of challenges. There is a security restriction in Edge that prevents web pages from accessing the file system to show local files when using “data:text/html” urls. The solution that we have used for the first release of the Chat View feature involves exporting a .html file to the FileMaker temp folder, along with any media attachments in container fields, and displaying this in the Web Viewer.

For this first release of the Chat View we are supporting Mac, Windows and iOS users. We’re currently working on an update for FileMaker Pro v19 users that will use the Execute FileMaker Data API script step to generate the html content and hopefully bypass the need to export the media attachments from the container fields. We are also working on support for FileMaker WebDirect users. We are also looking into ways that we can have the Chat View update dynamically without having to use OnTimer Scripts that are constantly running in the background attached to a FileMaker window. We’re also looking into WebSockets to see if we can have that push updates to the web viewer.

https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png 0 0 Andrew Duncan https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png Andrew Duncan2021-11-23 07:45:002021-11-21 15:48:29fmMMS Chat View Now Available

Presentation to Atlanta FileMaker FileMaker Developers Group Recording Now Available

October 18, 2021/0 Comments/in DocuSign, fmMMS, News/by Andrew Duncan

I recently did a presentation to the Atlanta FileMaker FileMaker Developers Group for their October 2021 meeting. The topic of my presentation was integrating the FileMaker Platform with the DocuSign eSignature platform using our fmESignature Link (DocuSign Edition) solution.

The recording is now available and you can watch it below or directly on YouTube.

fmESignature Link allows you to automate the management of electronic document signing: you can generate and send agreements to be signed electronically using your familiar FileMaker interface and download the completed agreements back into FileMaker.

I also did a brief demonstration of how you can send and receive MMS messages using the FileMaker Platform and our fmMMS solution.

https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png 0 0 Andrew Duncan https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png Andrew Duncan2021-10-18 08:30:002022-02-09 09:15:16Presentation to Atlanta FileMaker FileMaker Developers Group Recording Now Available

fmMMS Now Supports RingCentral MMS Gateway

May 14, 2021/0 Comments/in fmMMS, MMS, News/by Andrew Duncan

fmMMS, our FileMaker solution that lets you send and receive MMS messages from the FileMaker Platform, has just been updated to include support for the RingCentral MMS Gateway based in the USA. You can send and receive MMS messages internationally with fmMMS and RingCentral.

You can download a trial version of fmMMS to test with the RingCentral MMS Gateway from here. You can also sign up for a trial account with RingCentral. More information on using the RingCentral Gateway with fmMMS is available on our support site.

https://i0.wp.com/www.databuzz.com.au/wp-content/uploads/2021/05/fmMMS-Gateway-RingCentral.png?fit=440%2C220&ssl=1 220 440 Andrew Duncan https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png Andrew Duncan2021-05-14 09:32:052021-05-14 09:32:09fmMMS Now Supports RingCentral MMS Gateway

fmSMS Chat View Update

April 8, 2021/0 Comments/in fmMMS, fmSMS, News/by Andrew Duncan

In a recent update to fmSMS we updated the appearance of the Chat View Web Viewer to a more current iOS iMessage style as it was starting to look a bit dated. We first introduced the Chat View back in July 2015 to show you the sent and received messages for an individual Contact in a much more graphical interface compared to a traditional FileMaker view using portals.

We’ve updated from the original look here:

to the following which represents a more modern style similar to the current iOS Messages app:

We find this a big improvement when viewing a conversation with a single Contact – you can see all the outgoing and incoming messages in a thread as they are sorted by timestamp and quickly send a new message to the Contact from this window. By comparison the traditional view of the SMS History for a Contact with 2 portals for the sent and received messages looks like this:

The fmSMS Chat View works in a similar way to the recently released JavaScript add-ons and with new features in the FileMaker 19 Platform such as the JavaScript integration with web viewers and the Execute FileMaker Data API script step we’re looking into ways that we can have the Chat View update dynamically without having to use OnTimer Scripts that are constantly running in the background attached to a FileMaker window. We’re also looking into WebSockets to see if we can have that push updates to the web viewer.

We are also bringing the Chat View to fmMMS, our FileMaker solution for sending and receiving MMS (Multimedia Messaging Service) Messages using the Claris FileMaker Platform. The fmMMS Chat View has a few more challenges as we need to incorporate the display of any images that were sent or received using fmMMS, as well as any text (body and subject). We plan to include this in the next update to fmMMS which will be a free update for all existing customers.

https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png 0 0 Andrew Duncan https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png Andrew Duncan2021-04-08 11:26:562021-04-08 11:27:00fmSMS Chat View Update

fmMMS Now Supports MessageBird MMS Gateway

March 12, 2021/0 Comments/in fmMMS, MMS, News/by Andrew Duncan

fmMMS, our FileMaker solution that lets you send and receive MMS messages from the FileMaker Platform, has just been updated to include support for the MessageBird MMS Gateway based in the USA. You can send and receive MMS messages in the United States and Canada with fmMMS and MessageBird.

You can download a trial version of fmMMS to test with the MessageBird MMS Gateway from here. You can also sign up for a trial account with MessageBird. More information on using the MessageBird Gateway with fmMMS is available on our support site.

https://i0.wp.com/www.databuzz.com.au/wp-content/uploads/2021/03/fmMMS-Gateway-MessageBird.png?fit=440%2C220&ssl=1 220 440 Andrew Duncan https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png Andrew Duncan2021-03-12 14:25:012021-03-12 14:25:10fmMMS Now Supports MessageBird MMS Gateway

fmMMS Now Supports Cellcast MMS Gateway

January 29, 2021/0 Comments/in fmMMS, MMS, News/by Andrew Duncan

fmMMS, our FileMaker solution that lets you send and receive MMS messages from the FileMaker Platform, has just been updated to include support for the Cellcast MMS Gateway based in Australia. With fmMMS and Cellcast you can send MMS messages to Australian numbers.

You can download a trial version of fmMMS to test with the Cellcast MMS Gateway from here. You can also sign up for a trial account with Cellcast. More information on using the Cellcast Gateway with fmMMS is available on our support site.

https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png 0 0 Andrew Duncan https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png Andrew Duncan2021-01-29 08:07:322022-09-27 21:05:10fmMMS Now Supports Cellcast MMS Gateway

fmMMS Now Supports CDYNE MMS Gateway

December 8, 2020/0 Comments/in fmMMS, MMS, News/by Andrew Duncan

fmMMS, our FileMaker solution that lets you send and receive MMS messages from the FileMaker Platform, has just been updated to include support for the CDYNE MMS Gateway based in the USA. You can send and receive MMS messages in the United States and Canada with fmMMS and CDYNE.

You can download a trial version of fmMMS to test with the CDYNE MMS Gateway from here. You can also sign up for a trial account with CDYNE. More information on using the CDYNE Gateway with fmMMS is available on our support site.

https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png 0 0 Andrew Duncan https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png Andrew Duncan2020-12-08 21:56:212020-12-08 21:56:25fmMMS Now Supports CDYNE MMS Gateway

fmMMS Now Supports Plivo MMS Gateway

November 13, 2020/0 Comments/in fmMMS, MMS, News/by Andrew Duncan

fmMMS, our FileMaker solution that lets you send and receive MMS messages from the FileMaker Platform, has just been updated to include support for the Plivo MMS Gateway based in the USA. You can send and receive MMS messages in the United States and Canada with fmMMS and Plivo.

You can download a trial version of fmMMS to test with the Plivo MMS Gateway from here. You can also sign up for a trial account with Plivo. More information on using the Plivo Gateway with fmMMS is available on our support site.

https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png 0 0 Andrew Duncan https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png Andrew Duncan2020-11-13 17:29:312020-11-13 17:29:35fmMMS Now Supports Plivo MMS Gateway

fmMMS Now Supports SMS Global MMS Gateway

October 16, 2020/0 Comments/in fmMMS, MMS, News/by Andrew Duncan

fmMMS, our FileMaker solution that lets you send and receive MMS messages from the FileMaker Platform, has just been updated to include support for the SMS Global MMS Gateway based in Australia.

You can download a trial version of fmMMS to test with the SMS Global MMS Gateway from here. You can also sign up for a trial account with SMS Global and receive 25 free test credits. More information on using the SMS Global Gateway with fmMMS is available on our support site.

https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png 0 0 Andrew Duncan https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png Andrew Duncan2020-10-16 22:57:522020-10-16 22:57:57fmMMS Now Supports SMS Global MMS Gateway

Databuzz releases fmMMS – Send and Receive MMS Messages from the Claris FileMaker Platform

September 15, 2020/0 Comments/in fmMMS, News/by Andrew Duncan

Sydney, Australia – September 15, 2020 – Databuzz today announced fmMMS, a FileMaker solution that lets you send and receive MMS messages from the FileMaker Platform.

fmMMS allows you to send MMS (Multimedia Messaging Service) messages from the FileMaker Platform to almost any mobile phone in the world via one of the supported MMS Gateways, reaching over 1,000 mobile networks in more than 220 countries. MMS allows you to add any kind of multimedia content to your messages, such as images, QR codes, audio and video which are sent directly to the recipient’s phone.

MMS is perfect for sending promotional messages about new products or services, coupons or special offers, special event invitations, tickets (including QR codes) and real estate property information. With MMS you get the benefits of SMS such as high open rates compared to email, with the ability to add multimedia content to your messages, add a Subject line to act like a message headline and increase the amount of text you can send. MMS messages appear more visually appealing to the recipient and can lead to higher engagement with your customers*.

fmMMS features include:

  • works with FileMaker Pro 16 or later
  • uses all native FileMaker scripts and functions (no plug-ins required)
  • completely unlocked for you to integrate into your own FileMaker solution
  • can be hosted by FileMaker Pro or FileMaker Server 
  • works with Macintosh and Windows

“We’ve been helping customers integrate SMS with their FileMaker solutions for over 20 years and have had many requests for MMS integration,” said Andrew Duncan, CEO of Databuzz. “We’ve made fmMMS as easy to use and integrate as fmSMS – we can’t wait to see how our customers use fmMMS.”

fmMMS supports multiple MMS Gateways internationally and supports the following features*:

  • Send single and bulk MMS messages (messages are typically delivered in under 15 seconds)
  • 2 Way MMS – allow recipients to reply to messages and have them appear in fmMMS
  • Works with multiple MMS Gateway providers internationally
  • Delayed Delivery – send a message now for delivery at a future time
  • Delivery Receipts – track the status of sent messages
  • Message Logging – track the history of all sent messages
  • Message templates – create an unlimited number of pro forma templates
  • Send Messages to WhatsApp Users using the Twilio API for WhatsApp
  • Support for Webhooks: have incoming messages and delivery status updates pushed to your FileMaker Server automatically

Availability, Pricing, and Compatibility

fmMMS is available in a number of licenses: Company, Product (Vertical Solution) and Developer. It is available now from the Databuzz website at https://www.databuzz.com.au/fmmms/. Company Licenses start at AUD $695.00. fmMMS requires FileMaker Pro v16 or later and an account with one of the supported MMS Gateways.

* Not all MMS Gateways support all features of fmMMS. Some features might incur additional charges by your selected MMS Gateway. Webhooks require hosting by FileMaker Server and the Data API or Custom Web Publishing using the PHP API and a static IP address, or a web server running PHP.

Media/Customer Contact:

Andrew Duncan

Phone: +61 418 468 103

sales@databuzz.com.au

About Databuzz: Databuzz is a long-standing member of the FileMaker Business Alliance. We have been developing and deploying FileMaker solutions for clients in Australia and internationally since 1999. Our clients are individuals, small-medium businesses, government agencies and multi-national corporations. Databuzz was founded by Andrew Duncan, a Certified FileMaker 18 Developer. For more information please visit our website at https://www.databuzz.com.au.

###

FileMaker is a trademark of FileMaker, Inc., registered in the U.S. and other countries. All other trademarks are the property of their respective owners.

https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png 0 0 Andrew Duncan https://www.databuzz.com.au/wp-content/uploads/2014/07/databuzz-logo-small-300x88.png Andrew Duncan2020-09-15 02:03:442020-09-15 02:03:48Databuzz releases fmMMS – Send and Receive MMS Messages from the Claris FileMaker Platform
Page 2 of 3123

Latest News

  • fmMMS Updated to Support Additional MMS GatewaysJuly 22, 2026 - 11:24 am

    fmMMS, our FileMaker solution that lets you send and receive MMS messages from the Claris FileMaker Platform, has just been updated to include support for two additional MMS Gateways: Notifyre: based in Australia Notifyre is trusted by 20,000 Australian organisations and was named Australia’s Most Reliable SMS Provider for 2025. They support Australian and USA […]

  • Changes to MYOB Business API ScopesJuly 21, 2026 - 8:29 am

    MYOB have recently announced a change to the authentication scopes for MYOB Business API integrations commencing 1 September 2026. They are replacing the CompanyFile scope with more granular scopes to enhance data privacy and security.  All MYOB Business API integrations will need to update the scopes used to authenticate and re-authenticate to generate a new access token that […]

  • Changes to Xero Accounting API ScopesJuly 1, 2026 - 9:20 am

    Earlier this year Xero introduced a change to the authentication scopes for new Xero OAuth Apps that were created on or after March 2, 2026. They are replacing the previous broad scopes with more  granular scopes to give you more control and security. Xero OAuth Apps created on or after March 2, 2026 have been […]

  • fmSMS Now Supports Notifyre SMS GatewayJune 29, 2026 - 4:33 pm

    fmSMS, our FileMaker solution for sending and receiving SMS messages from the Claris FileMaker Platform, has been updated to support the Notifyre SMS Gateway based in Australia. The Notifyre SMS Gateway is trusted by 20,000 Australian organisations and was named Australia’s Most Reliable SMS Provider for 2025. You can download a trial version of fmSMS to […]

  • Databuzz releases fmESignature Link (Docusign Edition) v2 – Integrate the Claris FileMaker Platform with DocusignJune 9, 2026 - 6:00 am

    Databuzz today announced fmESignature Link (Docusign Edition) v2, a major update to their FileMaker solution that integrates with the Docusign eSignature platform. fmESignature Link (Docusign Edition) is a FileMaker solution that integrates between the Claris FileMaker Platform and Docusign. Docusign is one of the most popular electronic signature platforms and helps organisations connect and automate […]

Newsletter Signup

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

X Logo X Logo Followon X RSS Feed Logo RSS Feed Logo Subscribeto RSS Feed

Latest News

  • fmMMS Updated to Support Additional MMS GatewaysJuly 22, 2026 - 11:24 am

Newsletter Signup

© Copyright Splash IT Consulting Pty Ltd T/A Databuzz | ABN 31 116 889 028
  • Link to X
  • Link to Facebook
  • Link to Rss this site
  • Home
  • Services
  • Products
  • Shop
  • Contact
  • About Us
  • News
Scroll to top Scroll to top Scroll to top