Email Registrant
Triggers a transactional email to a registrant. Use this to re-send confirmation emails, send abandoned registration reminders, or notify registrants of modifications or cancellations.
The email content is configured in your Swoogo event’s email templates. This endpoint triggers the sending — it does not customize the email body.
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Path Parameters
The ID of the registrant to send the email to.
26361060
The type of email to trigger. Must be one of: registration_created (confirmation), registration_abandoned (reminder to complete), registration_modified (update notice), registration_cancelled (cancellation notice).
registration_created, registration_abandoned, registration_modified, registration_cancelled "registration_created"
Response
Email triggered successfully.