mosescha1972 commented on issue #38420:
URL: https://github.com/apache/superset/issues/38420#issuecomment-4002102980

   When using a proxy server to transform the payload into the Mattermost 
format, I am sending the notification using the “send as text” method.
   
   In this case, the proxy receives request.json, and then constructs the 
payload as:
   
   payload = {
       "text": message
   }
   
   My question is:
   
   How is the value of request.json passed to the proxy server, and how should 
it be mapped correctly to the message variable before constructing the 
Mattermost payload?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to