External REST API on form submissions

Hi Team,

On the form submission (both new record creation or editing existing record), I want to call the external REST API.

I was trying the following URL
https://support.kobotoolbox.org/rest_services.html

But it says “Note that your data is sent to the external server only on creation. Nothing is sent when data is edited.”

When I did testing, the above statement holds true as in only when the new record is created through the form, the external API is triggered and not when the existing record is edited.

Is there any way I can the external API when existing record is edited ?

Regards