最近搜索
没有最近搜索
Uninstall ZAF application event
已于 2022年8月10日 发布
I am building a ZAF app that communicates with a backend.
On installation, I want to call an external endpoint that makes my backend aware of the ZD instance.
On un-installing the application, I want to call a different endpoint to tell my backend that this instance is no longer using the application.
Registering the app will cause the backend to periodically poll an external system for each registered instance. If an instance removes the app, I want to ensure the backend isn't still doing that processing.
I think I can accomplish the registration part by using the on_load event. But no idea how to handle removal of the app.
Any suggestions? Thanks in advance.
0
1
1 条评论
Sebastiaan (Sparkly ⭐)
Hey Chuck,
Will this become a paid app (as in; payment through the Zendesk marketplace)? In that case each installation and uninstall will trigger an event in Stripe.
With kind regards,
Sebastiaan
0
登录 to leave a comment.