From e99fec831a5b460a7b76889f6e390c4d00c22301 Mon Sep 17 00:00:00 2001 From: sreenimedallia Date: Wed, 20 Aug 2025 23:39:26 +0530 Subject: [PATCH] Update contacts GET_list.md added new filter created_at created_at | N | Filter by creation date (may use greater_than() and less_than()) --- contacts/GET_list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contacts/GET_list.md b/contacts/GET_list.md index c9c1f46..31dc1f1 100644 --- a/contacts/GET_list.md +++ b/contacts/GET_list.md @@ -29,6 +29,7 @@ locked_by_source | N | Filter by lock source optin_status | N | Filter by opt-in status query | N | Search contacts by first name, last name, or channel value search_message_bodies | N | When using the 'query' parameter, setting this to true will return any contacts who have sent or received a message containing the query string +created_at | N | Filter by creation date (may use greater_than() and less_than()) ### Sortable Fields * created_at