Skip to content

Instantly share code, notes, and snippets.

@xcommerce-gists
Last active December 17, 2015 14:09
Show Gist options
  • Save xcommerce-gists/5622169 to your computer and use it in GitHub Desktop.
Save xcommerce-gists/5622169 to your computer and use it in GitHub Desktop.
Exposing the webhook: etc/config.xml for Magento extensibility alpha-1
<config>
<global>
<webhook>
<webhooks>
<customer>
<deleted>
<label>Customer Deleted</label>
</deleted>
</customer>
</webhooks>
</webhook>
</global>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment