Skip to content

Instantly share code, notes, and snippets.

@ardeearam
Created April 7, 2015 02:39
Show Gist options
  • Save ardeearam/3fd500395bcd6232da8c to your computer and use it in GitHub Desktop.
Save ardeearam/3fd500395bcd6232da8c to your computer and use it in GitHub Desktop.
def sns
logger.debug request.raw_post
request_json = JSON.parse(request.raw_post, {symbolize_names: true})
subscribe_url = request_json[:SubscribeURL]
logger.debug subscribe_url
#Fire up your favorite REST or CURL client, and visit subscribe_url
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment