Tool
waitlist_invites_send
Send waitlist invites.
Send invite emails to waitlist signups. Provide an explicit email list and/or a filter over signups (by status or email prefix). Set force to resend when a live invite token already exists.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| emails | array | — | Explicit recipient emails. Combined with filter if both are given. |
| filter | object | — | Selection filter over signups: { q (email prefix), status }. |
| force | boolean | — | Resend even when a live invite token already exists. default: false |
Try it
Invite all pending waitlist signups.