action callfire_find_contact_lists { label: "Find contact lists" description: "Searches for all contact lists which are available for the current user. Returns a paged list of contact lists" provider: callfire method: GET path: "/contacts/lists" encoding: json input: { type: "object" properties: { contactCount: { type: "integer" format: "int32" } exactMatch: { type: "boolean" } fields: { type: "string" } limit: { type: "integer" format: "int32" } name: { type: "string" } offset: { type: "integer" format: "int32" } orderBy: { type: "string" } } additionalProperties: false } output: { description: "~" type: "object" } }