AutoEnter Live Logo

Join us at the AutoEnter Live 2022 Virtual Conference

We’re pleased to announced that Databuzz will be a sponsor at the upcoming AutoEnter Live: a 2-day virtual conference for the Claris Community on July 19 & 20. This event is free to attend and is being hosted by Proof+Geist and Soliant Consulting. You can get more information and register for free on the AutoEnter Live website. With Claris Engage 2022 unfortunately cancelled for the third year in a row due to the pandemic this should be the biggest virtual Claris conference of the year.

This is our first time exhibiting at a virtual conference and we’re looking forward to connecting with the Claris developer community again. Unfortunately for us the timezone difference isn’t great for an Australian based business with sessions starting at 1am our local time. I’m currently deciding whether to stay up all night or try and get some sleep and get up early in time for the last Expo break each day. I’m working on some demo recordings for each of our products that we can hopefully show on demand in our virtual exhibitor booth as well as live demos.

The conference schedule is now available with some great speakers and sessions lined up. Claris has also recently joined as a sponsor and will also have a virtual booth as well as providing speakers for the usual under-the-hood sessions that we would typically see at Claris Engage. We look forward to connecting with you either at our virtual booth or in the Discord chats. If you have anything you would like to see demonstrated please get in touch.

Slack Notifications for Incoming SMS Messages

In Part 1 of our series on generating notifications to users for incoming SMS messages we discussed how we’ve been tackling this issue over the past 20 years and demonstrated an option we’ve been exploring that uses AppleScript to generate macOS notifications like this:

Like all the other methods we’ve used over the years there are a number of disadvantages to this approach, not least of which is that it uses AppleScript so it’s limited to macOS users. Another option we’ve deployed for some customers recently who are also using Slack (the popular collaboration tool which organises conversations into channels) involves pushing notifications to a nominated Slack channel when new incoming SMS messages are received. Depending on the expected volume of incoming messages this could be a dedicated channel or an existing channel that is monitored by the staff in the organisation that need to react to incoming messages.

One of the advantages of posting notifications to a Slack channel is that it doesn’t interupt the user’s FileMaker session – if they are in the middle of modifying a record they won’t notice any scripts running on hidden windows etc. In fact the user doesn’t even need to have FileMaker Pro open – using the Slack API messages are pushed by a FileMaker Server script that is performed when the incoming messages is received and processed via a webhook. Unlike the AppleScript option you can also customise the content of the message and include a part of the message body that was received (or the whole message if appropriate) and you can also include an fmp url link so users can click a link and be taken directly to the FileMaker record to view the full details of the incoming SMS.

If you’re using Slack in your organisation we think this is a great solution to generate notifications to users when incoming messages are received. As well as the Slack channel notification you can also get a notification from your operating system (e.g. macOS or iOS) when the message is posted to the Slack channel.

Here’s a screenshot showing an example of a Slack notification generated by FileMaker Server and pushed via a Slack App/bot to a Slack channel:

Here’s a short video we recorded showing this in action as a new incoming message is received (you can also watch this on YouTube here):

If you would like to discuss adding Slack notifications for your incoming SMS messages please get in touch for a free initial consultation to discuss your requirements.

Claris FileMaker Conferences Are Happening Again in 2022

It’s been almost three years since I was last able to attend a Claris/FileMaker conference in person. Databuzz has been exhibiting at the annual FileMaker Developer Conference, now called Claris Engage, since 2013 and I really miss the annual coming together of the Claris FileMaker community from all corners of the globe. With Claris Engage 2022 unfortunately cancelled for the third year in a row due to the pandemic a number of community-led virtual and in-person events are being organised for the Claris Community this year. I can’t wait to re-connect with the community at some of these.

This week the dotfmp conference is underway in Berlin – it’s definitely a conference I would like to attend at some stage in the future.

We’re pleased to announced we’ve signed up as a vendor at the upcoming AutoEnter Live – a 2-day virtual conference for the Claris Community on July 19 & 20. This event is free to attend and is being hosted by Proof+Geist and Soliant Consulting. You can get more information and register for free on the AutoEnter Live website. It should be the biggest virtual Claris conference of the year.

In October another PauseOnError event is happening – FileMaker Summer Camp 2022 – in Georgia, USA. You can get more information on their website here.

