Skip to content

Instantly share code, notes, and snippets.

@dcouto
Created January 13, 2017 12:53
Show Gist options
  • Save dcouto/b77a1707863d4f8b15183e6af0bda82c to your computer and use it in GitHub Desktop.
Save dcouto/b77a1707863d4f8b15183e6af0bda82c to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<events>
<event name="publish:end:remote">
<handler type="MyApp.Publishing.APICaller, MyApp.Publishing" method="CallAPIMethod" />
</event>
</events>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment