Skip to content

Latest commit

 

History

History
 
 

message_center_compassion

Compassion CH Message Center

Production/Stable License: AGPL-3 CompassionCH/compassion-modules

Message Center that offers a queue of messages that have to be sent to GMC and a queue of messages received from GMC.

This module adds a route for listening to OnRamp messages call from Compassion using REST message using authentification with a oauth2 token.

Table of contents

To configure this module, you need to:

  • add settings in .conf file of Odoo
  • connect_url = <url to entry point of GMC Onramp>
  • connect_api_key = <api key for using GMC messages services>
  • connect_client = <username for token requests>
  • connect_secret = <password for token requests>
  • connect_token_server = <base URL of token server>
  • connect_token_cert = <comma-separated list of full URLs of the public keys of the token server>

To allow incoming messages you must setup a user with required access rights and with login = <username sent by GMC in tokens> and password = <password sent by GMC in tokens>

In order to manage messages, setup a user with the "GMC Manager" access rights.

To use this module, you need to:

  • Go to Message Center

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • Compassion Switzerland

This module is part of the CompassionCH/compassion-modules project on GitHub.

You are welcome to contribute.