Search code examples
facebookemailautomationgmail

From Gmail to Facebook


Is there any way to post messages received in an email, directly as a Facebook post?

If yes, how can I do that? I want to automate a page in Fb to spend less time there


Solution

  • Yes, one way of doing it would be to create a service or scheduled task which periodically does the following:

    • Use gmail API to get all unread messages
    • Each message will have an ID and you are able to check whether it has been read
    • Use the IDs to retrieve the message bodies
    • Use Facebook API to post the body data to the page