Created
December 12, 2011 07:54
-
-
Save nicholasareed/1465767 to your computer and use it in GitHub Desktop.
Pseudo Code Sample for Simple Integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Do POST Authentication (see Important Notes in Docs) | |
Raw_Post = Get POST body | |
Post = Decode Raw_Post using JSON decoder | |
Sender_Email = Post -> from_address | |
Dictionary = DictionaryObject (Hello = Sender_Email ) | |
Set the Header to: Content-Type: application/json | |
EncodedResponse = JSON encode Dictionary | |
Print EncodedResponse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment