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
- Use an HTTP Trigger to listen for the HTTP request from the FileMaker script.
- When the data comes in add it to your Trello board
- Add it to the correct Listen
Test it
- Create a new task in FileMaker, by clicking the Plus button in the Task List View