{"id":3361,"date":"2013-07-08T09:05:29","date_gmt":"2013-07-08T03:35:29","guid":{"rendered":"http:\/\/JitendraZaa.com\/blog\/?p=3361"},"modified":"2013-07-08T09:05:29","modified_gmt":"2013-07-08T03:35:29","slug":"working-with-email-to-case-agent-in-salesforce","status":"publish","type":"post","link":"https:\/\/www.jitendrazaa.com\/blog\/salesforce\/working-with-email-to-case-agent-in-salesforce\/","title":{"rendered":"Working with Email to Case Agent in Salesforce"},"content":{"rendered":"<p style=\"text-align: justify;\">I have searched web for proper &#8220;Email to Case&#8221;\u009d agent tutorial but didn&#8217;t find enough information so decided to write my own one. Many of you already knows that we have &#8220;On &#8211; Demand&#8221;\u009d email to case, so what is need of this Agent? However there are existing client which are already using this toolkit and that why sometimes they need support for it.<\/p>\n<p><strong>Why Email to case Agent ?<\/strong><\/p>\n<ul>\n<li>Email to case agent is installed on your local\/Server System. It fetches message from your email Server (Email address dedicated to Email to Case), Process it and creates Case records inside Salesforce.<\/li>\n<li>As we know that there is limit of attachment size in Case, so using this Agent we can save that attachment on Local \/ Server hard drive.<\/li>\n<\/ul>\n<p><strong>Pre-requisite for Email to case Agent:<\/strong><\/p>\n<ol>\n<li>JDK 1.5.0_06 or later.<\/li>\n<li>Email to case agent (Download from &#8211;<a title=\"Email to case Agent\" href=\"http:\/\/wiki.apexdevnet.com\/index.php\/Members:Email_To_Case\" rel=\"nofollow\">http:\/\/ wiki.apexdevnet.com \/index.php \/ Members : Email_To_Case<\/a> )<\/li>\n<li>Make sure Email to Case is enabled in Salesforce.<\/li>\n<li>One Email Account which supports <a title=\"IMAP Protocol\" href=\"https:\/\/en.wikipedia.org\/wiki\/Internet_Message_Access_Protocol\" rel=\"nofollow\">IMAP Protocol<\/a>.<\/li>\n<\/ol>\n<p>Now extract, Email to case agent downloaded from above URL.<\/p>\n<p>In folder &#8220;EmailAgent&#8221;\u009d you will find below important 3 files:<\/p>\n<ol>\n<li>email2case.bat (To run Email-to-Case Agent we need to click on this batch file)<\/li>\n<li>email2case.txt<\/li>\n<li>sfdcConfig.txt<\/li>\n<\/ol>\n<p><strong><!--more-->Configuring &#8220;email2case.txt&#8221;\u009d :<\/strong><\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;configFile&gt;\n    &lt;server1&gt;\n        &lt;url&gt;your.EmailServer.Path&lt;\/url&gt;\n        &lt;protocol&gt;imap&lt;\/protocol&gt;\n        &lt;userName&gt;emailtocase@YourEmail.in&lt;\/userName&gt;\n        &lt;password&gt;YourPassword&lt;\/password&gt;\n        &lt;interval&gt;1&lt;\/interval&gt;\n        &lt;inbox&gt;Inbox&lt;\/inbox&gt;\n        &lt;readbox&gt;Inbox.testNestedProcessing&lt;\/readbox&gt;\n        &lt;errorbox&gt;Inbox.testNestedError&lt;\/errorbox&gt;\n    &lt;\/server1&gt;\n&lt;\/configFile&gt;\n<\/pre>\n\n<table id=\"tablepress-10\" class=\"tablepress tablepress-id-10\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\"><div>Parameter<\/div><\/th><th class=\"column-2\"><div>Description<\/div><\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\"><strong>URL<\/strong> <\/td><td class=\"column-2\">Name of the mail server to connect with<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\"><strong>PORT <\/strong> <\/td><td class=\"column-2\">The port to connect to on the Mail Server - optional Default port 143 will be used if not provided.<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\"><strong>PROTOCOL <\/strong> <\/td><td class=\"column-2\">IMAP, but if you want to connect to SSL encrypted IMAP Servers (like e.g. GMAIL) use IMAPS and the PORT 993, may support others in the future.<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\"><strong>USERNAME <\/strong> <\/td><td class=\"column-2\">Name of the user that will login to the mail server. Typically, the name of the email account, like platinumsupport.<br\/><br\/><strong>Note:<\/strong> Exchange may require the following format - userid@domain (as opposed to server\\ ame or just name.)<\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\"><strong>PASSWORD<\/strong>  <\/td><td class=\"column-2\">Password to authenticate the user against the mail server<\/td>\n<\/tr>\n<tr class=\"row-7\">\n\t<td class=\"column-1\"><strong>INTERVAL <\/strong><\/td><td class=\"column-2\">time interval in minute to fetch message from Email Server<\/td>\n<\/tr>\n<tr class=\"row-8\">\n\t<td class=\"column-1\"><strong>INBOX <\/strong><\/td><td class=\"column-2\">Name of the folder to look for new messages in<\/td>\n<\/tr>\n<tr class=\"row-9\">\n\t<td class=\"column-1\"><strong>READBOX <\/strong><\/td><td class=\"column-2\">Name of the folder to move messages to after they have been processed.<\/td>\n<\/tr>\n<tr class=\"row-10\">\n\t<td class=\"column-1\"><strong>ERRORBOX <\/strong><\/td><td class=\"column-2\">Name of the folder to move messages to in the event of an error. If the agent cannot successfully execute a transaction with the sfdc server, messages will be moved to this folder so that manual action can be taken if necessary (requeueing etc...).<br\/><br\/><strong>Note:<\/strong> If you want to nest folder names, be sure to either use the delimiter that is supported by your mail server for separating folders(often \\'\/\\' or \\'.\\' or you can always use \\'.\\' and the agent will convert to the correct delimiter supported by your mail server at runtime.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n<p><strong>Configuring &#8220;sfdcConfig.txt&#8221;\u009d :<\/strong><\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;configFile&gt;\n    &lt;sfdcLogin&gt;\n        &lt;url&gt;https:\/\/www.salesforce.com\/services\/Soap\/u\/9.0&lt;\/url&gt;\n        &lt;userName&gt;SalesforceUserName&lt;\/userName&gt;\n        &lt;password&gt;SalesforcePassword&lt;\/password&gt;\n        &lt;loginRefresh&gt;30&lt;\/loginRefresh&gt;\n        &lt;timeout&gt;600&lt;\/timeout&gt;\n    &lt;\/sfdcLogin&gt;\n    &lt;notify&gt;\n\t    &lt;notifyEmail&gt;jitendraZaa@gmail.com&lt;\/notifyEmail&gt;\n        &lt;from&gt;emailtocase@JitendraZaa.com&lt;\/from&gt;\n        &lt;host&gt;Email Server Host&lt;\/host&gt;\n\t\t&lt;port&gt;25&lt;\/port&gt;\n        &lt;user&gt;emailtocase@JitendraZaa.com&lt;\/user&gt;\n        &lt;password&gt;PasswordofEmail&lt;\/password&gt;\n        &lt;service&gt;com.sforce.mail.SMTPNotificationAuth&lt;\/service&gt;\n    &lt;\/notify&gt;\n    &lt;attachments&gt;\n        &lt;largeAttachmentDirectory&gt;C:\\Users\\JitendraZaa \\Downloads \\EmailAgent \\Attachments \\&lt;\/largeAttachmentDirectory&gt;\n        &lt;largeAttachmentURLPrefix&gt;file:\\C:\\Users \\ JitendraZaa \\Downloads \\EmailAgent \\ Attachments\\&lt;\/largeAttachmentURLPrefix&gt;\n        &lt;largeAttachmentSize&gt;0.5&lt;\/largeAttachmentSize&gt;\n    &lt;\/attachments&gt;\n    &lt;services&gt;\n        &lt;com.sforce.mail.EmailService&gt;C:\\Users  \\JitendraZaa\\ Downloads\\ EmailAgent\\ email2case.txt &lt;\/com.sforce.mail.EmailService&gt;\n    &lt;\/services&gt;\n&lt;\/configFile&gt;\n<\/pre>\n\n<table id=\"tablepress-11\" class=\"tablepress tablepress-id-11\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\"><div>Parameter<\/div><\/th><th class=\"column-2\"><div>Description<\/div><\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\"><strong>NOTIFYEMAIL<\/strong><\/td><td class=\"column-2\">Email address of person to send notification to in event of a problem. To send to multiple recipients, separate addresses by commas.<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\"><strong>FROM<\/strong><\/td><td class=\"column-2\">Sender Address of above.<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\"><strong>HOST<\/strong><\/td><td class=\"column-2\">SMTP Host for Email, or is using Notification extensions this can be any other type of host you need.<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\"><strong>PORT<\/strong><\/td><td class=\"column-2\">SMTP Port for above host - optional. Default port 25 will be used if not provided.<\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\"><strong>USER<\/strong><\/td><td class=\"column-2\">For SMTP, this is the user needed for SMTP to authenticate.<\/td>\n<\/tr>\n<tr class=\"row-7\">\n\t<td class=\"column-1\"><strong>PASSWORD<\/strong><\/td><td class=\"column-2\">For authentication, if needed.<\/td>\n<\/tr>\n<tr class=\"row-8\">\n\t<td class=\"column-1\"><strong>SERVICE<\/strong><\/td><td class=\"column-2\">The class to use for invoking notifications. <br\/><br\/> The provided class, <strong>com.sforce.mail.SMTPNotification<\/strong>, is for sending Email notifications via SMTP. Another class is also provided for use with SMTP servers that require authentication (e.g. Yahoo, Hosted Mail Providers). <br\/><br\/> This Class, <strong>com.sforce.mail.SMTPNotificationAuth<\/strong> does require the user and password parameters to be provided The architecture is designed such that another class could be used in its place for other protocols as desired SMNP, JMX etc... To do this, subclass com.sforce.mail.Notification.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n<p style=\"text-align: justify;\"><strong>Large Attachment processing:<\/strong><br \/>\nSalesforce.com has a limit on the size of attachments for any single case. When an attachment exceeds this limit, the creation of a case for the email fails and an error is generated. To prevent this from happening, and to manage the storage of large attachments, the files can be stripped from the email they are attached to, and stored on a file system that you specify. Here are the settings that you must configure to activate this optional feature.<\/p>\n\n<table id=\"tablepress-12\" class=\"tablepress tablepress-id-12\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\"><div>Parameter<\/div><\/th><th class=\"column-2\"><div>Description<\/div><\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\"><strong>largeAttachmentDirectory<\/strong><\/td><td class=\"column-2\">This is the high level directory where you want to store the attachments. Subdirectories will be created each day an attachment is processed.<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\"><strong>largeAttachmentURLPrefix<\/strong><\/td><td class=\"column-2\">This is a url which will prefix a unique filename stored in a proxy file that points to the real file so that you can link to the file from the Salesforce application<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\"><strong>largeAttachmentSize<\/strong><\/td><td class=\"column-2\">Specified in MB, this is the threshold at which the agent will strip attachments and copy them to disk.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n<figure id=\"attachment_3386\" aria-describedby=\"caption-attachment-3386\" style=\"width: 596px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/i0.wp.com\/jitendrazaa.com\/blog\/wp-content\/uploads\/2013\/07\/Email-To-Case-Agent-Running.png?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\" wp-image-3386 \" alt=\"Email To Case Agent Running Mode\" src=\"https:\/\/i0.wp.com\/jitendrazaa.com\/blog\/wp-content\/uploads\/2013\/07\/Email-To-Case-Agent-Running.png?resize=596%2C641&#038;ssl=1\" width=\"596\" height=\"641\" \/><\/a><figcaption id=\"caption-attachment-3386\" class=\"wp-caption-text\">Email To Case Agent Running Mode<\/figcaption><\/figure>\n<p><strong>Youtube Video Tutorial of Email to Case Agent :<\/strong><br \/>\n<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"\/\/www.youtube.com\/embed\/rbk35_TnQ0Y\" frameborder=\"0\" allowfullscreen><\/iframe><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I have searched web for proper &#8220;Email to Case&#8221;\u009d agent tutorial but didn&#8217;t find enough information so decided to write my own one. Many of you already knows that we have &#8220;On &#8211; Demand&#8221;\u009d email to case, so what is need of this Agent? However there are existing client which are already using this toolkit [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"jz_research_post":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[9],"tags":[90],"class_list":["post-3361","post","type-post","status-publish","format-standard","hentry","category-salesforce","tag-email-to-case"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":4826,"url":"https:\/\/www.jitendrazaa.com\/blog\/salesforce\/setup-live-agent-in-salesforce-community\/","url_meta":{"origin":3361,"position":0},"title":"Setup Live Agent in Salesforce Community &#8211; Video","author":"Jitendra","date":"September 22, 2015","format":false,"excerpt":"Using Live agent, Service representatives can directly chat with customers and resolve customer issue. Chat support is noways preferable way to contact service representative. No need to stay on call for hours, no need to wait for email reply for days. Even I use chat support wherever it is possible\u2026","rel":"","context":"In &quot;Salesforce&quot;","block_context":{"text":"Salesforce","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/salesforce\/"},"img":{"alt_text":"LiveAgent in Community Demo","src":"https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2015\/09\/LiveAgent-in-Community-Demo.gif?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2015\/09\/LiveAgent-in-Community-Demo.gif?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2015\/09\/LiveAgent-in-Community-Demo.gif?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2015\/09\/LiveAgent-in-Community-Demo.gif?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2015\/09\/LiveAgent-in-Community-Demo.gif?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2015\/09\/LiveAgent-in-Community-Demo.gif?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":5487,"url":"https:\/\/www.jitendrazaa.com\/blog\/salesforce\/guide-to-setup-omni-channel-in-salesforce-with-video\/","url_meta":{"origin":3361,"position":1},"title":"Guide to setup Omni Channel in Salesforce with Video","author":"Jitendra","date":"May 12, 2016","format":false,"excerpt":"Step by step guide to know about Omni Channel and how does it makes Call Centre Queue Manager's life easier in Salesforce Service Cloud","rel":"","context":"In &quot;Salesforce&quot;","block_context":{"text":"Salesforce","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/salesforce\/"},"img":{"alt_text":"Omni Channel - Presence Configurations","src":"https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2016\/05\/Omni-Channel-Presence-Configurations.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2016\/05\/Omni-Channel-Presence-Configurations.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2016\/05\/Omni-Channel-Presence-Configurations.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2016\/05\/Omni-Channel-Presence-Configurations.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":5885,"url":"https:\/\/www.jitendrazaa.com\/blog\/salesforce\/salesforce-spring-17-release-my-favorite-features\/","url_meta":{"origin":3361,"position":2},"title":"Salesforce Spring 17 release &#8211; My favorite features","author":"Jitendra","date":"January 27, 2017","format":false,"excerpt":"List of my favorite features in Salesforce Spring 17","rel":"","context":"In &quot;Salesforce&quot;","block_context":{"text":"Salesforce","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/salesforce\/"},"img":{"alt_text":"Salesforce Apex Batch job - Spring 17","src":"https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2017\/01\/Salesforce-Apex-Batch-job-Spring-17.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2017\/01\/Salesforce-Apex-Batch-job-Spring-17.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2017\/01\/Salesforce-Apex-Batch-job-Spring-17.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2017\/01\/Salesforce-Apex-Batch-job-Spring-17.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":3392,"url":"https:\/\/www.jitendrazaa.com\/blog\/salesforce\/troubleshooting-email-to-case\/","url_meta":{"origin":3361,"position":3},"title":"Troubleshooting Email to Case","author":"Jitendra","date":"July 8, 2013","format":false,"excerpt":"In Previous article, I have explained that how to configure Email to Case Agent for creating of cases in Salesforce. This article depicts how to troubleshoot few common problems of Email to case or On Demand Email to Case. Q 1 : Why reply to email is also becoming new\u2026","rel":"","context":"In &quot;Salesforce&quot;","block_context":{"text":"Salesforce","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/salesforce\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":31965,"url":"https:\/\/www.jitendrazaa.com\/blog\/salesforce\/salesforce-agentforce-credits-cost-model-complete-guide-2026\/","url_meta":{"origin":3361,"position":4},"title":"Salesforce Agentforce Credits &#038; Cost Model: Complete Guide 2026","author":"Jitendra","date":"March 16, 2026","format":false,"excerpt":"Master Salesforce Agentforce credits and cost model in 2026. Flex Credits pricing, conversation model, Digital Wallet tracking, and cost optimization strategies explained.","rel":"","context":"In &quot;AI&quot;","block_context":{"text":"AI","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/ai\/"},"img":{"alt_text":"Salesforce Agentforce Credits & Cost Model Complete Guide 2026 - Featured Image","src":"https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2026\/03\/Salesforce-Agentforce-Credits-Cost-Complete-Guide-featured.png?fit=1200%2C675&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2026\/03\/Salesforce-Agentforce-Credits-Cost-Complete-Guide-featured.png?fit=1200%2C675&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2026\/03\/Salesforce-Agentforce-Credits-Cost-Complete-Guide-featured.png?fit=1200%2C675&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2026\/03\/Salesforce-Agentforce-Credits-Cost-Complete-Guide-featured.png?fit=1200%2C675&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2026\/03\/Salesforce-Agentforce-Credits-Cost-Complete-Guide-featured.png?fit=1200%2C675&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":30671,"url":"https:\/\/www.jitendrazaa.com\/blog\/salesforce\/tableau-ai-complete-guide-features-pricing-power-bilooker\/","url_meta":{"origin":3361,"position":5},"title":"Tableau AI Complete Guide: Features, Pricing &amp; Power BI\/Looker Comparison","author":"Jitendra Zaa","date":"December 17, 2025","format":false,"excerpt":"Master Tableau AI capabilities including Tableau Pulse, Tableau Agent, and Agentforce integration. This comprehensive guide covers Tableau pricing tiers, Cloud vs Server deployment, custom ML solutions with TabPy, and detailed comparison with Power BI and Looker based on Gartner's 2025 Magic Quadrant for Analytics and BI Platforms.","rel":"","context":"In &quot;Salesforce&quot;","block_context":{"text":"Salesforce","link":"https:\/\/www.jitendrazaa.com\/blog\/category\/salesforce\/"},"img":{"alt_text":"Salesforce Tableau AI Complete Guide - Features, Pricing and Industry Comparison with Power BI and Looker","src":"https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2025\/12\/Tableau-AI-Complete-Guide-featured.png?fit=1200%2C630&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2025\/12\/Tableau-AI-Complete-Guide-featured.png?fit=1200%2C630&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2025\/12\/Tableau-AI-Complete-Guide-featured.png?fit=1200%2C630&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2025\/12\/Tableau-AI-Complete-Guide-featured.png?fit=1200%2C630&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/www.jitendrazaa.com\/blog\/wp-content\/uploads\/2025\/12\/Tableau-AI-Complete-Guide-featured.png?fit=1200%2C630&ssl=1&resize=1050%2C600 3x"},"classes":[]}],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/posts\/3361","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/comments?post=3361"}],"version-history":[{"count":0,"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/posts\/3361\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/media?parent=3361"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/categories?post=3361"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.jitendrazaa.com\/blog\/wp-json\/wp\/v2\/tags?post=3361"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}