[Neos] Hook on publishing pages

Dmitri Pisarev dimaip at gmail.com
Tue Jun 9 17:46:49 CEST 2015


Hey Jan! I do not have the precise answer, but you have two options:
1. Look for related signal
<http://docs.typo3.org/flow/TYPO3FlowDocumentation/TheDefinitiveGuide/PartIII/SignalsAndSlots.html>
in the source code.
2. If it doesn't exist, use AOP
<http://docs.typo3.org/flow/TYPO3FlowDocumentation/TheDefinitiveGuide/PartIII/AspectOrientedProgramming.html>
.

On Tue, 9 Jun 2015 at 17:46 Jan Syring-Lingenfelder <t3-neos at jan-sl.de>
wrote:

> Hi folks,
>
> Is there any way I can call a script or a specific action when new pages
> are published? In particular, I want to do a HTTP POST when pages of a
> specific NodeType are published.
>
> Any thoughts?
>
> --
> warm regards,
> Jan Syring-Lingenfelder
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos
>


More information about the Neos mailing list