Hi,
I have a web app where I would like to track user action and perform drips based on those.
I had this idea to drive users through stages (I can store them using Mautic API) but, then, found out that stages cannot be used as decisions in campaigns.
Alternatively, I could base drips on page visits. The question here is, how can I generate a page hit using Mautic API ?
Thanks,
D.
Hi,
I have a web app where I would like to track user action and perform drips based on those.
I had this idea to drive users through stages (I can store them using Mautic API) but, then, found out that stages cannot be used as decisions in campaigns.
Alternatively, I could base drips on page visits. The question here is, how can I generate a page hit using Mautic API ?
Thanks,
D.
Answering if anyone else will have same questions - I can mark contacts’ segments using API which means I can:
- add contacts to an action-specific segment using API
- process contacts from a campaign that is segment-based (and e.g. send an email)
Best,
D.