{"id":233,"date":"2016-01-04T18:02:01","date_gmt":"2016-01-04T18:02:01","guid":{"rendered":"http:\/\/zappysys.com\/blog\/?p=233"},"modified":"2025-03-18T13:48:11","modified_gmt":"2025-03-18T13:48:11","slug":"call-zendesk-rest-api-ssis-create-ticket-example","status":"publish","type":"post","link":"https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/","title":{"rendered":"Call Zendesk REST API in SSIS &#8211; Create Ticket"},"content":{"rendered":"<h2>Introduction<\/h2>\n<div class=\"su-note\"  style=\"border-color:#e5de9d;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;\"><div class=\"su-note-inner su-u-clearfix su-u-trim\" style=\"background-color:#FFF8B7;border-color:#ffffff;color:#333333;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;\"><strong>UPDATE:<\/strong>\u00a0ZappySys has released a brand new <a href=\"https:\/\/zappysys.com\/api\/integration-hub\/zendesk-connector\/\">API Connector for Zendesk Online<\/a> which makes it much simpler to\u00a0<strong>Read\/Write Zendesk Data in SSIS<\/strong> compared to the steps listed in this article. You can still use steps from this article but if you are new to API or want to avoid learning curve with API then use newer approach.<\/p>\n<p>Please visit <a href=\"https:\/\/zappysys.com\/api\/integration-hub\/\">this page to see all<\/a>\u00a0Pre-Configured ready to use API connectors which you can use in <a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/ssis-api-source\/\">SSIS API Source<\/a> \/ <a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/ssis-api-destination\/\">SSIS API Destination<\/a> OR\u00a0<a href=\"https:\/\/zappysys.com\/products\/odbc-powerpack\/odbc-api-driver\/\">API ODBC Driver<\/a> (for non-SSIS Apps such as Excel, Power BI, Informatica).<\/p>\n<\/div><\/div>\n<p><a href=\"http:\/\/zendesk.com\">Zendesk<\/a> is one the most popular customer service platforms available in the market today. <a href=\"https:\/\/developer.zendesk.com\/rest_api\/docs\/core\/introduction\" target=\"_blank\" rel=\"noopener\">Zendesk offers REST API<\/a> so you can interact with their cloud based service programmatically (manage or read data). The problem is not every one is programmer and not everyone has time to learn how to write C# or JAVA code to access REST API.<\/p>\n<p>In this article you will learn how to use <a href=\"\/\/zappysys.com\/products\/ssis-powerpack\/ssis-rest-api-web-service-task\/\" target=\"_blank\" rel=\"noopener\">SSIS REST API Task<\/a> to interact with Zendesk or similar type of services in few clicks. In this post we will show example of create new zendesk ticket(s) but you can any operation supported by Zendesk REST API.<\/p>\n<p>Also check our another article on <a href=\"\/\/zappysys.com\/blog\/read-zendesk-data-in-ssis-call-rest-api\/\" target=\"_blank\" rel=\"noopener\">How to extract Zendesk data in SSIS using REST API<\/a><\/p>\n<h2>Different methods for Zendesk REST API Access<\/h2>\n<p>Zendesk allows you to access three different ways so you can access their data.<\/p>\n<ol>\n<li>REST API access using Basic Authentication (Use userid (e.g. email) and password)<\/li>\n<li>REST API access using API Token<\/li>\n<li>REST API access using OAuth Access Token<\/li>\n<\/ol>\n<p>Each method has pros and cons. First method is easy to use but requires to use your account password. Second method is also easy to use but requires additional step to create access token. Third method is most secure but it has several extra steps compared to first and second methods.<\/p>\n<p>In this article we will only show you second and third method (Using API Access Token).<\/p>\n<h2>Zendesk API Access using OAuth<\/h2>\n<p>To read about OAuth Method <a href=\"https:\/\/zappysys.com\/blog\/configure-zendesk-oauth-application-for-rest-api-call\/\" target=\"_blank\" rel=\"noopener\">click here<\/a><\/p>\n<h2>Create API Access Token<\/h2>\n<ol>\n<li>Login to your account https:\/\/{{your-subdomain}}.zendesk.com\/login and then click on setting icon<\/li>\n<li>On the next page click on API link<\/li>\n<li>On API page scroll to API Access Tokens section. Make sure <strong>Token Access<\/strong> method is checked.<\/li>\n<li>Click on add new token hyper link. once prompted give some name to your token (this is just label)<\/li>\n<li>Once above steps done token should be created and listed under your API Access page. This token will be used as your password to access REST API (Will show in the next section)<\/li>\n<\/ol>\n<div id=\"attachment_239\" style=\"width: 1070px\" class=\"wp-caption alignnone\"><a href=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-zendesk-rest-api-access-token.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-239\" class=\"size-full wp-image-239\" src=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-zendesk-rest-api-access-token.png\" alt=\"Create new Zendesk REST API Access Token\" width=\"1060\" height=\"531\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-zendesk-rest-api-access-token.png 1060w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-zendesk-rest-api-access-token-300x150.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-zendesk-rest-api-access-token-1024x513.png 1024w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-zendesk-rest-api-access-token-960x480.png 960w\" sizes=\"(max-width: 1060px) 100vw, 1060px\" \/><\/a><p id=\"caption-attachment-239\" class=\"wp-caption-text\">Create new Zendesk REST API Access Token<\/p><\/div>\n<div id=\"attachment_238\" style=\"width: 636px\" class=\"wp-caption alignnone\"><a href=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/ssis-zendesk-rest-api-access-http-connection.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-238\" class=\"size-full wp-image-238\" src=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/ssis-zendesk-rest-api-access-http-connection.png\" alt=\"Create SSIS HTTP connection to access Zendesk REST API using Token method\" width=\"626\" height=\"691\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/ssis-zendesk-rest-api-access-http-connection.png 626w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/ssis-zendesk-rest-api-access-http-connection-272x300.png 272w\" sizes=\"(max-width: 626px) 100vw, 626px\" \/><\/a><p id=\"caption-attachment-238\" class=\"wp-caption-text\">Create SSIS HTTP connection to access Zendesk REST API using Token method<\/p><\/div>\n<div id=\"attachment_237\" style=\"width: 683px\" class=\"wp-caption alignnone\"><a href=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-new-zendesk-ticket-using-ssis-http-post.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-237\" class=\"size-full wp-image-237\" src=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-new-zendesk-ticket-using-ssis-http-post.png\" alt=\"Configure SSIS REST API Task to create new Zendesk ticket request using POST method\" width=\"673\" height=\"664\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-new-zendesk-ticket-using-ssis-http-post.png 673w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-new-zendesk-ticket-using-ssis-http-post-300x296.png 300w\" sizes=\"(max-width: 673px) 100vw, 673px\" \/><\/a><p id=\"caption-attachment-237\" class=\"wp-caption-text\">Configure SSIS REST API Task to create new Zendesk ticket request using POST method<\/p><\/div>\n<div id=\"attachment_241\" style=\"width: 319px\" class=\"wp-caption alignnone\"><a href=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/call-zendesk-rest-api-using-ssis.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-241\" class=\"size-full wp-image-241\" src=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/call-zendesk-rest-api-using-ssis.png\" alt=\"Run SSIS Package - Call Zendesk REST API Example\" width=\"309\" height=\"254\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/call-zendesk-rest-api-using-ssis.png 309w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/call-zendesk-rest-api-using-ssis-300x247.png 300w\" sizes=\"(max-width: 309px) 100vw, 309px\" \/><\/a><p id=\"caption-attachment-241\" class=\"wp-caption-text\">Run SSIS Package &#8211; Call Zendesk REST API Example<\/p><\/div>\n<div id=\"attachment_236\" style=\"width: 738px\" class=\"wp-caption alignnone\"><a href=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/ssis-zendesk-ticket-creation-rest-api.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-236\" class=\"size-full wp-image-236\" src=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/ssis-zendesk-ticket-creation-rest-api.png\" alt=\"Verify tickets created  from SSIS using Zendesk REST API Call \" width=\"728\" height=\"245\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/ssis-zendesk-ticket-creation-rest-api.png 728w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/ssis-zendesk-ticket-creation-rest-api-300x101.png 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" \/><\/a><p id=\"caption-attachment-236\" class=\"wp-caption-text\">Verify tickets created from SSIS using Zendesk REST API Call<\/p><\/div>\n<h2>Conclusion<\/h2>\n<p>In this post you saw how easy it is to call Zendesk REST API using SSIS REST API Task. <a href=\"\/\/zappysys.com\/products\/ssis-powerpack\/ssis-rest-api-web-service-task\/\" target=\"_blank\" rel=\"noopener\">Click here to Download<\/a> and try it yourself.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Zendesk is one the most popular customer service platforms available in the market today. Zendesk offers REST API so you can interact with their cloud based service programmatically (manage or read data). The problem is not every one is programmer and not everyone has time to learn how to write C# or JAVA code [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":239,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[6,60,3,12,4,50],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>Call Zendesk REST API in SSIS - Create Ticket | ZappySys Blog<\/title>\r\n<meta name=\"description\" content=\"Learn how to call Zendesk REST API in SSIS using drag and drop approach. Step by step example of creating new Zendesk Ticket using RESTful API approach.\" \/>\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-zendesk-rest-api-ssis-create-ticket-example\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Call Zendesk REST API in SSIS - Create Ticket | ZappySys Blog\" \/>\r\n<meta property=\"og:description\" content=\"Learn how to call Zendesk REST API in SSIS using drag and drop approach. Step by step example of creating new Zendesk Ticket using RESTful API approach.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/\" \/>\r\n<meta property=\"og:site_name\" content=\"ZappySys Blog\" \/>\r\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/ZappySys\/\" \/>\r\n<meta property=\"article:published_time\" content=\"2016-01-04T18:02:01+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2025-03-18T13:48:11+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-zendesk-rest-api-access-token.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"1060\" \/>\r\n\t<meta property=\"og:image:height\" content=\"531\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\r\n<meta name=\"author\" content=\"ZappySys\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/zappysys\/\" \/>\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=\"4 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-zendesk-rest-api-ssis-create-ticket-example\/\",\"url\":\"https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/\",\"name\":\"Call Zendesk REST API in SSIS - Create Ticket | ZappySys Blog\",\"isPartOf\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-zendesk-rest-api-access-token.png\",\"datePublished\":\"2016-01-04T18:02:01+00:00\",\"dateModified\":\"2025-03-18T13:48:11+00:00\",\"author\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82\"},\"description\":\"Learn how to call Zendesk REST API in SSIS using drag and drop approach. Step by step example of creating new Zendesk Ticket using RESTful API approach.\",\"breadcrumb\":{\"@id\":\"https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/#primaryimage\",\"url\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-zendesk-rest-api-access-token.png\",\"contentUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-zendesk-rest-api-access-token.png\",\"width\":1060,\"height\":531,\"caption\":\"Create new Zendesk REST API Access Token\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zappysys.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Call Zendesk REST API in SSIS &#8211; Create Ticket\"}]},{\"@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\/2756c237457fbc95d82cb38962f81f82\",\"name\":\"ZappySys\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g\",\"caption\":\"ZappySys\"},\"sameAs\":[\"http:\/\/www.zappysys.com\/\",\"https:\/\/www.facebook.com\/ZappySys\/\",\"https:\/\/twitter.com\/https:\/\/twitter.com\/zappysys\/\"],\"url\":\"https:\/\/zappysys.com\/blog\/author\/admin\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Call Zendesk REST API in SSIS - Create Ticket | ZappySys Blog","description":"Learn how to call Zendesk REST API in SSIS using drag and drop approach. Step by step example of creating new Zendesk Ticket using RESTful API approach.","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-zendesk-rest-api-ssis-create-ticket-example\/","og_locale":"en_US","og_type":"article","og_title":"Call Zendesk REST API in SSIS - Create Ticket | ZappySys Blog","og_description":"Learn how to call Zendesk REST API in SSIS using drag and drop approach. Step by step example of creating new Zendesk Ticket using RESTful API approach.","og_url":"https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/","og_site_name":"ZappySys Blog","article_author":"https:\/\/www.facebook.com\/ZappySys\/","article_published_time":"2016-01-04T18:02:01+00:00","article_modified_time":"2025-03-18T13:48:11+00:00","og_image":[{"width":1060,"height":531,"url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-zendesk-rest-api-access-token.png","type":"image\/png"}],"author":"ZappySys","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/zappysys\/","twitter_misc":{"Written by":"ZappySys","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/","url":"https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/","name":"Call Zendesk REST API in SSIS - Create Ticket | ZappySys Blog","isPartOf":{"@id":"https:\/\/zappysys.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/#primaryimage"},"image":{"@id":"https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/#primaryimage"},"thumbnailUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-zendesk-rest-api-access-token.png","datePublished":"2016-01-04T18:02:01+00:00","dateModified":"2025-03-18T13:48:11+00:00","author":{"@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82"},"description":"Learn how to call Zendesk REST API in SSIS using drag and drop approach. Step by step example of creating new Zendesk Ticket using RESTful API approach.","breadcrumb":{"@id":"https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/#primaryimage","url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-zendesk-rest-api-access-token.png","contentUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2016\/01\/create-zendesk-rest-api-access-token.png","width":1060,"height":531,"caption":"Create new Zendesk REST API Access Token"},{"@type":"BreadcrumbList","@id":"https:\/\/zappysys.com\/blog\/call-zendesk-rest-api-ssis-create-ticket-example\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zappysys.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Call Zendesk REST API in SSIS &#8211; Create Ticket"}]},{"@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\/2756c237457fbc95d82cb38962f81f82","name":"ZappySys","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g","caption":"ZappySys"},"sameAs":["http:\/\/www.zappysys.com\/","https:\/\/www.facebook.com\/ZappySys\/","https:\/\/twitter.com\/https:\/\/twitter.com\/zappysys\/"],"url":"https:\/\/zappysys.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/233"}],"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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/comments?post=233"}],"version-history":[{"count":5,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/233\/revisions"}],"predecessor-version":[{"id":11237,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/233\/revisions\/11237"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media\/239"}],"wp:attachment":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media?parent=233"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/categories?post=233"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/tags?post=233"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}