Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rest Api to register contact events #97

Closed
Siva-93 opened this issue Mar 16, 2017 · 1 comment
Closed

Rest Api to register contact events #97

Siva-93 opened this issue Mar 16, 2017 · 1 comment

Comments

@Siva-93
Copy link

Siva-93 commented Mar 16, 2017

Hi,

I'm very new to mautic. I want to know about rest api's of Mautic. So, I have a website. If user logs into my website mean, I'll create one account in Mautic. However, I've successfully created the account using rest API. If the same user logs into my site I want to register some events associated with that contact.

Is there any possibility to do with Mautic Rest Api's?

@escopecz
Copy link
Sponsor Member

There are 2 ways to do this:

  1. Use a fake form submission which can have its own form actions (standalone form) or use it in a campaign (campaign form). There is no need to use API for this.
  2. Use the API to create a contact and then add her/him to a campaign (or to a segment which is source of a campaign) where she/he could to through the decisions and actions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants