How to send a message from a different system (3rd party application) and show it in a user dashboard, any example code or help would be appreciated.

Comments

heshanlk created an issue.

Anonymous’s picture

you can do a plain old POST to a drupal module endpoint, then use the nodejs module functions for publishing messages to channels from there.

heshanlk’s picture

Nice, is there anyway we can send that directly to the Node.js server? I know the authentications would be tough anything else might be blocking in doing that?

heshanlk’s picture

Anybody know how to send a direct message to the Node.js server and show that in Drupal, I just want to avoid bootstrapping Drupal.