How to trigger fusion instantly when new team is created or updated? | Community
Skip to main content
Best answer by Sven-iX

Far as I can see - you can't since the TEAMOB object doesn't allow for event subscriptions. So you'd have to do it manually using Fusion

  1. scenario (run once a day) that finds teams and compares members to existing record
  2. data store where you store team members and date

1 reply

Sven-iX
Sven-iXAccepted solution
New Participant
March 27, 2025

Far as I can see - you can't since the TEAMOB object doesn't allow for event subscriptions. So you'd have to do it manually using Fusion

  1. scenario (run once a day) that finds teams and compares members to existing record
  2. data store where you store team members and date