Training Day

FileMaker To Trello

Send new cards to Trello from FileMaker

Goal

Create a Task in FileMaker have it show up in Trello on the right list on the right board

FileMaker Script

Examine the "Create New Trello Card" script. It can sends an HTTP request with our task data to a URL. That Url can trigger a Claris Connect Flow. All this script needs is the URL of the Claris Connect HTTP Trigger.

Claris Connect Flow

  1. Use an HTTP Trigger to listen for the HTTP request from the FileMaker script.
  2. When the data comes in add it to your Trello board
  3. Add it to the correct Listen

Test it

  1. Create a new task in FileMaker, by clicking the Plus button in the Task List View

On this page