Jump to content
Server Maintenance This Week. ×

Microsoft Teams and Filemaker


ndgates

This topic is 1164 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Hello, I have created a report in Filemaker 17 that pulls data into it from other relational (fmp) databases. My issue is that I want my managers to be able to review their particular reports via teams. I am currently uploading a new PDF every day but I'd like it to be "live" and for their access to be limited to just selecting their button which is scripted to bring up their report. I am no expert in any type of integration, I am fairly comfortable with Filemaker, I have been using it since version 3, but not utilizing it outside of itself.

Edited by ndgates
clarity
Link to comment
Share on other sites

  • 1 month later...

1) you can add an "IncomingWebhook" app to a Team channel
2) this will provide you with a URL to use to trigger the Webhook
3) you can use InsertFromURL script step in FileMaker to push a json payload to the webHook
4) this results in a message, in the Teams channel, with the pre-configured json payload being rendered however you wish
5) that json payload can contain a button, tied to a URI, that when clicked, launches a webpage
6) Teams doesn't allow any protocols other than http, so you can't directly use a FMP URL, but you can host a webpage that redirects the user to a FMP URL
7) that FMP URL can trigger a script to do anything you wish (within CWP restraints)

This automatically sends a Teams message to a designated channel, either from a user triggered script in FileMaker or from a server scheduled script, and the Teams message has a button that when clicked, takes the user to FileMaker and shows them a specific record on a specific layout.

Link to comment
Share on other sites

This topic is 1164 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.