I’m setting up an AI chat automation and I want it to send my contacts personalized links. Each contact has a unique ID stored in a dedicated custom field. I want that a link I send has an added parameter that contains unique ID of the contact. Is it possible? How to mention it in the prompt to instruct the AI chat to generate a personalized link? Alternatively, can we just put a link inside a dedicated field in the contact and ask AI to get inside the contact and get the link from there?
Page 1 / 1
Hi,
MAYBE the AI Step isn't the best solution to send customized links, because it can hallucinate sometimes and break the link itself.
I would implement this part as a "traditional” Message node + Button.
And this would be easy if you already have the custom field with the unique ID:
-
Example: just set the link in the button link this →
https://link.com/?param={{TEST_FIELD_1}}
… where {{TEST_FIELD_1}} is your custom field with the unique ID that you insert as variable.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.