action clicksend_search_contacts_lists { label: "Search Contacts-Lists" description: "" provider: clicksend method: GET path: "/search/contacts-lists?q={q}" encoding: json input: { type: "object" properties: { q: { type: "string" } } required: ["q"] additionalProperties: false } output: { type: "object" additionalProperties: true } }