Trigger to update Lead list data

Hey I’m stuck at a point in mautic.

I’m applying mautic on a QnA Platform of students and professionals. What I want to do is ’ When a student ask a question I want to trigger a personalized email containing question url and question title to all the professionals on the platform. ’ , but I’m stuck because to send personalized email to professionals their lead fields should also be updated with same question url and question title.



So, is their anyway to update a lead list (list of professionals) datafields automatically whenever a lead (student) datafield gets updated.

PS.: I’m using Tracking Pixel Query to update leads.

Hey I’m stuck at a point in mautic.
I’m applying mautic on a QnA Platform of students and professionals. What I want to do is ’ When a student ask a question I want to trigger a personalized email containing question url and question title to all the professionals on the platform. ’ , but I’m stuck because to send personalized email to professionals their lead fields should also be updated with same question url and question title.

So, is their anyway to update a lead list (list of professionals) datafields automatically whenever a lead (student) datafield gets updated.
PS.: I’m using Tracking Pixel Query to update leads.

@escopecz

I didn’t find any mention in the documentation:
https://www.mautic.org/docs/leads/lead_monitoring.html

nor in the code:
https://github.com/mautic/mautic/blob/staging/app/bundles/PageBundle/Model/PageModel.php#L337

Maybe try to build your functionality with the form field conditions in the Campaign Builder.