Configuration Understanding Problem
-
I am trying to connect an API SDK to my site and I am not a developer as such. The problem is trying to figure out what custom logic to put in the fields that I bolded below. If anyone has any experience, feedback or comments, they would be more than welcome as I have exhausted every avenue and there is no support (MIT)!
Process the message * * @param {JSON} message */ const processInternal = (message) => { const data = message.notification.data; // eslint-disable-next-line no-console console.log('Hello, what is your User ID?${data.userId}'); // eslint-disable-next-line no-console console.log('Username: ${data.username}Welcome!); }; module.exports = { process: processInternal };
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Configuration Understanding Problem’ is closed to new replies.