We have a need to resend a webhook post request for every entry in a form (probably about 500-600 entries).
Can I use gfapi::get_entries to get all the entries, and then can gform_after_update_entry
be used to loop through the entries and call the webhook for each one?
I do not need to update the entry manually which from the documentation on gform_after_update_entry
means this may not work, is that indeed true?
Is there any other way that this could be done programmatically?