Files
api-specs/idn/beta/schemas/SendTokenRequest.yaml
GitHub Action Bot a5a3d91afb Automated commit 'ISCCOMPLI-834: move 'alerts' from FullCampaign to SlimCampaign (#1497)
* ISCCOMPLI-834: move 'alerts' from FullCampaign to SlimCampaign

* ISCCOMPLI-834: move 'alerts' from FullCampaign to SlimCampaign

* ISCCOMPLI-834: add totalCertifications and completedCertifications

* ISCCOMPLI-834: add integer format

* ISCCOMPLI-834: move created field from Campaign to SlimCampaign' by github action: 7023526642
2023-11-28 19:23:38 +00:00

25 lines
583 B
YAML

type: object
properties:
userAlias:
nullable: false
type: string
description: User alias from table spt_identity field named 'name'
example: will.albin
deliveryType:
nullable: false
type: string
enum:
- SMS_PERSONAL #("sms", "phone")
- VOICE_PERSONAL #("voice", "phone")
- SMS_WORK #("sms", "work")
- VOICE_WORK #("voice","work")
- EMAIL_WORK #("email"L, "email")
- EMAIL_PERSONAL #("email", "personalEmail")
description: Token delivery type
example: "EMAIL_WORK"
required:
- userAlias
- deliveryType