Skip to main content

Hey everyone,

I want to have zaps integration data in external system (DOMO).
The best thing for me would be sending this data when the user turning the zap ON/OFF
For triggers its quite easy as I can send this data when calling `subscribeHook` but how can I achieve it with creates?
To my understanding we cant use `subscribeHook` over there.