Form Data to Webhook: config_path?

I want to use a single webhook handler on make.com to process form data from Elements forms on two different websites. Is the config_path value that Elements generates unique to each form? Unique to each website? Does it ever change (if I change hosts, for example)?

unique for each form, however, it can change so you should not rely on it for identifying the form.

Thanks, @ben . In that case, I’ll create two different handlers.