Another event scheduled for later this year is EngageU which promises to be the largest European FileMaker conference ever. It is an in-person event in Malmö, Sweden and runs from the 13th – 15th of November 2022. Databuzz is also planning to be an exhibitor at EngageU – that will be out first time as an exhibitor since the last FileMaker Developer Conference in August 2019 and the Claris APC DevCon in October 2019, and our first time exhibiting at a European conference.

Talking FileMaker Integrations on the FileMaker Talk Podcast

I was recently a guest on the FileMaker Talk Podcast hosted by Matt Petrowsky & Matt Navarre talking about FileMaker integrations and connecting FileMaker to the world of APIs. We discussed how I first started working with APIs and how building solutions for Databuzz have turned into products for other small businesses using the Claris FileMaker Platform. You can listen on your podcast player of choice (search for episode 160) or via this Apple Podcasts link:

https://podcasts.apple.com/au/podcast/using-data-apis-with-andrew-duncan-of-databuzz/id294672686?i=1000563563921

fmESignature Link (DocuSign Edition) Linking Guides

When it comes to integrating any of our FileMaker integration solutions there are generally two main approaches a FileMaker developer can take:

  1. Linking – this involves using our solution’s file as a ‘interface’ or front-end file to your existing FileMaker file. This is a relatively quick way to get up and running – you relink the table occurrences to reference the matching tables in your existing FileMaker file (e.g. Contacts) and then update the layouts and add any new fields. You also need to update any field references in scripts and create any new value lists. Using this method you can be up and running in around 30 minutes.
  2. Embedding – this is the most complex and time consuming type of integration as it involves recreating the required functionality our solution’s file in your existing FileMaker solution. You need to complete the required tasks in a certain order – whilst most of the code can be copied across you will need to manually recreate table occurrences and relationships. This method can take many hours to complete depending on how much functionality from our solution you wish to move across to your FileMaker file.

We’ve always published Integration Guides that cover the embedding process and detail the steps that you should follow to incorporate functionality from one of our solution files in your existing FileMaker solution. Linking has always been more difficult to document as each of our customer’s solutions are different and the process will never be the same from one customer solution to another. To help get you started with linking and demonstrate the process we’ve put together a two part series that covers linking the FileMaker Contacts starter solution with our fmESignature Link (DocuSign Edition) solution.

In Part 1 of the Linking Guide we cover how you can link the fmESignature Link file to your existing FileMaker solution and use the fmESignature Link file to send eSignature Requests to your Contacts. We’ve included step-by-step instructions as well as a companion video that demonstrates the process which should take around 20-30 minutes to complete. We’re simply replacing any references to the Contacts table in the fmESignature Link file with references to your Contacts table. The Contacts starter solution has separate tables for Contact details such as name and company name and separate tables for storing email addresses, phone numbers and mailing addresses so it’s a good example for demonstrating how to incorporate data from multiple tables.

By the end of the process you will be able to use the fmESignature Link file to view your Contacts from within the fmESignature Link file and send an agreement to one or more of your Contacts.

In Part 2 of the Linking Guide we take this a step further and demonstrate how you can generate eSignature Requests from your FileMaker solution using PDFs created from layouts in your existing FileMaker file. We’ve added a new layout to the Contacts starter solution that contains the agreement we wish to send to and we’ve added some anchor tags to the layout to specify where we can our DocuSign tabs to appear. Once we’ve created a new Template in the fmESignature Link file for this new agreement we can then create a script in the Contacts starter solution that performs a number of tasks, including:

  • captures the Contact/Recipient details such as their FileMaker Primary Key/ID and email address
  • creates a PDF using the contract layout
  • creates a new record in the Requests table in the fmESignature Link file and sets the Template ID to use and the PDF to send that you’ve previously created
  • adds the Contacts as a recipient to this new Request
  • takes the user to the newly created Request record so they can review this before sending out the agreement

The guide includes an example script that you can reference when implementing something similar in your FileMaker solution. Once again we’ve included a companion video that demonstrates the steps involved which should take around 30 minutes to complete.

Notifications for Incoming SMS Messages

Databuzz pioneered the sending of SMS messages directly from the FileMaker Platform 20 years ago and fmSMS, our FileMaker solution for sending/receiving SMS messages, has been used since then to send and receive millions of SMS messages by organisations all around the world.

