Skip to content

Conversation

@jmurphy45
Copy link

Add this functionality to the class.

POST /search-contacts/contacts
This method allows to search contacts without saving the search. Request body contains a query, structured according to our reference and response is a collection of contacts meeting the criteria.

POST /search-contacts/contacts
This method allows to search contacts without saving the search. Request body contains a query, structured according to our reference and response is a collection of contacts meeting the criteria.
Add search contact search capability
@FreeDirt
Copy link

Hello is it possible to search for a contact with a certain custom field value?

$result = (array)$getresponse->getContacts(array(
'query' => array(
'email' => $email,
'campaignId' => $campaign_id,
'customFieldValues' => $customfield,??
),
'fields' => 'name,email,campaign,fieldname'
));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants