{
  "name": "Setter Team Weekly Reminder Template",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "weeks",
              "triggerAtDay": [1],
              "triggerAtHour": 9
            }
          ]
        }
      },
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.3,
      "position": [0, 0],
      "id": "c76325c3-7c1a-43a0-990c-382edd431c90",
      "name": "Schedule Trigger"
    },
    {
      "parameters": {
        "resource": "message",
        "guildId": {
          "__rl": true,
          "value": "YOUR_DISCORD_SERVER_ID",
          "mode": "list",
          "cachedResultName": "Your Server Name",
          "cachedResultUrl": "https://discord.com/channels/YOUR_DISCORD_SERVER_ID"
        },
        "channelId": {
          "__rl": true,
          "value": "YOUR_SALES_TEAM_CHANNEL_ID",
          "mode": "list",
          "cachedResultName": "#sales-team",
          "cachedResultUrl": "https://discord.com/channels/YOUR_DISCORD_SERVER_ID/YOUR_SALES_TEAM_CHANNEL_ID"
        },
        "content": "## REMINDER‼️\nThis is a reminder for the setters to fill in their [weekly report](YOUR_FORM_URL) by Sunday, 6 PM @here.\n\nPlease remember that this data will be used to create content ideas to aid the sales team and reduce friction in the sales process!",
        "options": {}
      },
      "type": "n8n-nodes-base.discord",
      "typeVersion": 2,
      "position": [208, 0],
      "id": "8e48a22f-57ea-46bb-8fd0-bd065dd88dd4",
      "name": "Send a message"
    }
  ],
  "pinData": {},
  "connections": {
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "meta": {
    "templateCredsSetupCompleted": false
  }
}
