-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Description
Hi, im using the develop branch of docker rocket chat, i want to integrate with the Amazon SNS incoming weebhook so that for a special topic SNS broadcast the message to rocket and then rocket will initmate to my team members. The problem here is amazon is sending the data but im unable to see the data in request object of incoming script but i see the headers are present. Im checking the data is present or not by consoleing the request object
request.headers have the data but request.content & request.content_raw is {}.
Reactions are currently unavailable