When Claris released the FileMaker API for PHP with FileMaker Server v9 we knew we finally had a reliable way to receive incoming SMS messages as soon as they were sent using webhooks. Essentially the SMS Gateway (e.g. Twilio) would be configured to sent via an HTTP POST a notification to a PHP file containing the details of the incoming message when it was received (sender number, message body, timestamp etc). The php file would then convert that data into a record in a FileMaker table using the FileMaker API for PHP. To users this looked like magic – incoming messages would automatically appear within seconds of being sent and be linked to a Contact record so you could see the history of all sent and received messages.

The only downside of having incoming messages automatically pushed to a FileMaker solution is that it happened in the background, and unless someone was monitoring the Messages/Replies table to see if new messages had been received they might not be aware of these.

Over time customers have been asking for ways to be notified when a new incoming message has been received. We’ve come up with a number of options over the years, each of which have their pros and cons. Some of the options we’ve deployed over the years include:

  • simple email notifications for new messages. These emails could include an fmp url link which users could click to open the FileMaker file and navigate to the new incoming message record. The downside of this is that a lot of emails could be generated if you received a high volume of replies or incoming messages.
  • a calculation field on a layout that is frequently accessed showing a total of messages in the replies table that were not flagged as ‘dealt with’. This also relied on users to frequent the layout and notice this new field (many customers would make this field bold/red etc to stand out)
  • using a dedicated window to show Replies sorted in descending order. This window could get lost amongst the various application and FileMaker windows that users could have open
  • we developed a Chat View that shows messages in style similar to Apple’s iOS Messages app. This was limited to showing the conversation between a single Contact, though it could be modified to just showing incoming messages. It also required a refresh to update the Web Viewer to see if new messages had been received, which was typically done using the Install OnTimer Script which was set to run periodically. The downside of using the Install OnTimer Script is that it can interrupt the user’s workflow (e.g. if they are in the middle of typing in another FileMaker window) and is inefficient as it has to run regardless of whether any new incoming messages have been received
  • for some customers we’ve deployed the technique that can trigger a script on multiple FileMaker Pro clients using the OnRecordLoad Script Trigger when a record is deleted that results in a found set of zero records. This can call a script that shows a new popup style window alerting the user to a new incoming message. Unfortunately this can also interrupt users when they are in the middle of something in another FileMaker window when suddenly a new window appears. It’s also not suitable to sites that receive large numbers of incoming messages.

Recently we’ve been exploring a variation of the last approach for the macOS platform that uses the Notifications feature and AppleScript to display a Notification when a new incoming messages has been received. The notification generated looks like this:

This uses the same OnRecordLoad Script Trigger that is attached to a hidden window that is generated when the FileMaker solution is first opened that only ever contains either 1 or 0 records. Each time a new incoming message is received by FileMaker Server it calls a FileMaker script that updates the table to either add a new record or delete the single record. This then triggers the OnRecordLoad script on any clients that have this hidden window configured. Users then receive a standard macOS notification that displays for a few seconds. The advantage of this approach is that a new FileMaker window isn’t required and if the user is away from their computer they can still see these in their Notification Centre along with all their other macOS Notifications. You can also control through a User Preferences table which users need to receive these notifications so you’re not sending notifications to all users unnecessarily. The FileMaker script to generate the AppleScript only requires a few script steps so can perform quickly – for details on how to create macOS Notifications from FileMaker using AppleScript check out this article from HomeBase Software.

Like all the other methods there are some downsides to this approach, including:

  • it uses AppleScript so it’s limited to macOS users
  • it does require the fmextscriptaccess extended privilege to be enabled for the required Privilege Sets
  • there’s no way to customise the action that is performed when the users clicks the Notification in the Notification Centre. I couldn’t find a way to include an fmp URL that would take the user to the particular record directly – currently it just opens the FileMaker Pro application

Here’s a short video we recorded showing this in action as a new incoming message is received (you can also watch this on YouTube here):

If you have come up with any alternative options for displaying alerts to users please let us know in the comments below. In our next article we’ll look at integrating FileMaker with Slack to generate notifications in a Slack channel when incoming messages are received.

Custom apps now replace Shopify Private apps

In January 2022 Shopify announced that Private apps were now deprecated and that going forward you will now need to use Custom apps and authenticate with access tokens instead of using the API Key/Password and basic HTTP authentication that Private apps use. Existing Private apps can still be used and modified so if you have an existing Private app you do not need to take any action at this stage.

From February 2022 you can no longer add a new Private app to your Shopify store so you will need to create a Custom app instead and use the Access Token for authenticating with the Shopify Admin API.

