{
  "name": "Raynet → Slack: Notifikace z CRM",
  "description": "Okamžité notifikace z Raynet CRM do Slacku. Nové leady, změny v pipeline, připomínky.",
  "platform": "make",
  "version": "2.0.0",
  "updated": "2026-01-21",
  "estimated_time": "20 minut",
  "difficulty": "Středně obtížné",
  "tags": ["crm", "notifications", "slack"],
  "triggers": [
    {
      "type": "webhook",
      "service": "raynet",
      "event": "lead_updated",
      "description": "Lead created or updated in Raynet"
    }
  ],
  "actions": [
    {
      "step": 1,
      "service": "slack",
      "action": "send_message",
      "channel": "#sales-notifications",
      "description": "Send notification to Slack channel"
    }
  ],
  "connections": {
    "raynet": {
      "auth_type": "api_token",
      "required_fields": ["api_token", "instance_url"],
      "setup_url": "https://www.raynet.cz/api/"
    },
    "slack": {
      "auth_type": "webhook",
      "required_fields": ["webhook_url"],
      "setup_url": "https://api.slack.com/messaging/webhooks"
    }
  ],
  "field_mapping": {
    "lead_name": "title",
    "stage": "stage_name",
    "owner": "owner_name",
    "priority": "priority"
  },
  "instructions": [
    "Vytvořte Slack workspace a kanál pro notifikace",
    "Získejte Slack Webhook URL",
    "Vytvořte API token v Raynet",
    "Importujte blueprint do Make.com",
    "Připojte Raynet a Slack",
    "Nastavte filtry pro notifikace",
    "Otestujte a zapněte"
  ],
  "prerequisites": [
    "Raynet CRM účet",
    "Slack workspace",
    "Webhook URL ze Slacku",
    "Raynet API přístup"
  ]
}
