How to write my own version of `rootProperty` postReceive functoin?

Describe the issue/error/question

I want to write my own copy of rootProperty postReceive function. But cannot do it.
Where is the code of original rootProperty function?

Hi @rostamiani, are you working on a custom node here? If so, perhaps @marcus can help with this one :slight_smile:

1 Like

Hi @rostamiani,
the post receive actions are implemented in RoutingNode.ts. If you want to add another function here it would require changes to n8n itself to make it available to nodes.

As an alternative for custom node development you could implement a postReceive function in the node itself. Here is an example how the Google Ads node is implementing this function.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.