Skip to content

Instantly share code, notes, and snippets.

@jerzyn
Last active August 29, 2015 13:57
Show Gist options
  • Save jerzyn/9625426 to your computer and use it in GitHub Desktop.
Save jerzyn/9625426 to your computer and use it in GitHub Desktop.
Webhooks Format
<?xml version="1.0" encoding="UTF-8"?>
<event>
<type>application</type>
<action>updated</action>
<object>
THE APPLICATION OBJECT AS WOULD BE RETURNED BY A GET ON THE ACCOUNT MANAGEMENT
API
</object>
</event>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment