Skip to content

aperim/odoo-cloudflare-email-worker

Repository files navigation

Odoo email processor for Cloudflare Email Workers

This script below can be used to enable a Cloudflare Email Worker to forward inbound emails to your self-hosted Odoo instance. It might work for hosted Odoo as well - who knows?

Variables

You must set the following Variables to talk to your instance:

  • ODOO_DATABASE (eg the Odoo database)
  • ODOO_USERID (for the user - try 2)
  • ODOO_PASSWORD (the password for that user ID)
  • ODOO_HOST (the host eg crm.example.com)
  • ODOO_PORT (the port, hopefully 443)
  • ODOO_PROTOCOL (the protocol, hopefully https)

Using

Once you have set it all up - point the "catch-all" for the domain at this email worker.

Good luck!

CreateWorker

CreateMyOwn

AddCode

AddVariables

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published