Plutio trigger for Task Edit is wrong

Nexify

Member
I created an intergration with plutio . In Plutio I select task.edit and it gives me a webhook which I add to Pabbly. So far so good, data is coming in.
The data coming in is actually for project.edit. Where is the issue? Pabbly's side or Plutio?
 
Last edited:
P

Pabblymember11

Guest
Hey @GroeiGarage

The Plutio: Plutio Notification trigger event is a webhook-based trigger event that only receives the data once send by the application only.

So, it seems like you might have subscribed to the multiple triggering events or Plutio could be sending the data with different trigger events to your workflow.

As a solution, we would recommend you use the Filter action step and select the events for which you want to process the data in your workflow.

E.g. -

1665725732737.png
 
Top