{"id":8076,"date":"2019-09-28T09:01:43","date_gmt":"2019-09-28T09:01:43","guid":{"rendered":"https:\/\/zappysys.com\/blog\/?p=8076"},"modified":"2019-10-11T16:40:08","modified_gmt":"2019-10-11T16:40:08","slug":"call-twilio-rest-api-ssis","status":"publish","type":"post","link":"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/","title":{"rendered":"Read data from Twilio API in SSIS"},"content":{"rendered":"<h2><span id=\"Introduction\">Introduction<\/span><\/h2>\n<p><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/Twilio.jpg\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft wp-image-8080 size-thumbnail\" title=\"PayPal\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/Twilio-150x150.jpg\" alt=\"Twilio\" width=\"150\" height=\"150\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/Twilio-150x150.jpg 150w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/Twilio.jpg 300w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>In our previous article we see <a href=\"https:\/\/zappysys.com\/blog\/call-rest-api-using-ssis-web-service-task\/\" target=\"_blank\" rel=\"noopener\">How to call REST API in SSIS<\/a>\u00a0. Now in this article, we will see example of how to <strong>Make Twilio API Call in SSIS<\/strong>\u00a0and load into SQL Server.\u00a0This blog mainly focuses on SSIS approach but steps mentioned to call Twilio API Call can be useful for any developer regardless of which programming language or tool set you use. we will also see how to configure HTTP basic connection.<\/p>\n<p>We will go through the steps to make Accounts REST API call which Returns a list of all Accounts\u00a0resources and we load it into MS SQL Server.<\/p>\n<p>In nutshell,\u00a0this post will focus on how to Make Twilio REST API Call in SSIS.<\/p>\n<p>&nbsp;<\/p>\n<h2><span id=\"Prerequisites\">Prerequisites<\/span><\/h2>\n<p>Before we perform the steps listed in this article, you will need to make sure the following prerequisites are met:<\/p>\n<ol>\n<li><abbr title=\"SQL Server Integration Services\">SSIS<\/abbr>\u00a0designer installed.\u00a0Sometimes it is referred to as\u00a0<abbr title=\"Business Intelligence Development Studio\">BIDS<\/abbr>\u00a0or\u00a0<abbr title=\"SQL Server Data Tools\">SSDT<\/abbr>\u00a0(<a href=\"https:\/\/docs.microsoft.com\/en-us\/sql\/ssdt\/download-sql-server-data-tools-ssdt\" target=\"_blank\" rel=\"noopener\">download it from Microsoft site<\/a>).<\/li>\n<li>Basic knowledge of SSIS package\u00a0development using\u00a0<em>Microsoft SQL Server Integration Services<\/em>.<\/li>\n<li>Make sure\u00a0<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\" target=\"_blank\" rel=\"noopener\">ZappySys SSIS PowerPack<\/a>\u00a0is installed (<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/download\/\" target=\"_blank\" rel=\"noopener\">download it<\/a>).<\/li>\n<li>Credentials of Twilio API.<\/li>\n<\/ol>\n<h2><span id=\"What_is_Walmart\"><span id=\"What_is_WordPress\">What is Twilio?<\/span><\/span><\/h2>\n<p>Twilio is a cloud communications platform as a service company based in San Francisco, California. It&#8217;s allows software developers programmatically to make and receive phone calls, send and receive text messages, and perform other communication functions using its web service APIs.<\/p>\n<ul style=\"list-style-type: square;\">\n<li>Twilio API Documentation : <a href=\"https:\/\/www.twilio.com\/docs\/usage\/api\" target=\"_blank\" rel=\"noopener\">Click here to read Twilio Rest API Documentation.<\/a><\/li>\n<\/ul>\n<h2>Make Call of Twilio <span id=\"Step-By-Step_8211_CallSemantics3_REST_API_using_SSIS\">REST API using SSIS<\/span><\/h2>\n<p>Let\u2019s start with an example. We use SSIS JSON Source component to make the call to Twilio API, we will read list of all available temporary lists and load into SQL Server.\u00a0First of All, Open Visual Studio and Create New SSIS Package Project.<\/p>\n<ol>\n<li>First\u00a0of All, Drag and drop Data Flow Task from SSIS Toolbox and double click it to edit.\n<div id=\"attachment_7934\" style=\"width: 470px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-drag-drop-data-flow-task.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-7934\" class=\"wp-image-7934 size-full\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-drag-drop-data-flow-task.png\" alt=\"Drag and Drop SSIS Data Flow Task from SSIS Toolbox\" width=\"460\" height=\"155\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-drag-drop-data-flow-task.png 460w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-drag-drop-data-flow-task-300x101.png 300w\" sizes=\"(max-width: 460px) 100vw, 460px\" \/><\/a><p id=\"caption-attachment-7934\" class=\"wp-caption-text\">Drag and Drop : SSIS Data Flow Task from SSIS Toolbox<\/p><\/div><\/li>\n<li>From the SSIS toolbox drag and drop JSON Source on the data flow designer surface.\n<div id=\"attachment_3766\" style=\"width: 604px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/05\/ssis-json-source-for-getting-basic-profile-from-linkedin.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-3766\" class=\"wp-image-3766 size-full\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/05\/ssis-json-source-for-getting-basic-profile-from-linkedin.png\" alt=\"Drag and Drop JSON Source Component\" width=\"594\" height=\"268\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/05\/ssis-json-source-for-getting-basic-profile-from-linkedin.png 594w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/05\/ssis-json-source-for-getting-basic-profile-from-linkedin-300x135.png 300w\" sizes=\"(max-width: 594px) 100vw, 594px\" \/><\/a><p id=\"caption-attachment-3766\" class=\"wp-caption-text\">Drag and Drop JSON Source Component<\/p><\/div><\/li>\n<li>Double click JSON Source and enter the following URL as below to get\u00a0multiple Account resources and create the HTTP Connection use the same url in the http connection also.\n<pre class=\"lang:default decode:true\">https:\/\/api.twilio.com\/2010-04-01\/Accounts.json<\/pre>\n<div id=\"attachment_8097\" style=\"width: 677px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-http-connection-configuration-for-twillio.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-8097\" class=\"wp-image-8097 size-full\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-http-connection-configuration-for-twillio.png\" alt=\"Json Source HTTP connection\" width=\"667\" height=\"879\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-http-connection-configuration-for-twillio.png 667w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-http-connection-configuration-for-twillio-228x300.png 228w\" sizes=\"(max-width: 667px) 100vw, 667px\" \/><\/a><p id=\"caption-attachment-8097\" class=\"wp-caption-text\">Json Source HTTP connection<\/p><\/div><\/li>\n<li>Now click on Select Filter button and select the desire filter from the window.\n<div id=\"attachment_8098\" style=\"width: 787px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-twillio-filter.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-8098\" class=\"wp-image-8098 size-full\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-twillio-filter.png\" alt=\"Json Source Select Filter\" width=\"777\" height=\"744\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-twillio-filter.png 777w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-twillio-filter-300x287.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-twillio-filter-768x735.png 768w\" sizes=\"(max-width: 777px) 100vw, 777px\" \/><\/a><p id=\"caption-attachment-8098\" class=\"wp-caption-text\">Json Source Select Filter<\/p><\/div><\/li>\n<li>Go to Pagination Tab and select mode as Response attribute Mode &#8211; Read next page information from response and set up the next page filter.\n<div id=\"attachment_8100\" style=\"width: 1051px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-twillio-pagination.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-8100\" class=\"wp-image-8100 size-full\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-twillio-pagination.png\" alt=\"JSON Source Preview\" width=\"1041\" height=\"788\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-twillio-pagination.png 1041w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-twillio-pagination-300x227.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-twillio-pagination-768x581.png 768w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-twillio-pagination-1024x775.png 1024w\" sizes=\"(max-width: 1041px) 100vw, 1041px\" \/><\/a><p id=\"caption-attachment-8100\" class=\"wp-caption-text\">JSON Source Preview<\/p><\/div><\/li>\n<li>You can refer to this article for more details on pagination here\u00a0<a href=\"https:\/\/zappysys.com\/blog\/ssis-rest-api-looping-until-no-more-pages-found\/\" target=\"_blank\" rel=\"noopener\">Understanding REST API Pagination in SSIS \/ ODBC Drivers<\/a><\/li>\n<li>Now select the desire options to get the data and click on preview, as here i want parent and missing child also i checked both options and clicked on Preview. if you don&#8217;t want to get parent details you can uncheck it.\n<div id=\"attachment_8106\" style=\"width: 829px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-twillio-preview.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-8106\" class=\"wp-image-8106 size-full\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-twillio-preview.png\" alt=\"JSON Source Preview\" width=\"819\" height=\"743\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-twillio-preview.png 819w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-twillio-preview-300x272.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/ssis-json-source-twillio-preview-768x697.png 768w\" sizes=\"(max-width: 819px) 100vw, 819px\" \/><\/a><p id=\"caption-attachment-8106\" class=\"wp-caption-text\">JSON Source Preview<\/p><\/div><\/li>\n<li>That&#8217;s it we are ready to load\u00a0all Twilio accounts\u00a0resources in SQL Server.<\/li>\n<\/ol>\n<h3><span id=\"Load_Walmart_API_data_into_SQL_Server\">Load Twilio REST API data into SQL Server<\/span><\/h3>\n<div class=\"content_block\" id=\"custom_post_widget-5617\"><p>ZappySys SSIS PowerPack makes it easy to load data from various sources such as REST, SOAP, JSON, XML, CSV or from other source into SQL Server, or PostgreSQL, or Amazon Redshift, or other  targets. The <strong>Upsert Destination<\/strong> component allows you to automatically insert new records and update existing ones based on key columns. Below are the detailed steps to configure it.<\/p>\r\n<h3>Step 1: Add Upsert Destination to Data Flow<\/h3>\r\n<ol>\r\n<li>Drag and drop the <strong>Upsert Destination<\/strong> component from the SSIS Toolbox.<\/li>\r\n<li>Connect your source component (e.g., JSON \/ REST \/ Other Source) to the Upsert Destination.<\/li>\r\n<\/ol>\r\n<div class=\"wp-caption aligncenter\">\r\n<a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/08\/ssis-data-flow-drag-drop-upsert-destination.png\">\r\n<img loading=\"lazy\" decoding=\"async\" class=\"size-full\" alt=\"\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/08\/ssis-data-flow-drag-drop-upsert-destination.png\" \/><\/a>\r\n<p class=\"wp-caption-text\">SSIS - Data Flow - Drang and Drop Upsert Destination Component<\/p>\r\n<\/div>\r\n<h3>Step 2: Configure Target Connection<\/h3>\r\n<ol>\r\n<li>Double-click the <strong>Upsert Destination<\/strong> component to open the configuration window.<\/li>\r\n<li>Under <strong>Connection<\/strong>, select an existing target connection or click <strong>NEW<\/strong> to create a new connection.\r\n<ul>\r\n<li>Example: SQL Server, or PostgreSQL, or Amazon Redshift.<\/li>\r\n<\/ul>\r\n<\/li>\r\n<\/ol>\r\n<h3>Step 3: Select or Create Target Table<\/h3>\r\n<ol>\r\n<li>In the <strong>Target Table<\/strong> dropdown, select the table where you want to load data.<\/li>\r\n<li>Optionally, click <strong>NEW<\/strong> to create a new table based on the source columns.<\/li>\r\n<\/ol>\r\n<div class=\"wp-caption aligncenter\">\r\n<a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2020\/09\/upsert-destination-configuration.png\">\r\n<img loading=\"lazy\" decoding=\"async\" class=\"size-full\" alt=\"\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2020\/09\/upsert-destination-configuration.png\" \/><\/a>\r\n<p class=\"wp-caption-text\">Configure SSIS Upsert Destination Connection - Loading data (REST \/ SOAP \/ JSON \/ XML \/CSV) into SQL Server or other target using SSIS<\/p>\r\n<\/div>\r\n<h3>Step 4: Map Columns<\/h3>\r\n<ol>\r\n<li>Go to the <strong>Mappings<\/strong> tab.<\/li>\r\n<li>Click <strong>Auto Map<\/strong> to map source columns to target columns by name.<\/li>\r\n<li>Ensure you <strong>check the Primary key column(s)<\/strong> that will determine whether a record is inserted or updated.<\/li>\r\n<li>You can manually adjust the mappings if necessary.<\/li>\r\n<\/ol>\r\n <div class=\"wp-caption aligncenter\">\r\n<a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2020\/09\/upsert-destination-key.png\">\r\n<img loading=\"lazy\" decoding=\"async\" class=\"size-full\" alt=\"\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2020\/09\/upsert-destination-key.png\" \/><\/a>\r\n<p class=\"wp-caption-text\">SSIS Upsert Destination - Columns Mappings<\/p>\r\n<\/div>\r\n<h3>Step 5: Save Settings<\/h3>\r\n<ul>\r\n<li>Click <strong>OK<\/strong> to save the Upsert Destination configuration.<\/li>\r\n<\/ul>\r\n<h3>Step 6: Optional: Add Logging or Analysis<\/h3>\r\n<ul>\r\n<li>You may add extra destination components to log the number of inserted vs. updated records for monitoring or auditing purposes.<\/li>\r\n<\/ul>\r\n<h3>Step 7: Execute the Package<\/h3>\r\n<ul>\r\n<li>Run your SSIS package and verify that the data is correctly inserted and updated in the target table.<\/li>\r\n<\/ul>\r\n<div class=\"wp-caption aligncenter\">\r\n<a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/12\/ssis-upsert-destination-execute.png\">\r\n<img loading=\"lazy\" decoding=\"async\" class=\"size-full\" alt=\"\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/12\/ssis-upsert-destination-execute.png\" \/><\/a>\r\n<p class=\"wp-caption-text\">SSIS Upsert Destination Execution<\/p>\r\n<\/div><\/div>\n<h2><span id=\"Conclusion\">Conclusion<\/span><\/h2>\n<p>After all, we saw you how to extract information from REST API such as Twilio using HTTP Connection and load into SQL Server. We also learned techniques like How to create HTTP Connection and configure the pagination. To explore many other scenarios not discussed in this article download\u00a0<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\">SSIS PowerPack from here (includes 70+ Components)<\/a>.<\/p>\n<h2><span id=\"References\">References<\/span><\/h2>\n<p>Finally, you can use the following links for more information:<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Help File:\u00a0<a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/json-source.htm\" target=\"_blank\" rel=\"noopener\">JSON Source(REST API or File)<\/a><\/li>\n<li><a href=\"https:\/\/www.twilio.com\/docs\/usage\/api\" target=\"_blank\" rel=\"noopener\">Twilio Rest API<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Introduction In our previous article we see How to call REST API in SSIS\u00a0. Now in this article, we will see example of how to Make Twilio API Call in SSIS\u00a0and load into SQL Server.\u00a0This blog mainly focuses on SSIS approach but steps mentioned to call Twilio API Call can be useful for any developer [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":8080,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[176,225,17],"tags":[6,283,48,12],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>Read data from Twilio API in SSIS | ZappySys Blog<\/title>\r\n<meta name=\"description\" content=\"Make Twilio API Call in SSIS\u00a0and load into SQL Server, We will also see how to configure HTTP basic connection. Read Twilio multiple Account resources.\" \/>\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\/call-twilio-rest-api-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=\"Read data from Twilio API in SSIS | ZappySys Blog\" \/>\r\n<meta property=\"og:description\" content=\"Make Twilio API Call in SSIS\u00a0and load into SQL Server, We will also see how to configure HTTP basic connection. Read Twilio multiple Account resources.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/\" \/>\r\n<meta property=\"og:site_name\" content=\"ZappySys Blog\" \/>\r\n<meta property=\"article:published_time\" content=\"2019-09-28T09:01:43+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2019-10-11T16:40:08+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/Twilio.jpg\" \/>\r\n\t<meta property=\"og:image:width\" content=\"300\" \/>\r\n\t<meta property=\"og:image:height\" content=\"300\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\r\n<meta name=\"author\" content=\"ZappySys\" \/>\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\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/\",\"url\":\"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/\",\"name\":\"Read data from Twilio API in SSIS | ZappySys Blog\",\"isPartOf\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/Twilio.jpg\",\"datePublished\":\"2019-09-28T09:01:43+00:00\",\"dateModified\":\"2019-10-11T16:40:08+00:00\",\"author\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/c9dc782c929d0027e2e87e3951ce9d35\"},\"description\":\"Make Twilio API Call in SSIS\u00a0and load into SQL Server, We will also see how to configure HTTP basic connection. Read Twilio multiple Account resources.\",\"breadcrumb\":{\"@id\":\"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/#primaryimage\",\"url\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/Twilio.jpg\",\"contentUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/Twilio.jpg\",\"width\":300,\"height\":300,\"caption\":\"Twilio\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zappysys.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Read data from Twilio API in 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\/c9dc782c929d0027e2e87e3951ce9d35\",\"name\":\"ZappySys\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/076a738938c19d459fbfe125c759a0ea?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/076a738938c19d459fbfe125c759a0ea?s=96&d=mm&r=g\",\"caption\":\"ZappySys\"},\"url\":\"https:\/\/zappysys.com\/blog\/author\/hshah\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Read data from Twilio API in SSIS | ZappySys Blog","description":"Make Twilio API Call in SSIS\u00a0and load into SQL Server, We will also see how to configure HTTP basic connection. Read Twilio multiple Account resources.","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\/call-twilio-rest-api-ssis\/","og_locale":"en_US","og_type":"article","og_title":"Read data from Twilio API in SSIS | ZappySys Blog","og_description":"Make Twilio API Call in SSIS\u00a0and load into SQL Server, We will also see how to configure HTTP basic connection. Read Twilio multiple Account resources.","og_url":"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/","og_site_name":"ZappySys Blog","article_published_time":"2019-09-28T09:01:43+00:00","article_modified_time":"2019-10-11T16:40:08+00:00","og_image":[{"width":300,"height":300,"url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/Twilio.jpg","type":"image\/jpeg"}],"author":"ZappySys","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ZappySys","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/","url":"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/","name":"Read data from Twilio API in SSIS | ZappySys Blog","isPartOf":{"@id":"https:\/\/zappysys.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/#primaryimage"},"image":{"@id":"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/#primaryimage"},"thumbnailUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/Twilio.jpg","datePublished":"2019-09-28T09:01:43+00:00","dateModified":"2019-10-11T16:40:08+00:00","author":{"@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/c9dc782c929d0027e2e87e3951ce9d35"},"description":"Make Twilio API Call in SSIS\u00a0and load into SQL Server, We will also see how to configure HTTP basic connection. Read Twilio multiple Account resources.","breadcrumb":{"@id":"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/#primaryimage","url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/Twilio.jpg","contentUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/09\/Twilio.jpg","width":300,"height":300,"caption":"Twilio"},{"@type":"BreadcrumbList","@id":"https:\/\/zappysys.com\/blog\/call-twilio-rest-api-ssis\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zappysys.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Read data from Twilio API in 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\/c9dc782c929d0027e2e87e3951ce9d35","name":"ZappySys","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/076a738938c19d459fbfe125c759a0ea?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/076a738938c19d459fbfe125c759a0ea?s=96&d=mm&r=g","caption":"ZappySys"},"url":"https:\/\/zappysys.com\/blog\/author\/hshah\/"}]}},"_links":{"self":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/8076"}],"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\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/comments?post=8076"}],"version-history":[{"count":14,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/8076\/revisions"}],"predecessor-version":[{"id":8142,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/8076\/revisions\/8142"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media\/8080"}],"wp:attachment":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media?parent=8076"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/categories?post=8076"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/tags?post=8076"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}