action contribly_get_notifications_contributions_id_preview { label: "get_notifications_contributions_id_preview" provider: contribly method: GET path: "/notifications/contributions/{id}/preview" encoding: json input: { type: "object" properties: { id: { type: "string" } message: { type: "string" } } required: ["id", "message"] additionalProperties: false } output: { type: "object" properties: { email: { type: "string" } html: { type: "string" } subject: { type: "string" } } } }