Send message to facebook

Hi,

Is there an action module that sends message to facebook bot (I know there is telegram but maybe someone has developed one for facebook)

You might be able to use this: https://github.com/jpmens/mqttwarn If you’ve got mqtt in your environment already. I seems to support facebook messager.

I use it for pushover support.

1 Like

@psyciknz, thx, but I prefer not to use mqtt in the middle.

I am checking the option of writing specific action for that. I will probably base it on the Telegram action https://github.com/openhab/openhab1-addons/tree/master/bundles/action/org.openhab.action.telegram (i’ve tried to rename the project and import it to eclipse but it says the project already exists … working to find why)