We have updated v2 of fmEcommerce Link (Shopify Edition) to now work with Custom apps only going forward – given Private apps have been deprecated by Shopify and can no longer be added to a Shopify store it made sense to focus solely on working with Custom apps. It only takes a few minutes to create and install a new Custom app on your Shopify store and generate the Admin API access token. Version 2.1 of fmEcommerce Link (Shopify Edition) now works with Custom apps and access tokens and is a free update to all v2 customers.

If you have an existing integration or customised version of fmEcommerce Link (Shopify Edition) that you would rather update to support Custom apps and access tokens it is fairly straightforward to make the necessary changes. We’ve documented the process on our support site for both v1 and v2:

We’ve focussed on having to make the minimal amount of changes in these guides so you can make the switch from a Private app to Custom app as quickly as possible. In our updates to v2.1 we have taken the time to update the file and removed/renamed any fields etc that were used by Private apps, so the changes in our v2.1 file will look a bit different to the v2 update guide.

Version 2.1 now supports Custom apps only – you can also download this and copy/paste the updated script steps across if that will be easier for you. Existing customers can download this version from the link on your original order email (contact us if you need the link to be reset etc).

We have a short video on the fmEcommerce Link Videos page showing how to create a Custom app on the Shopify website.

You can get more information on Custom apps and authenticating with access tokens here:

Automating Shipments with the Australia Post API

Like most countries around the world Australia has seen a boom in the number of parcels being delivered over the past 2 years, driven by a surge in online shopping during the lockdowns. Last October Australia Post was delivering more than 10 million parcels across Australia every week and was struggling to keep up with demand, having seen a 76 per cent increase in online shopping purchases in the previous 12 months.

Things were so bad Australia Post suspended parcel collections from online retailers in NSW, Victoria and the ACT for three days in September in a bid to catch up on the backlog.

If you’re an Australian retailer using the Claris FileMaker Platform to run your business you can leverage the Australia Post API to automate many of the mundane tasks associated with creating and lodging shipments with Australia Post. Australia Post have a number of APIs to help automate many of the tasks associated with shipping and tracking, including:

  • creating shipments
  • validate postcodes and suburbs
  • printing labels
  • lodging orders
  • printing order summaries
  • tracking parcels

You can also use other techniques to help streamline the data entry process, such as scanning barcodes and using online address lookup tools to improve the accuracy of a shipping address. You’re probably familiar with having to enter your address and select the matching address from a filtered list that reduces the number of matches as you type. You might not be aware that you can also incorporate this into your FileMaker solution – here’s a screenshot showing a card window that allows the user to enter an address and select the matching result which will then be used to populate the address, suburb, state, postcode and country fields:

If you’re currently manually lodging shipments and downloading and printing labels and copying/pasting tracking codes integrating with the Australia Post API can save you and your business time and money. With the Australia Post API it’s simple to download a list of the Australia Post products for your account and associate these with line items on your order/invoice:

You can then create a shipment from your order/invoice, request the label (either as a PDF or ZPL format) and then create an order from one or more shipments and retrieve the order summary as a PDF.

Here’s a short video demonstrating how you can use a FileMaker solution to create shipments, print labels and lodge orders all from FileMaker (you can also view it directly on YouTube). If you would like to discuss integrating your FileMaker solution with the Australia Post API to further automate your business workflows please get in touch for a free initial consultation to discuss your requirements.

Extending Your FileMaker WooCommerce Integration

It’s been more than 5 years since we first released v1.0 of fmEcommerce Link (WooCommerce Edition), our Claris FileMaker solution for integrating with the WooCommerce eCommerce Platform. Since that first release we’ve helped hundreds of customers connect their FileMaker business apps with their online store to eliminate manual processes and double data entry, saving them time and money.

As well as the core online store functionality WooCommerce also has a marketplace that has hundreds of free and paid extensions that add features and functionality to your store. We’ve helped a number of customers and FileMaker developers integrate with many of the most popular WooCommerce extensions, many of which have their own APIs.

Here’s some of the ways in which we’ve helped customers extend their FileMaker WooCommerce integration beyond the core WooCommerce API features:

Custom Fields: we regularly encounter WooCommerce stores that contain custom fields and more often than not the store owner would like to be able to update the value in these custom fields when uploading (e.g. Products) and also download the value in these fields (e.g. Orders). There are many ways to add custom fields to your WooCommerce store, including using a WordPress plugin such as the Advanced Custom Fields plugin or modifying php files.

