More Plutio Triggers
Status: Closed · Asked by ryanb4614 on · 0 views
Are there plans to add more Plutio triggers? All other competitors have several triggers. We only have watch notifications.
Are there plans to add more Plutio triggers? All other competitors have several triggers. We only have watch notifications.
If you want to request for updating any existing integrations with triggers or action, please send us the request here and upvote it - https://pabbly.hellonext.co/b/Update-Existing-Application
By "Watch Notifications" you can set triggers for projects, proposals and many more.
You just need to add webhook of Watch Notifications in Plutio and select trigger events -


By "Watch Notifications" you can set triggers for projects, proposals and many more.You just need to add webhook of Watch Notifications in Plutio and select trigger events -
Any idea on how to set it to trigger when a specific task is generated in plutio? For instance a task with name "Blah" in "ProjectA" is made.
Then you need to use routers (or filters if it's just 1).
In the router yoy can filter on task.create AND Name And ProjectID (last 1 you need to have the projectid because in tasks triggers only projectid will be shown)