Your software
My Mautic version is: v4.4.4
My PHP version is: PHP 8.0 (ea-php80)
My Database type and version is: MySQL 5.7.40
Your problem
My problem is: I am sending a campaign Webhook to another app and I want to include a way to track the users. Specifically I want to generate a unique link per user to be able to change them from segment if they click in the link (or do any action). I haven’t found any documentation of how to manually create a link or anything to trigger an action in mautic except by built in functions or apps.
In other words:
- I create a campaign with a segment (with some users in it)
- I create a webhook to another messaging system to trigger a message in this other system
- I run the campaign and each person gets it’s message but that message is not personalized (except by the user name because I added in the webhook the user name tag)
- I want them to click in the included link and when clicking into that link, Mautic will know that user X did a click so it should change of segment in mautic
- Since I can’t personalize a link in the webhook, I don’t know how to create this trigger for mautic and change segments
I am adding an image of how I am managing the webhooks on the campaign
These errors are showing in the log: This is not about an error
Steps I have tried to fix the problem: I am adding a webhook and here is the full line of the text content of the message: “Hello {contactfield=firstname}, this is a test message. https://www.xxxxxxxx.com Please answer the poll”
I want to find a way to identify the user, I thought about a link but is not dynamic when using webhooks


