Notification when a project/form is deploied

Could kobotoolbox send a notification to an url when a project is deploied or redeploied ?

Hi @pim_bamatic, unfortunately this is not something we support with the REST Services at the moment, but you can open suggestion at the #feature-wishlist. You can set something up that will poll the asset endpoint (https://{kf_url}/api/v2/assets/{asset_uid}) and look for deployment changes. The asset.has_deployment boolean attribute will be true if deployed, false if not and asset.deployed_versions will provide details for the current and past deployments.

2 Likes