action qualtrics_when_aresponse_is_received { label: "Triggers when a response is submitted to a qualtrics survey" description: "Subscribe to response event" provider: qualtrics method: POST path: "/eventsubscriptions/" encoding: json output: { type: "object" properties: { meta: { type: "object" properties: { httpStatus: { type: "string" } requestId: { type: "string" } } } result: { type: "object" properties: { meta: { type: "object" properties: { httpStatus: { type: "string" } } } result: { type: "object" properties: { id: { type: "string" } } } } } } } }