Basic Information

appmixer.intercom.core.FindContacts

1.0.0

Public

Search for multiple contacts by the value of their attributes. Use a JSON query object to define your filters. See Intercom API documentation for query structure examples. Please note that the changes made using the Intercom API are not reflected in real time.

Input Ports

in

FieldTypeDescription
Query (JSON) textarea JSON query object to search contacts. Example: {"field": "email", "operator": "=", "value": "joe@example.com"}. See Intercom API documentation for full query structure.
Output Type select Choose whether you want to receive the result set as one complete list, or first item only or one item at a time or stream the items to a file.

Output Ports

out

notFound

FieldTypeDescription
No fields defined for this port

Full Metadata