Webhook for receive comments & messsages

<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

Not sure if Facebook Graph allows customization for updates. However you can add a Filter node and configure it to keep only messages and comments. Check for unique identifiers for each webhook call(message, comment, reaction etc.) there must be a field you can use to filter.

1 Like

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.

1 Like

great, i was added a filter, but once webhook receive any updates n8n calculate an execution so it will make the program costs increase

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