Jump to content
Server Maintenance This Week. ×

Connecting Filemaker Server to Websocket APIs


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

Recommended Posts

Has anyone worked with Websocket APIs and Filemaker Server? I'm interested in connecting FMS to Discord's Websocket API.

Is it possible to do this natively? If not, does anyone have suggestions of what I might look into?

Thanks!

Link to comment
Share on other sites

I don't think you can natively because the websocket protocol requires both ends to be in constant listening mode.  That's not how FM works.

If Discord has webhooks then that's the way to go to capture events or send events.  If it doesn't then you can build your own middleware to keep the ws connection open and it can send data to FMS when it receives something and you can send it data as a regular API call so that it can forward it through the ws connection.

Perhaps a plugin has the ability.

Link to comment
Share on other sites

This topic is 1499 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.