action contribly_post_form_responses { label: "Submit a response to a form" provider: contribly method: POST path: "/form-responses" encoding: json input: { type: "object" properties: { contribution: { type: "string" } form: { type: "string" } responses: { type: "object" } } } output: { type: "object" properties: { contribution: { type: "string" } date: { type: "string" format: "date-time" } form: { type: "string" } id: { type: "string" } responses: { type: "object" } user: { type: "string" } } } }