{
  "key": "decide_optional_addons",
  "title": "Decide on the optional add-ons",
  "variables": {},
  "start": "decide",
  "steps": [
    {
      "id": "decide",
      "owner": "client",
      "instruction": "Two optional add-ons from the proposal \u2014 proceed or decline each.",
      "fields": [
        {
          "key": "promotions_schedule",
          "type": "select",
          "label": "Promotions Schedule",
          "options": [
            "Proceed",
            "Decline"
          ],
          "required": true
        },
        {
          "key": "mailchimp_template",
          "type": "select",
          "label": "Branded Mailchimp Template",
          "options": [
            "Proceed",
            "Decline"
          ],
          "required": true
        }
      ],
      "primary": {
        "label": "Submit decision",
        "to": "team_ack"
      },
      "alternatives": [
        {
          "key": "later",
          "label": "I'll do it later",
          "kind": "flag",
          "tone": "ack"
        },
        {
          "key": "trouble",
          "label": "Having trouble",
          "kind": "flag",
          "tone": "attention"
        }
      ]
    },
    {
      "id": "team_ack",
      "owner": "team",
      "instruction": "Acknowledge so the client sees it landed.",
      "primary": {
        "label": "Noted",
        "to": "$done"
      }
    }
  ]
}
