Closed DMZakaria closed 3 years ago
Hi, I don't know if it is a bug or not but getContactByEmailAddress seems not working in my side. It returns the full contacts list.
getContactByEmailAddress
my code :
const email = await mauticConnector.contacts.getContactByEmailAddress( 'email:myemail' );
I tried using postman to call my server directly with/api/contacts?search=myemail and I got the right data
/api/contacts?search=myemail
Mautic: v2.16.2
Thanks in advance
Hi, I don't know if it is a bug or not but
getContactByEmailAddress
seems not working in my side. It returns the full contacts list.my code :
I tried using postman to call my server directly with
/api/contacts?search=myemail
and I got the right dataMautic: v2.16.2
Thanks in advance