POST /api/v1/onboardings/create. It has one recipient and one or more clients. Write access is required to create.
sendToRecipient: true sends immediately. Wallet and subscription are checked before persist. Insufficient funds return 400 and nothing is created. sendToRecipient: false saves a draft.
See Onboarding jobs.
Attributes
uuid
Stable identifier for the job.
string
Job status such as Draft, Sent, or Completed.
uuid
Staff member the job is assigned to.
object
Person who receives the onboarding request (name, email, optional mobile).
array
Clients included in the job. Each row is either an existing
entityKey or a quick-add (type plus name).