The easiest way to work with custom fields is via the Meta Data which is accessible using version 2 or later of the WooCommerce REST API. You can both update custom fields and retrieve them via the Meta Data, which uses a Key/Value pair system where the key is the name of the custom field and the value is the value for that custom field. We have several articles on our support site that cover working with custom fields, including:

  • Can I Update Product Custom Fields – this article demonstrates how to use the meta data to update a custom field when uploading a Product from FileMaker to WooCommerce
  • Downloading Custom Fields – this article demonstrates how to access the meta data when downloading an Order from WooCommerce to FileMaker

WooCommerce Subscriptions: one of the most popular extensions for WooCommerce is WooCommerce Subscriptions which allows customers to subscribe to your products or services and pay on a weekly, monthly or annual basis. This extension also has its own API which you can make requests to get subscription specific data that isn’t included in the core WooCommerce API. Using their API you can access subscriptions data from FileMaker and create, read, update and delete subscription data.

Shipments: this is another popular category for WooCommerce extensions. For stores that have to ship physical goods to their customers using a shipments extension can help customers track their orders and integrate with shipping carriers to print labels and assist with fulfilments. We’ve helped several customers integrate with the Shipment Tracking extension which allows you to add shipment tracking information to your orders, providing customers with an easy way to track their shipment. Once again this plugin also has it’s own API which we can make requests against, for example to create shipment tracking for an order as it is being processed.

We’ve also integrated with the AfterShip WordPress plugin which also has it’s own API and allows you to create shipment tracking for a WooCommerce Order.

Gift Cards: WooCommerce includes support for Coupons but not Gift Cards which allow customers to purchase digital gift cards that can be redeemed online in the future. We’ve recently helped a number of customers integrate with the WooCommerce Gift Cards extension to retrieve details of any gift cards used in an Order and check the balance of a gift card.

These are just some of the examples of ways in which you can extend your fmEcommerce Link (WooCommerce Edition) integration. If you would like to discuss extending your integration please get in touch for a free initial consultation to discuss your requirements.

The Benefits of MMS Messaging

I’ve been talking to a lot of customers recently about whether to go with SMS or MMS messaging when it comes to integrating with their Claris FileMaker business apps. I received the following notification a few days ago from a business that I was hiring a tuxedo from which served as a timely reminder about the benefits of using MMS messaging:

This type of message is much more engaging than the usual “Hi your garment is ready to be collected …” type text message that you’ve most likely received many times over.

We’ve been helping customers integrate their FileMaker solutions with SMS messaging for over 20 years now using our fmSMS solution. There are a number of benefits to using SMS messaging, including:

  • they are perfect for appointment reminders, phone messages, segmented marketing, school absence alerts
  • they can be used to reduce cancellations and no-shows for appointment based businesses
  • reduces the amount of time spent playing “telephone tag”
  • higher open rates (98% vs 20% email)
  • higher click rate (29% vs 2.5% email)
  • you can integrate 2 way messaging into your FileMaker app: send and receive SMS messages all from FileMaker

MMS messaging gives you all the benefits of SMS messaging and more, including:

  • you can include multimedia messages (pictures, video, audio, gifs, QR codes etc)
  • you’re not limited to 160 characters per message segment – you can have up to 5000 characters
  • you can also include message subjects which act as a headline to your message
  • higher click through rate than SMS which leads to even higher engagement
  • a picture tells a thousand words (the human brain processes images 60,000 times faster than text)

I’m always keen to find out from our customers how they intend to use our fmMMS solution and was talking with a customer recently and they explained that they work with a chain of stores in outback Queensland, Australia and farmers and graziers are wanting to take a photo of a piece of clothing (hat, trousers etc) and send that to the store with a message (e.g. needing to get a replacement for some trousers). Using fmMMS they can receive these directly from their customers and have them linked to their account and also send backup mockups of embroidery for approval.

MessageMedia have a useful best practice MMS messaging guide which includes 10 common templates you can use for inspiration to creating your own MMS templates. They recommend using MMS for:

  • Brand-led messaging that draws customers in with visuals of products, locations or events (think Instagram)
  • Sending QR codes, tickets, check-ins or maps to customers
  • You just want more variety and dynamic options

If you would like to discuss integrating SMS or MMS messaging with your FileMaker business app please get in touch for a free initial consultation to discuss your requirements. Free trial versions of fmSMS and fmMMS are also available from our website.