{"id":11985,"date":"2026-04-15T00:17:49","date_gmt":"2026-04-15T00:17:49","guid":{"rendered":"https:\/\/zappysys.com\/blog\/?p=11985"},"modified":"2026-04-16T17:36:00","modified_gmt":"2026-04-16T17:36:00","slug":"ssis-tutorial-how-to-claude-to-ssis","status":"publish","type":"post","link":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/","title":{"rendered":"SSIS Tutorial: How to connect Claude to SSIS"},"content":{"rendered":"<p><!-- Introduction --><\/p>\n<h2>Introduction<\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-zappysys alignleft\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-ai-logo.png\" alt=\"Cloud.IA\" width=\"88\" height=\"88\" \/><\/p>\n<p class=\"intro-text\">Claude is a powerful cloud-native intelligence and automation platform that offers REST APIs for accessing AI models, data processing pipelines, and automation workflows. In this guide, we will demonstrate how to connect Zappysys SSIS connectors to the Claude using API key authentication.<\/p>\n<p class=\"intro-text\">Whether you are using Claude for intelligent document processing, data enrichment, or automated workflows, you will learn how to configure SSIS integration without writing custom code. Zappysys handles all the complexity, allowing you to focus on building ETL workflows.<\/p>\n<p><!-- Prerequisites --><\/p>\n<h2>Prerequisites<\/h2>\n<ol>\n<li style=\"list-style-type: none;\">\n<ol>\n<li>SQL Server Integration Services (SSIS) is installed.<\/li>\n<li>Visual Studio with SSIS extension or SQL Server Data Tools (SSDT).<\/li>\n<li>Claude.IA account with API access enabled.<\/li>\n<li>Finally, do not forget to install\u00a0ZappySys\u00a0<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\" target=\"_blank\" rel=\"noopener\">SSIS PowerPack.<\/a><\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<p><!-- Steps --><\/p>\n<h2>Steps<\/h2>\n<h3>Generate an API Key in Claude<\/h3>\n<ol>\n<li>Log in to your<a href=\"https:\/\/platform.claude.com\/settings\/organization\"> Claude.IA account settings.<\/a><\/li>\n<li>Navigate to <strong>Settings<\/strong> &gt; <strong>API Keys<\/strong>.<\/li>\n<li>Click <strong>Create Key<\/strong>.<\/li>\n<li>Enter the workspace name (optional).<\/li>\n<li>Enter a descriptive name for the API key.<\/li>\n<li><span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Press\u00a0<strong>Add<\/strong><strong>\u00a0<\/strong>to generate the token Key.<\/span><\/li>\n<li>Save the API key in a secure location; you won&#8217;t be able to view it again.\n<div id=\"attachment_11988\" style=\"width: 1812px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-Generate-Token.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11988\" class=\"size-full wp-image-11988\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-Generate-Token.png\" alt=\"\" width=\"1802\" height=\"635\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-Generate-Token.png 1802w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-Generate-Token-300x106.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-Generate-Token-1024x361.png 1024w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-Generate-Token-768x271.png 768w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-Generate-Token-1536x541.png 1536w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-Generate-Token-1080x380.png 1080w\" sizes=\"(max-width: 1802px) 100vw, 1802px\" \/><\/a><p id=\"caption-attachment-11988\" class=\"wp-caption-text\">Claude &#8211; Generate Token<\/p><\/div><\/li>\n<li><strong>Set Up Billing<\/strong> (required): add a payment method via the <a href=\"https:\/\/platform.claude.com\/settings\/billing\">Billing Settings page<\/a>.<\/li>\n<\/ol>\n<h3>Create Zappysys Connection in SSIS<\/h3>\n<ol>\n<li>Create or select your SSIS project and open the package.<\/li>\n<li>Right-click in the <strong>Connection Managers<\/strong> pane and select <strong>New Connection&#8230;<\/strong><\/li>\n<li>Select <strong>ZS-HTTP<\/strong> from the SSIS connectors list\n<div id=\"attachment_11989\" style=\"width: 1035px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Create-a-new-HTTP-connection.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11989\" class=\"size-full wp-image-11989\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Create-a-new-HTTP-connection.png\" alt=\"\" width=\"1025\" height=\"447\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Create-a-new-HTTP-connection.png 1025w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Create-a-new-HTTP-connection-300x131.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Create-a-new-HTTP-connection-768x335.png 768w\" sizes=\"(max-width: 1025px) 100vw, 1025px\" \/><\/a><p id=\"caption-attachment-11989\" class=\"wp-caption-text\">Create a new HTTP connection<\/p><\/div><\/li>\n<li>In <strong>Credentials Type<\/strong>, select <strong>Static token\/API key.<\/strong><\/li>\n<li>Enter the API key from the previous step.<\/li>\n<li>The API documentation requires sending the token in the header with this format: <code>x-api-key: API_KEY<\/code>\n<ol style=\"list-style-type: lower-alpha;\">\n<li>In the <strong>OAuth header Name<\/strong>, we will use <strong>x-api-key<\/strong><\/li>\n<li>For the <strong>OAuth Scheme<\/strong>, set to <strong>none<\/strong><\/li>\n<\/ol>\n<\/li>\n<li>Click <b>OK <\/b>to save the settings.\n<div id=\"attachment_11990\" style=\"width: 738px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-HTTP-connection.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11990\" class=\"size-full wp-image-11990\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-HTTP-connection.png\" alt=\"\" width=\"728\" height=\"534\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-HTTP-connection.png 728w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-HTTP-connection-300x220.png 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" \/><\/a><p id=\"caption-attachment-11990\" class=\"wp-caption-text\">Claude &#8211; HTTP connection<\/p><\/div><\/li>\n<\/ol>\n<h3>Create and Configure the JSON source<\/h3>\n<ol>\n<li style=\"list-style-type: none;\">\n<ol>\n<li>In your SSIS package, drag and drop a <strong>Data Flow Task<\/strong> from the Toolbox into the Control Flow.\n<div id=\"attachment_11784\" style=\"width: 485px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/02\/Drag-and-drop-Data-flow.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11784\" class=\"size-full wp-image-11784\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/02\/Drag-and-drop-Data-flow.png\" alt=\"\" width=\"475\" height=\"178\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/02\/Drag-and-drop-Data-flow.png 475w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/02\/Drag-and-drop-Data-flow-300x112.png 300w\" sizes=\"(max-width: 475px) 100vw, 475px\" \/><\/a><p id=\"caption-attachment-11784\" class=\"wp-caption-text\">Drag and drop Data flow<\/p><\/div><\/li>\n<li>Double-click the Data Flow Task to enter the Data Flow tab.<\/li>\n<li>In the Data Flow, drag and drop a <a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/ssis-json-file-source\/\"><strong>ZS JSON Source<\/strong><\/a> component from the Toolbox.<\/li>\n<li>Double-click the <a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/ssis-json-file-source\/\"><strong>JSON Source<\/strong><\/a> to open its editor.<\/li>\n<li>Enable<strong> Use credentials,<\/strong> then select your Claude HTTP connection from the connection list dropdown.<\/li>\n<li>Enter the following URL:\n<pre class=\"lang:default decode:true \">https:\/\/api.anthropic.com\/v1\/messages<\/pre>\n<\/li>\n<li>Select <strong>POST<\/strong> as an <strong>HTTP Request Method<\/strong><\/li>\n<li>Inside the header, add: <span class=\"lang:default decode:true crayon-inline\">anthropic-version: 2023-06-01<\/span><\/li>\n<li>In the<strong> Body content type, <\/strong>select\u00a0 <span class=\"lang:default decode:true crayon-inline\">JSON(application\/json)<\/span><\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<ol>\n<li>Use this as the body:\n<pre class=\"lang:default decode:true\">{\r\n  \"model\": \"claude-sonnet-4-6\",\r\n  \"max_tokens\": 1024,\r\n  \"messages\": [\r\n    {\r\n      \"role\": \"user\",\r\n      \"content\": \"{YOUR-Message}\"\r\n    }\r\n  ]\r\n}<\/pre>\n<div class=\"mceTemp\"><\/div>\n<\/li>\n<li>Press on <strong>Preview<\/strong> to check the result.<\/li>\n<li>You can use the A<strong>rray filter<\/strong> to get the object you need, and you can use <span class=\"lang:default decode:true crayon-inline \">$.messages[*].content<\/span>\u00a0 to get only the message.<\/li>\n<li>Click <strong>OK<\/strong> to save the configuration.\n<div id=\"attachment_11992\" style=\"width: 838px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-JSON-source-request.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11992\" class=\"size-full wp-image-11992\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-JSON-source-request.png\" alt=\"\" width=\"828\" height=\"896\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-JSON-source-request.png 828w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-JSON-source-request-277x300.png 277w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-JSON-source-request-768x831.png 768w\" sizes=\"(max-width: 828px) 100vw, 828px\" \/><\/a><p id=\"caption-attachment-11992\" class=\"wp-caption-text\">Claude &#8211; JSON source request<\/p><\/div><\/li>\n<\/ol>\n<h3>Configure the Destination<\/h3>\n<ol>\n<li>Drag and drop a destination component (e.g., <strong>Trash destination<\/strong>) into the <strong>Data Flow<\/strong>.<\/li>\n<li>Connect the output arrow from the JSON Source to the destination component.<\/li>\n<li>Double-click the destination component and configure it to point to your target table or file.<\/li>\n<li>Map the columns from the response to the appropriate destination columns<\/li>\n<li>Click <strong>OK<\/strong> to save the destination configuration.<\/li>\n<li>Execute the package and verify that the data extraction is working correctly.\n<div id=\"attachment_11970\" style=\"width: 284px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Jamf-Final-Result.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11970\" class=\"size-full wp-image-11970\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Jamf-Final-Result.png\" alt=\"\" width=\"274\" height=\"260\" \/><\/a><p id=\"caption-attachment-11970\" class=\"wp-caption-text\">Claude &#8211; Final Result<\/p><\/div><\/li>\n<\/ol>\n<p><!-- Conclusion --><\/p>\n<h2>Conclusion<\/h2>\n<p class=\"intro-text\">You now have a secure and reliable connection between Zappysys SSIS and Claude. API Key authentication is simpler to set up with our HTTP connection. With this connection configured, you can build powerful data extraction, transformation, and loading workflows using Claude&#8217;s intelligence and automation capabilities directly from your SSIS packages without writing any custom code.<\/p>\n<p class=\"intro-text\">Explore the full capabilities of the <a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\">ZappySys SSIS PowerPack<\/a> to optimize your data integration tasks. By applying this pattern, you can extend your solution to include additional transformations, data validation, error handling, and scheduling through SQL Server Agent.<\/p>\n<p><!-- References --><\/p>\n<p><!-- Need Help --><\/p>\n<h2>Need Help?<\/h2>\n<p class=\"section-intro\">If you encounter any issues, our support team is here to help:<\/p>\n<ol>\n<li><strong>Live Chat<\/strong> \u2014 Use the chat widget (bottom-right corner of this page)<\/li>\n<li><strong>Email<\/strong> \u2014 support@zappysys.com<\/li>\n<li><strong>Support Center<\/strong> \u2014 Visit the ZappySys Support Portal<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Claude is a powerful cloud-native intelligence and automation platform that offers REST APIs for accessing AI models, data processing pipelines, and automation workflows. In this guide, we will demonstrate how to connect Zappysys SSIS connectors to the Claude using API key authentication. Whether you are using Claude for intelligent document processing, data enrichment, or [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":11987,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>SSIS Tutorial: How to connect Claude to SSIS | ZappySys Blog<\/title>\r\n<meta name=\"description\" content=\"SSIS Tutorial: How to connect Claude to SSIS - ZappySys Blog\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"SSIS Tutorial: How to connect Claude to SSIS | ZappySys Blog\" \/>\r\n<meta property=\"og:description\" content=\"SSIS Tutorial: How to connect Claude to SSIS - ZappySys Blog\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/\" \/>\r\n<meta property=\"og:site_name\" content=\"ZappySys Blog\" \/>\r\n<meta property=\"article:published_time\" content=\"2026-04-15T00:17:49+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2026-04-16T17:36:00+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-ai-logo.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\r\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\r\n<meta name=\"author\" content=\"ZappySys Team\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ZappySys Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/\",\"url\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/\",\"name\":\"SSIS Tutorial: How to connect Claude to SSIS | ZappySys Blog\",\"isPartOf\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-ai-logo.png\",\"datePublished\":\"2026-04-15T00:17:49+00:00\",\"dateModified\":\"2026-04-16T17:36:00+00:00\",\"author\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/91b041e2dcf7ece5f068893c1a68ac6e\"},\"description\":\"SSIS Tutorial: How to connect Claude to SSIS - ZappySys Blog\",\"breadcrumb\":{\"@id\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/#primaryimage\",\"url\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-ai-logo.png\",\"contentUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-ai-logo.png\",\"width\":1024,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zappysys.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SSIS Tutorial: How to connect Claude to SSIS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zappysys.com\/blog\/#website\",\"url\":\"https:\/\/zappysys.com\/blog\/\",\"name\":\"ZappySys Blog\",\"description\":\"SSIS \/ ODBC Drivers \/ API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zappysys.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/91b041e2dcf7ece5f068893c1a68ac6e\",\"name\":\"ZappySys Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/746bec9c9d27f1b90bb181aa516ee234?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/746bec9c9d27f1b90bb181aa516ee234?s=96&d=mm&r=g\",\"caption\":\"ZappySys Team\"},\"sameAs\":[\"https:\/\/zappysys.com\"],\"url\":\"https:\/\/zappysys.com\/blog\/author\/dcalbimonte\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SSIS Tutorial: How to connect Claude to SSIS | ZappySys Blog","description":"SSIS Tutorial: How to connect Claude to SSIS - ZappySys Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/","og_locale":"en_US","og_type":"article","og_title":"SSIS Tutorial: How to connect Claude to SSIS | ZappySys Blog","og_description":"SSIS Tutorial: How to connect Claude to SSIS - ZappySys Blog","og_url":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/","og_site_name":"ZappySys Blog","article_published_time":"2026-04-15T00:17:49+00:00","article_modified_time":"2026-04-16T17:36:00+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-ai-logo.png","type":"image\/png"}],"author":"ZappySys Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ZappySys Team","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/","url":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/","name":"SSIS Tutorial: How to connect Claude to SSIS | ZappySys Blog","isPartOf":{"@id":"https:\/\/zappysys.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/#primaryimage"},"image":{"@id":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/#primaryimage"},"thumbnailUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-ai-logo.png","datePublished":"2026-04-15T00:17:49+00:00","dateModified":"2026-04-16T17:36:00+00:00","author":{"@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/91b041e2dcf7ece5f068893c1a68ac6e"},"description":"SSIS Tutorial: How to connect Claude to SSIS - ZappySys Blog","breadcrumb":{"@id":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/#primaryimage","url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-ai-logo.png","contentUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/04\/Claude-ai-logo.png","width":1024,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-claude-to-ssis\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zappysys.com\/blog\/"},{"@type":"ListItem","position":2,"name":"SSIS Tutorial: How to connect Claude to SSIS"}]},{"@type":"WebSite","@id":"https:\/\/zappysys.com\/blog\/#website","url":"https:\/\/zappysys.com\/blog\/","name":"ZappySys Blog","description":"SSIS \/ ODBC Drivers \/ API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zappysys.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/91b041e2dcf7ece5f068893c1a68ac6e","name":"ZappySys Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/746bec9c9d27f1b90bb181aa516ee234?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/746bec9c9d27f1b90bb181aa516ee234?s=96&d=mm&r=g","caption":"ZappySys Team"},"sameAs":["https:\/\/zappysys.com"],"url":"https:\/\/zappysys.com\/blog\/author\/dcalbimonte\/"}]}},"_links":{"self":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/11985"}],"collection":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/comments?post=11985"}],"version-history":[{"count":7,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/11985\/revisions"}],"predecessor-version":[{"id":12026,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/11985\/revisions\/12026"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media\/11987"}],"wp:attachment":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media?parent=11985"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/categories?post=11985"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/tags?post=11985"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}