Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save icebreaker/fb7c6dcbaa564faaaf7fe1a0744c8bce to your computer and use it in GitHub Desktop.
Save icebreaker/fb7c6dcbaa564faaaf7fe1a0744c8bce 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