Hello,
I want to change the unsubscribe link parameter from “id” to “id2” mass emails.
I’m integrating EspoCRM with an external form made in Grist (we have to and we have no other choice for the moment).
Grist supports pre-filling form fields using URL parameters like “?field=value”, but it uses “id” internally and automatically renames any column named “id” to “id2”.
So it works for every field except "id"...
I know it's also a Grist problem but still I'm asking the question to make the change in Espo.
So Espo generates :
website?entryPoint=unsubscribe&id=68ceebecdde53fd6d
But I need it to be:
website?entryPoint=unsubscribe&id2=68ceebecdde53fd6d
How can I do that ?
Make EspoCRM use “id2” instead of “id” in the unsubscribe link.
Thanks for your help.
P.S : I already tried many gimmicks in Grist without succes, maybe with Espo I'll find a way.
P.P.S : I asked Grok (best LLM for EspoCRM from my experience) but I need to change many files in EspoCRM, so it seems complicated just for a simple thing.
I want to change the unsubscribe link parameter from “id” to “id2” mass emails.
I’m integrating EspoCRM with an external form made in Grist (we have to and we have no other choice for the moment).
Grist supports pre-filling form fields using URL parameters like “?field=value”, but it uses “id” internally and automatically renames any column named “id” to “id2”.
So it works for every field except "id"...
I know it's also a Grist problem but still I'm asking the question to make the change in Espo.
So Espo generates :
website?entryPoint=unsubscribe&id=68ceebecdde53fd6d
But I need it to be:
website?entryPoint=unsubscribe&id2=68ceebecdde53fd6d
How can I do that ?
Make EspoCRM use “id2” instead of “id” in the unsubscribe link.
Thanks for your help.
P.S : I already tried many gimmicks in Grist without succes, maybe with Espo I'll find a way.
P.P.S : I asked Grok (best LLM for EspoCRM from my experience) but I need to change many files in EspoCRM, so it seems complicated just for a simple thing.
