{"id":2259,"date":"2021-01-13T17:09:28","date_gmt":"2021-01-13T23:09:28","guid":{"rendered":"https:\/\/www.teamdesk.net\/blog\/?p=2259"},"modified":"2021-04-05T07:28:11","modified_gmt":"2021-04-05T12:28:11","slug":"file-uploads-with-call-url-actions","status":"publish","type":"post","link":"https:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/","title":{"rendered":"File uploads with Call URL actions"},"content":{"rendered":"\n<p>Today we are introducing support for file uploads with Call URL actions.<\/p>\n\n\n\n<p>Before, the only way to exchange files with third-party services was to provide them with publicly accessible link to a file. However, not all services are supporting this way of file exchange.<\/p>\n\n\n\n<p>Now, in <a href=\"https:\/\/www.teamdesk.net\/help\/11.4.5.aspx\">Call URL actions<\/a> you can use <em>&lt;%=[File Attachment Column]%&gt;<\/em> placeholder to refer to file&#8217;s content. This extension opens the possibility to integrate with a wide range of cloud storage, document conversion and e-signature services.  <\/p>\n\n\n\n<p>An actual code we generate depends on a request body format.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">File uploads with text-based body formats<\/h2>\n\n\n\n<p>For text-based body formats (XML, JSON, Text) we encode file&#8217;s content as <a href=\"https:\/\/en.wikipedia.org\/wiki\/Base64\">base64<\/a> string. This is most common way to inject non-text data into larger, otherwise text-based document, JSON structure for example. <\/p>\n\n\n\n<p>Some, but not all APIs that use this encoding are <a href=\"https:\/\/docs.microsoft.com\/en-us\/graph\/api\/user-sendmail?view=graph-rest-1.0&amp;tabs=http\">Microsoft Graph API (Mail)<\/a>, <a href=\"https:\/\/sendgrid.com\/docs\/api-reference\/\">SendGrid<\/a> and <a href=\"https:\/\/developers.docusign.com\/docs\/esign-rest-api\/reference\/envelopes\/envelopes\/create\/\">DocuSign<\/a>. To fully describe the file in addition to file&#8217;s data these services may require two more parameters: file&#8217;s name and file&#8217;s <a href=\"https:\/\/en.wikipedia.org\/wiki\/Media_type\">media type<\/a>. To help deal with these, we added two functions: <em>FileName([attachment])<\/em> and <em>FileType([attachment])<\/em>. Both are available only in Call URL action&#8217;s body formula context.<\/p>\n\n\n\n<p>Below is a sample setup for Microsoft Graph API &#8211; the action sends an email to the email address specified in [To], using [Subject] and [Message] and optionally attaches the file, if specified in [File] column. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https:\/\/www.teamdesk.net\/blog\/wp-content\/uploads\/2021\/01\/image-1.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.teamdesk.net\/blog\/wp-content\/uploads\/2021\/01\/image-1.png\" alt=\"File upload in JSON body\" class=\"wp-image-2261\" width=\"572\" height=\"541\" srcset=\"https:\/\/www.teamdesk.net\/blog\/wp-content\/uploads\/2021\/01\/image-1.png 1143w, https:\/\/www.teamdesk.net\/blog\/wp-content\/uploads\/2021\/01\/image-1-300x284.png 300w, https:\/\/www.teamdesk.net\/blog\/wp-content\/uploads\/2021\/01\/image-1-1024x968.png 1024w, https:\/\/www.teamdesk.net\/blog\/wp-content\/uploads\/2021\/01\/image-1-768x726.png 768w\" sizes=\"auto, (max-width: 572px) 100vw, 572px\" \/><\/a><\/figure>\n\n\n\n<p>Please note the use of conditional expression <em>&lt;%?not IsNull([File]%&gt;<\/em>. In absence of the file <em>&lt;%=[File]%&gt;<\/em> construct would generate <em>null<\/em>, that will likely lead to API error. With conditional expression we can omit whole <em>&#8220;attachments&#8221;<\/em> section when there is no file. <\/p>\n\n\n\n<p>Also <em>&#8220;name&#8221;<\/em>, <em>&#8220;contentType&#8221;<\/em> and <em>&#8220;contentBytes&#8221;<\/em> keys in attachment descriptor are no way standard across the APIs. SendGrid API, for example, names  these keys as <em>&#8220;filename&#8221;<\/em>, <em>&#8220;type&#8221;<\/em> and <em>&#8220;content&#8221;<\/em> respectively.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">File uploads with Form body format<\/h2>\n\n\n\n<p>Form body format sends the data just as browser does. In its simple form the payload is a list of <em>key=value<\/em> pairs separated by <em>&amp;<\/em> sign. But this way of encoding is limited to text-only data. But once files appear in the payload things are going far more complicated. We&#8217;ll save you from all the technical details; simply add <em>key=<em>&lt;%[File Attachment Column]%&gt;<\/em><\/em> and we&#8217;ll do the rest properly. <a href=\"https:\/\/developer.box.com\/reference\/post-files-content\/\">Box.com API<\/a> uses form file uploads.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">New File body format<\/h2>\n\n\n\n<p><em>File<\/em> body format is new. When selected we send the content of the file as a request payload. This opens the road for upload integration with multiple cloud storage services, including but not limited to <a href=\"https:\/\/developers.google.com\/drive\/api\/v3\/reference\/files\/create\">Google Drive<\/a>, <a href=\"https:\/\/docs.microsoft.com\/en-us\/onedrive\/developer\/rest-api\/api\/driveitem_put_content\">OneDrive<\/a> and <a href=\"https:\/\/www.dropbox.com\/developers\/documentation\/http\/documentation#files-upload\">DropBox<\/a>. <\/p>\n\n\n\n<p>With File body format the formula accepts sole <em><em>&lt;%=[File Attachment Column]%&gt;<\/em><\/em> and nothing else.<\/p>\n\n\n\n<p>We&#8217;ve prepared a sample database that demonstrates file upload capabilities to four cloud storage providers: Google Drive, OneDrive, Dropbox and Box.com &#8212; <a href=\"https:\/\/www.teamdesk.net\/cloud_uploads\">feel free to explore<\/a>.<\/p>\n\n\n\n<p>Happy coding!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>TeamDesk Call URL actions now allow file uploads in wide variety of formats including base64-encoded data, form uploads and raw uploads.<\/p>\n","protected":false},"author":4,"featured_media":2265,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[36],"class_list":["post-2259","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-whats-new","tag-teamdesk"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>File uploads with Call URL actions - TeamDesk Blog<\/title>\n<meta name=\"description\" content=\"TeamDesk Call URL actions now allow file uploads in wide variety of formats including base64-encoded data, form uploads and raw uploads.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"File uploads with Call URL actions - TeamDesk Blog\" \/>\n<meta property=\"og:description\" content=\"TeamDesk Call URL actions now allow file uploads in wide variety of formats including base64-encoded data, form uploads and raw uploads.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/\" \/>\n<meta property=\"og:site_name\" content=\"TeamDesk Blog\" \/>\n<meta property=\"article:published_time\" content=\"2021-01-13T23:09:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-05T12:28:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.teamdesk.net\/blog\/wp-content\/uploads\/2021\/01\/138030175_159897912276459_7708042742436391857_n.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1387\" \/>\n\t<meta property=\"og:image:height\" content=\"792\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Kirill Bondar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kirill Bondar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/whats-new\\\/file-uploads-with-call-url-actions\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/whats-new\\\/file-uploads-with-call-url-actions\\\/\"},\"author\":{\"name\":\"Kirill Bondar\",\"@id\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/#\\\/schema\\\/person\\\/22c4c05bd657513c8b00122fa364c8d2\"},\"headline\":\"File uploads with Call URL actions\",\"datePublished\":\"2021-01-13T23:09:28+00:00\",\"dateModified\":\"2021-04-05T12:28:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/whats-new\\\/file-uploads-with-call-url-actions\\\/\"},\"wordCount\":486,\"commentCount\":2,\"image\":{\"@id\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/whats-new\\\/file-uploads-with-call-url-actions\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/138030175_159897912276459_7708042742436391857_n.jpg\",\"keywords\":[\"TeamDesk\"],\"articleSection\":[\"What's New\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/whats-new\\\/file-uploads-with-call-url-actions\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/whats-new\\\/file-uploads-with-call-url-actions\\\/\",\"url\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/whats-new\\\/file-uploads-with-call-url-actions\\\/\",\"name\":\"File uploads with Call URL actions - TeamDesk Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/whats-new\\\/file-uploads-with-call-url-actions\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/whats-new\\\/file-uploads-with-call-url-actions\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/138030175_159897912276459_7708042742436391857_n.jpg\",\"datePublished\":\"2021-01-13T23:09:28+00:00\",\"dateModified\":\"2021-04-05T12:28:11+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/#\\\/schema\\\/person\\\/22c4c05bd657513c8b00122fa364c8d2\"},\"description\":\"TeamDesk Call URL actions now allow file uploads in wide variety of formats including base64-encoded data, form uploads and raw uploads.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/whats-new\\\/file-uploads-with-call-url-actions\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/whats-new\\\/file-uploads-with-call-url-actions\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/whats-new\\\/file-uploads-with-call-url-actions\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/138030175_159897912276459_7708042742436391857_n.jpg\",\"contentUrl\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/138030175_159897912276459_7708042742436391857_n.jpg\",\"width\":1387,\"height\":792},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/whats-new\\\/file-uploads-with-call-url-actions\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"File uploads with Call URL actions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/\",\"name\":\"TeamDesk Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/#\\\/schema\\\/person\\\/22c4c05bd657513c8b00122fa364c8d2\",\"name\":\"Kirill Bondar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dc5bc844095b5753ccc73c589c028bf16615674f289668146bbd59205a08a52d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dc5bc844095b5753ccc73c589c028bf16615674f289668146bbd59205a08a52d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dc5bc844095b5753ccc73c589c028bf16615674f289668146bbd59205a08a52d?s=96&d=mm&r=g\",\"caption\":\"Kirill Bondar\"},\"url\":\"https:\\\/\\\/www.teamdesk.net\\\/blog\\\/author\\\/kirill-bondar\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"File uploads with Call URL actions - TeamDesk Blog","description":"TeamDesk Call URL actions now allow file uploads in wide variety of formats including base64-encoded data, form uploads and raw uploads.","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:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/","og_locale":"en_US","og_type":"article","og_title":"File uploads with Call URL actions - TeamDesk Blog","og_description":"TeamDesk Call URL actions now allow file uploads in wide variety of formats including base64-encoded data, form uploads and raw uploads.","og_url":"https:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/","og_site_name":"TeamDesk Blog","article_published_time":"2021-01-13T23:09:28+00:00","article_modified_time":"2021-04-05T12:28:11+00:00","og_image":[{"width":1387,"height":792,"url":"https:\/\/www.teamdesk.net\/blog\/wp-content\/uploads\/2021\/01\/138030175_159897912276459_7708042742436391857_n.jpg","type":"image\/jpeg"}],"author":"Kirill Bondar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kirill Bondar","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/#article","isPartOf":{"@id":"https:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/"},"author":{"name":"Kirill Bondar","@id":"https:\/\/www.teamdesk.net\/blog\/#\/schema\/person\/22c4c05bd657513c8b00122fa364c8d2"},"headline":"File uploads with Call URL actions","datePublished":"2021-01-13T23:09:28+00:00","dateModified":"2021-04-05T12:28:11+00:00","mainEntityOfPage":{"@id":"https:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/"},"wordCount":486,"commentCount":2,"image":{"@id":"https:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/#primaryimage"},"thumbnailUrl":"https:\/\/www.teamdesk.net\/blog\/wp-content\/uploads\/2021\/01\/138030175_159897912276459_7708042742436391857_n.jpg","keywords":["TeamDesk"],"articleSection":["What's New"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/","url":"https:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/","name":"File uploads with Call URL actions - TeamDesk Blog","isPartOf":{"@id":"https:\/\/www.teamdesk.net\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/#primaryimage"},"image":{"@id":"https:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/#primaryimage"},"thumbnailUrl":"https:\/\/www.teamdesk.net\/blog\/wp-content\/uploads\/2021\/01\/138030175_159897912276459_7708042742436391857_n.jpg","datePublished":"2021-01-13T23:09:28+00:00","dateModified":"2021-04-05T12:28:11+00:00","author":{"@id":"https:\/\/www.teamdesk.net\/blog\/#\/schema\/person\/22c4c05bd657513c8b00122fa364c8d2"},"description":"TeamDesk Call URL actions now allow file uploads in wide variety of formats including base64-encoded data, form uploads and raw uploads.","breadcrumb":{"@id":"https:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/#primaryimage","url":"https:\/\/www.teamdesk.net\/blog\/wp-content\/uploads\/2021\/01\/138030175_159897912276459_7708042742436391857_n.jpg","contentUrl":"https:\/\/www.teamdesk.net\/blog\/wp-content\/uploads\/2021\/01\/138030175_159897912276459_7708042742436391857_n.jpg","width":1387,"height":792},{"@type":"BreadcrumbList","@id":"https:\/\/www.teamdesk.net\/blog\/whats-new\/file-uploads-with-call-url-actions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.teamdesk.net\/blog\/"},{"@type":"ListItem","position":2,"name":"File uploads with Call URL actions"}]},{"@type":"WebSite","@id":"https:\/\/www.teamdesk.net\/blog\/#website","url":"https:\/\/www.teamdesk.net\/blog\/","name":"TeamDesk Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.teamdesk.net\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.teamdesk.net\/blog\/#\/schema\/person\/22c4c05bd657513c8b00122fa364c8d2","name":"Kirill Bondar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/dc5bc844095b5753ccc73c589c028bf16615674f289668146bbd59205a08a52d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/dc5bc844095b5753ccc73c589c028bf16615674f289668146bbd59205a08a52d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dc5bc844095b5753ccc73c589c028bf16615674f289668146bbd59205a08a52d?s=96&d=mm&r=g","caption":"Kirill Bondar"},"url":"https:\/\/www.teamdesk.net\/blog\/author\/kirill-bondar\/"}]}},"_links":{"self":[{"href":"https:\/\/www.teamdesk.net\/blog\/wp-json\/wp\/v2\/posts\/2259","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.teamdesk.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.teamdesk.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.teamdesk.net\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.teamdesk.net\/blog\/wp-json\/wp\/v2\/comments?post=2259"}],"version-history":[{"count":11,"href":"https:\/\/www.teamdesk.net\/blog\/wp-json\/wp\/v2\/posts\/2259\/revisions"}],"predecessor-version":[{"id":2350,"href":"https:\/\/www.teamdesk.net\/blog\/wp-json\/wp\/v2\/posts\/2259\/revisions\/2350"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.teamdesk.net\/blog\/wp-json\/wp\/v2\/media\/2265"}],"wp:attachment":[{"href":"https:\/\/www.teamdesk.net\/blog\/wp-json\/wp\/v2\/media?parent=2259"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.teamdesk.net\/blog\/wp-json\/wp\/v2\/categories?post=2259"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.teamdesk.net\/blog\/wp-json\/wp\/v2\/tags?post=2259"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}