action clicksend_search_locations { label: "Search Locations" description: "" provider: clicksend method: GET path: "/post/direct-mail/locations/search/{country}/?q={query}" encoding: json input: { type: "object" properties: { country: { type: "string" } query: { type: "string" } } required: ["country", "query"] additionalProperties: false } output: { type: "object" additionalProperties: true } }