action getgo_register_for_training { label: "Register for Training" description: "Registers one person, identified by a unique email address, for a training. Approval is automatic unless payment or approval is required. The response contains the Confirmation page URL and Join URL for the registrant. NOTE: If some registrants do not receive a confirmation email, the emails could be getting blocked by their email server due to spam filtering or a grey-listing setting." provider: getgo method: POST path: "/organizers/{organizerKey}/trainings/{trainingKey}/registrants" encoding: json output: { type: "object" additionalProperties: true } }