action qualtrics_generate_distribution_links { label: "Generate distribution links" description: "Geneates links for individual distribution" provider: qualtrics method: POST path: "/distributions" encoding: json input: { type: "object" properties: { action: { type: "string" } description: { type: "string" } expirationDate: { type: "string" } linkType: { type: "string" } mailingListId: { type: "string" } surveyId: { type: "string" } } } output: { type: "object" additionalProperties: true } }