Hey guys- I’m using the freeform_module_insert_end hook hook for an extension and looks like $entry_id is blank. Think it either needs to be defined again post insert or switch to
$edata = $EXT->call_extension('freeform_module_insert_end', $fields, $this->entry_id, $msg);
I love that there are hooks, though!
