I’m having my external site. I want to export the users of my site to mautic. So, I decided to do with mautic rest API calls. To create the contact I send the data like
I post this data to the url https://test.mautic.net/api/contacts/new
What the weird thing. The contact is created. But the lastActive fields seem to "null".
Then, what I thought is the lastActive field will not update on contact creation. Hence, I update the same contact using the URL https://test.mautic.net/api/contacts/CONTACTID/edit using "PATCH" call. But again I seen the lastActive is null.
What is the problem? Where I'm going wrong? Is there any bug in mautic API?
e.g. it needs to be a string and in the format shown. Personally, I always use UTC timezone dates (+00:00) but you can try using a timezone relevant to you needs.
I’m having my external site. I want to export the users of my site to mautic. So, I decided to do with mautic rest API calls. To create the contact I send the data like
What the weird thing. The contact is created. But the lastActive fields seem to “null”.
Then, what I thought is the lastActive field will not update on contact creation. Hence, I update the same contact using the URL https://test.mautic.net/api/contacts/CONTACTID/edit using “PATCH” call. But again I seen the lastActive is null.
What is the problem? Where I’m going wrong? Is there any bug in mautic API?
Hey @Sivananda Perumal what version of Mautic are you using? The reason I ask, is because I fixed that bug in January and it was included in release 2.6.