Basic Example

{
  "type": "wizard_step",
  "nextButtonText": "sample-nextButtonText",
  "acknowledgementText": "sample-acknowledgementText",
  "elements": []
}

Properties

type
string
required
Identifies this as a wizard step blockMust be wizard_step
nextButtonText
string
required
Optional custom text for the next/continue button
acknowledgementText
string
required
Optional text for an acknowledgement checkbox that must be checked before proceeding
elements
array
required
Array of block elements contained within this wizard step

Usage Notes

  • This element is part of the BlockKit system for building dynamic user interfaces
  • All properties marked as (required) must be included in your JSON structure
  • Optional properties can be omitted and will use their default values when applicable