action clicksend_create_a_new_contact_list { label: "Create a new contact list" description: "" provider: clicksend method: POST path: "/lists" encoding: json input: { type: "object" required: ["list_name"] properties: { list_name: { type: "string" description: "Your contact list name." } } } output: { type: "object" additionalProperties: true } }