invites_create
POST /invites — Send an invite
Send a referral invite to someone. The server queues a templated email (delivered via a background task) that points the invitee at the apply flow with you pre-credited as the referrer. The created invite shows up in GET /invites immediately at status new.
⚠️ WRITE operation: this mutates your DC account data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Invitee email address. Where the invite email is sent. | ||
| whyDC | No | Optional. Short note about why they would be a good fit for DC — surfaces in the admin review queue if the application reaches it. | |
| fullName | Yes | Invitee full name. Used in the email greeting + matched against existing applications for dedup. |