<Hey! I make a webhook to receive facebook messages and comments, the problem that the webhook also receive likes , shares & comment react, how can i ignore likes , shares & comment react
Add a Filter node after the trigger to process only the items you want. For example, you can filter for items where the event type is “comment” or “message” and ignore others.
Feed seems to include all that events.
great, i was added a filter, but once webhook receive any updates n8n calculate an execution so it will make the program costs increase
