{"id":12137,"date":"2026-05-21T22:59:06","date_gmt":"2026-05-21T22:59:06","guid":{"rendered":"https:\/\/zappysys.com\/blog\/?p=12137"},"modified":"2026-05-22T01:23:00","modified_gmt":"2026-05-22T01:23:00","slug":"ssis-tutorial-how-to-get-data-from-monday-com","status":"publish","type":"post","link":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-get-data-from-monday-com\/","title":{"rendered":"SSIS tutorial: How to get data from Monday.com"},"content":{"rendered":"<p><!-- Introduction --><\/p>\n<h2>Introduction<\/h2>\n<p class=\"intro-text\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-logo.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-12149 size-thumbnail alignleft\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-logo-150x150.png\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-logo-150x150.png 150w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-logo.png 200w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>Monday.com is a work operating system that provides a powerful GraphQL API for accessing boards, items, users, groups, and activity data. In this tutorial, you will learn how to connect monday.com to SQL Server Integration Services (SSIS) using Zappysys connectors and extract data without writing custom code.<\/p>\n<p class=\"intro-text\">Because monday.com API uses GraphQL over HTTP, we will configure a token-based HTTP connection and send POST requests from the ZS JSON Source. This approach gives you a repeatable ETL pattern for loading monday.com data into SQL Server tables for reporting, analytics, and automation.<\/p>\n<p><!-- Prerequisites --><\/p>\n<h2><\/h2>\n<h2>Prerequisites<\/h2>\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) is installed.<\/li>\n<li>You have a monday.com account with permission to create API tokens and access boards.<\/li>\n<li>ZappySys <a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\" target=\"_blank\" rel=\"noopener\">SSIS PowerPack<\/a> is installed.<\/li>\n<\/ol>\n<p><!-- Steps --><\/p>\n<h2>Steps<\/h2>\n<h3>Generate a Monday.com API token<\/h3>\n<ol>\n<li>Sign in to your<a href=\"http:\/\/www.monday.com\/\"> monday.com account<\/a>.<\/li>\n<li>Open your profile menu and go to <strong>Admin<\/strong> (or <strong>Developers,<\/strong> based on your plan).<\/li>\n<li>Navigate to <b>Connection <\/b>and click <b>Personal API token <\/b>settings.<\/li>\n<li>Create a new API token (personal or app).<\/li>\n<li>Copy the token and store it securely.\n<div id=\"attachment_12142\" style=\"width: 1932px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-create-token.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-12142\" class=\"size-full wp-image-12142\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-create-token.png\" alt=\"\" width=\"1922\" height=\"444\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-create-token.png 1922w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-create-token-300x69.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-create-token-1024x237.png 1024w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-create-token-768x177.png 768w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-create-token-1536x355.png 1536w\" sizes=\"(max-width: 1922px) 100vw, 1922px\" \/><\/a><p id=\"caption-attachment-12142\" class=\"wp-caption-text\">Monday &#8211; create token<\/p><\/div><\/li>\n<\/ol>\n<h3>Create an HTTP connection in SSIS<\/h3>\n<ol>\n<li>Create or open your SSIS project and package.<\/li>\n<li>In <strong>Connection Managers<\/strong>, right-click and choose <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>Enter the following URL: <code>https:\/\/api.monday.com\/v2<\/code><\/li>\n<li>Set <strong>Credentials Type<\/strong> to <strong>Static token\/API key<\/strong>.<\/li>\n<li>Paste your monday.com API token in the token value field.<\/li>\n<li><strong>OAuth header Name<\/strong>: <code>Authorization<\/code><\/li>\n<li><strong>OAuth Scheme<\/strong>: <code>none<\/code> (monday.com expects the raw token in the Authorisation header)<\/li>\n<li>Click \u00a0<strong>OK <\/strong>to save the configuration.\n<div id=\"attachment_12143\" style=\"width: 738px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-HTTP-connection.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-12143\" class=\"size-full wp-image-12143\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-HTTP-connection.png\" alt=\"\" width=\"728\" height=\"543\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-HTTP-connection.png 728w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-HTTP-connection-300x224.png 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" \/><\/a><p id=\"caption-attachment-12143\" class=\"wp-caption-text\">Monday &#8211; HTTP connection<\/p><\/div><\/li>\n<\/ol>\n<h3>Create and configure the ZS JSON Source for Monday.com GraphQL<\/h3>\n<ol>\n<li>Drag and drop a <strong>Data Flow Task<\/strong> into the Control Flow, then open it.\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>In Data Flow, drag and drop the <a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/ssis-json-file-source\/\"><strong>ZS JSON Source<\/strong><\/a>.\n<div id=\"attachment_11533\" style=\"width: 553px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2015\/09\/ssis-json-source-adapter-drag.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11533\" class=\"size-full wp-image-11533\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2015\/09\/ssis-json-source-adapter-drag.png\" alt=\"\" width=\"543\" height=\"146\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2015\/09\/ssis-json-source-adapter-drag.png 543w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2015\/09\/ssis-json-source-adapter-drag-300x81.png 300w\" sizes=\"(max-width: 543px) 100vw, 543px\" \/><\/a><p id=\"caption-attachment-11533\" class=\"wp-caption-text\">SSIS JSON Source &#8211; Drag and Drop<\/p><\/div><\/li>\n<li>Open the JSON Source editor and enable <strong>Use credentials<\/strong>.<\/li>\n<li>Select the monday.com HTTP connection you created earlier.<\/li>\n<li>Set <strong>URL<\/strong> to:\n<pre class=\"lang:default decode:true\">https:\/\/api.monday.com\/v2<\/pre>\n<\/li>\n<li>Set <strong>HTTP Request Method<\/strong> to <strong>POST<\/strong>.<\/li>\n<li>Set <strong>Body content type<\/strong> to <strong>JSON (application\/json)<\/strong>.<\/li>\n<li>Use this GraphQL body to retrieve boards:\n<pre class=\"lang:default decode:true \">{\r\n  \"query\": \"query { boards { id name } }\"\r\n}<\/pre>\n<\/li>\n<li>Set <strong>JSON Path Filter<\/strong> to:\n<pre class=\"lang:default decode:true\">$.data.boards[*]<\/pre>\n<\/li>\n<li>Click <strong>Preview<\/strong> to confirm rows are returned, then click <strong>OK <\/strong>to save the configuration.\n<div id=\"attachment_12144\" style=\"width: 838px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-JSON-Source.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-12144\" class=\"size-full wp-image-12144\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-JSON-Source.png\" alt=\"\" width=\"828\" height=\"886\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-JSON-Source.png 828w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-JSON-Source-280x300.png 280w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-JSON-Source-768x822.png 768w\" sizes=\"(max-width: 828px) 100vw, 828px\" \/><\/a><p id=\"caption-attachment-12144\" class=\"wp-caption-text\">Monday &#8211; JSON Source<\/p><\/div><\/li>\n<\/ol>\n<h3>Optional: Load board items instead of board metadata<\/h3>\n<ol>\n<li>Replace the body with a query that returns items from a board:\n<div>\n<pre class=\"lang:default decode:true\">{\r\n\u00a0 \u00a0 \"query\": \"query { boards(ids: 1234567890) { id name items_page(limit: 100) { items { id name created_at updated_at } } } }\"\r\n}<\/pre>\n<\/div>\n<\/li>\n<li>Replace <code>1234567890<\/code> with your real board ID.<\/li>\n<li>Use JSON Path Filter:\n<pre class=\"lang:default decode:true\">$.data.boards[*].items_page.items[*]<\/pre>\n<\/li>\n<\/ol>\n<h3>Configure the destination and run the package<\/h3>\n<ol>\n<li>Drag and drop a destination component (such as <strong>OLE DB Destination<\/strong>, <strong>Flat File Destination<\/strong>, or <strong>Trash Destination<\/strong>) into the Data Flow.<\/li>\n<li>Connect the output arrow from the JSON Source component to the destination component.<\/li>\n<li>Double-click the destination component to open its configuration dialogue.<\/li>\n<li>Configure the destination to point to your target table or file where Monday data will be stored.<\/li>\n<li>In the <strong>Mappings<\/strong> section, map the columns from the JSON response to the corresponding 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\">Monday &#8211; Final Result<\/p><\/div>\n<div class=\"mceTemp\"><\/div>\n<\/li>\n<\/ol>\n<p><!-- Conclusion --><\/p>\n<h2>Conclusion<\/h2>\n<p class=\"intro-text\">You now have a working SSIS integration pattern for monday.com using Zappysys HTTP + JSON Source components. By sending GraphQL POST requests to the monday.com API endpoint, you can extract boards, items, users, and more into SQL Server without writing custom scripts.<\/p>\n<p>Explore the full capabilities of the <a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\" target=\"_blank\" rel=\"noopener\">ZappySys SSIS PowerPack<\/a> to optimise 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<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 Monday.com is a work operating system that provides a powerful GraphQL API for accessing boards, items, users, groups, and activity data. In this tutorial, you will learn how to connect monday.com to SQL Server Integration Services (SSIS) using Zappysys connectors and extract data without writing custom code. Because monday.com API uses GraphQL over HTTP, [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":12149,"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 get data from Monday.com | ZappySys Blog<\/title>\r\n<meta name=\"description\" content=\"SSIS tutorial: How to get data from Monday.com - 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-get-data-from-monday-com\/\" \/>\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 get data from Monday.com | ZappySys Blog\" \/>\r\n<meta property=\"og:description\" content=\"SSIS tutorial: How to get data from Monday.com - ZappySys Blog\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-get-data-from-monday-com\/\" \/>\r\n<meta property=\"og:site_name\" content=\"ZappySys Blog\" \/>\r\n<meta property=\"article:published_time\" content=\"2026-05-21T22:59:06+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2026-05-22T01:23:00+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-logo.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"200\" \/>\r\n\t<meta property=\"og:image:height\" content=\"200\" \/>\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-get-data-from-monday-com\/\",\"url\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-get-data-from-monday-com\/\",\"name\":\"SSIS tutorial: How to get data from Monday.com | ZappySys Blog\",\"isPartOf\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-get-data-from-monday-com\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-get-data-from-monday-com\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-logo.png\",\"datePublished\":\"2026-05-21T22:59:06+00:00\",\"dateModified\":\"2026-05-22T01:23:00+00:00\",\"author\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/91b041e2dcf7ece5f068893c1a68ac6e\"},\"description\":\"SSIS tutorial: How to get data from Monday.com - ZappySys Blog\",\"breadcrumb\":{\"@id\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-get-data-from-monday-com\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-get-data-from-monday-com\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-get-data-from-monday-com\/#primaryimage\",\"url\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-logo.png\",\"contentUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-logo.png\",\"width\":200,\"height\":200},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-get-data-from-monday-com\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zappysys.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SSIS tutorial: How to get data from Monday.com\"}]},{\"@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 get data from Monday.com | ZappySys Blog","description":"SSIS tutorial: How to get data from Monday.com - 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-get-data-from-monday-com\/","og_locale":"en_US","og_type":"article","og_title":"SSIS tutorial: How to get data from Monday.com | ZappySys Blog","og_description":"SSIS tutorial: How to get data from Monday.com - ZappySys Blog","og_url":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-get-data-from-monday-com\/","og_site_name":"ZappySys Blog","article_published_time":"2026-05-21T22:59:06+00:00","article_modified_time":"2026-05-22T01:23:00+00:00","og_image":[{"width":200,"height":200,"url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-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-get-data-from-monday-com\/","url":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-get-data-from-monday-com\/","name":"SSIS tutorial: How to get data from Monday.com | ZappySys Blog","isPartOf":{"@id":"https:\/\/zappysys.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-get-data-from-monday-com\/#primaryimage"},"image":{"@id":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-get-data-from-monday-com\/#primaryimage"},"thumbnailUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-logo.png","datePublished":"2026-05-21T22:59:06+00:00","dateModified":"2026-05-22T01:23:00+00:00","author":{"@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/91b041e2dcf7ece5f068893c1a68ac6e"},"description":"SSIS tutorial: How to get data from Monday.com - ZappySys Blog","breadcrumb":{"@id":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-get-data-from-monday-com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-get-data-from-monday-com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-get-data-from-monday-com\/#primaryimage","url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-logo.png","contentUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/05\/Monday-logo.png","width":200,"height":200},{"@type":"BreadcrumbList","@id":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-to-get-data-from-monday-com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zappysys.com\/blog\/"},{"@type":"ListItem","position":2,"name":"SSIS tutorial: How to get data from Monday.com"}]},{"@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\/12137"}],"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=12137"}],"version-history":[{"count":5,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/12137\/revisions"}],"predecessor-version":[{"id":12147,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/12137\/revisions\/12147"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media\/12149"}],"wp:attachment":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media?parent=12137"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/categories?post=12137"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/tags?post=12137"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}