Skip to content

Add contact search functionality to class #24

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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