Filter contacts in a list
documentedReturn contacts within a list whose names, emails, or companies match the provided keyword.
GET /lists/{list_id}/contacts.json?filter[contact]={keyword}Contactsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://campayn.com/api/v1/lists/{{$list_id}}/contacts.json?filter[contact]={{$keyword}}" \
-X GET \
-H "Authorization: TRUEREST apikey={{CAMPAYN_API_KEY}}" \
-H "Accept: application/json"