Skip to content

[Bug Report: API Field Missing] Contact Search DND Settings #279

Description

@i-am-rad

🐛 Describe the Bug

The private API has the following DND smart list filters for contact searches. But they are not available on the public contact search api. It returns a 400 invalid field.

{
  "field": "dnd_settings.Email.status",
  "operator": "not_eq",
  "value": "true"
}

{
  "field": "dnd_settings.SMS.status",
  "operator": "not_eq",
  "value": "true"
}
{
  "field": "dnd_settings.Call.status",
  "operator": "not_eq",
  "value": "true"
}

📍 API Endpoint

/contacts/search

✅ Expected Behavior

Add the missing filters so we can properly search/filter DND on a contact search.

💻 Screenshots or Code Samples

No response

Product Area

contacts

📋 Use Case

Search for contacts that are not DNDed based on dnd category. Currently the publicly documented DND search filter only covers contacts with DND-All set which is not good enough.

🚨 Why Should This Be Prioritized?

Better integrations and search filters comparable to the smart list api.

🧠 Additional Context

No response

Metadata

Metadata

Labels

bug-missing-api-fieldSomething isn't working in the Highlevel API or fields are missing in the API Endpoints.contactsprocessed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions