{"id":24360,"date":"2021-02-09T16:58:38","date_gmt":"2021-02-09T11:28:38","guid":{"rendered":"https:\/\/email.uplers.com\/blog\/?p=24360"},"modified":"2023-03-13T15:50:11","modified_gmt":"2023-03-13T10:20:11","slug":"a-deep-dive-into-sfmc-automation-studio-part-4","status":"publish","type":"post","link":"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/","title":{"rendered":"A Deep Dive into \u2018SFMC Automation Studio\u2019 &#8211; Part 4"},"content":{"rendered":"\n<p>We have covered the following Automation Studio activities in detail as a part of the third article of the Automation Studio series.&nbsp;&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>File Transfer<\/li><li>Import File<\/li><li>Data Extract&nbsp;<\/li><\/ul>\n\n\n\n<p>You can find this article <a href=\"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-3\/\">here<\/a>.&nbsp;<\/p>\n\n\n\n<p>Today, as a part of the fourth and final article in the Automation Studio series, we will be covering the use cases and detailed implementation steps for the following activities:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Wait activity&nbsp;<\/li><li>Verification activity<\/li><li>SQL activity&nbsp;&nbsp;<\/li><\/ul>\n\n\n\n<p>So, without further delay, let\u2019s begin.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Wait Activity<\/h3>\n\n\n\n<p>Wait activity within Automation Studio is used for the following purposes:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>To provide the time gap between two different steps\/activities within Automation&nbsp;<\/li><li>To make sure that the previous activity is completed well before the next activity<\/li><\/ul>\n\n\n\n<p><strong>Use case<\/strong>: The customer data is getting imported via File import activity on a nightly basis. The customer data includes the details of all the customers.&nbsp;<\/p>\n\n\n\n<p>Now, an SQL query activity is used to segment the data into two data extensions with male and female customers respectively.&nbsp;<\/p>\n\n\n\n<p>After that, Email activity is configured to send the email to all the male and female customers.<\/p>\n\n\n\n<p>There can be situations where Email activity gets triggered without the SQL activity getting completed on time.&nbsp;<\/p>\n\n\n\n<p>Wait activity is used to address the above problem statement and it makes sure that the activities within the Automation activity are segregated based on time.&nbsp;<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Detailed implementation steps<\/strong><\/p>\n\n\n\n<p>There are two options to configure the Wait Activity within Automation Studio:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><em>Duration<\/em>: This option provides the facility to wait for a duration in an interval of:<ol><li>Minutes&nbsp;<\/li><li>Hours<\/li><li>Days<\/li><li>Weeks<\/li><li>Months<\/li><li>Year<\/li><\/ol><\/li><\/ul>\n\n\n\n<p>This will make sure that the activity is waiting for above mentioned intervals based on the use case.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><em>Specific Time <\/em>&#8211; This option provides the capability to make the time interval within the next 24 hrs&nbsp;<br \/>       &#8211;  It provides the option to set the time within the next 24 hrs<br \/>       &#8211;  Another option is to set the user specific timezone&nbsp;<\/li><\/ul>\n\n\n\n<p>The above two features help you configure the exact time you want to restart the next Automation activity.<\/p>\n\n\n\n<p>This Automation activity will stop the next activity in the Automation Studio flow for the prescribed absolute time or for a prescribed time duration.&nbsp;<\/p>\n\n\n<div class=\"banner_wrapper\" style=\"\"><div class=\"banner  banner-20791 bottom vert custom-banners-theme-default_style\" style=\"\"><a class=\"custom_banners_big_link\"  target=\"_blank\"  href=\"https:\/\/email.uplers.com\/salesforce-marketing-cloud-email-specialist\/\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"200\" src=\"https:\/\/email.uplers.com\/blog\/wp-content\/uploads\/2020\/07\/journeys-in-SFMC-1.jpg\" class=\"attachment-full size-full\" alt=\"Let us help in building personalized journeys in SFMC\" srcset=\"https:\/\/email.uplers.com\/blog\/wp-content\/uploads\/2020\/07\/journeys-in-SFMC-1.jpg 800w, https:\/\/email.uplers.com\/blog\/wp-content\/uploads\/2020\/07\/journeys-in-SFMC-1-300x75.jpg 300w, https:\/\/email.uplers.com\/blog\/wp-content\/uploads\/2020\/07\/journeys-in-SFMC-1-768x192.jpg 768w, https:\/\/email.uplers.com\/blog\/wp-content\/uploads\/2020\/07\/journeys-in-SFMC-1-624x156.jpg 624w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/a><\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Verification Activity<\/h3>\n\n\n\n<p>Verification Activity within Automation studio is used to validate the no. of records within a Data Extension. This is helpful to validate if any next activity requires validation on the records.&nbsp;<\/p>\n\n\n\n<p><strong>Use case<\/strong>: Similar to the previous scenario &#8211; the customer data is getting imported via File import activity on a nightly basis within the Marketing Cloud org. The customer data includes the details of all the customers.&nbsp;<\/p>\n\n\n\n<p>Post that there is a SQL query activity that helps in segmenting the data between male customers and female customers in the Data extension.<\/p>\n\n\n\n<p>As a part of the final step in the flow, an Email activity is configured to send the email to all the male and female customers.&nbsp;<\/p>\n\n\n\n<p>As a best practice, you should verify the no. of records before the Email trigger. Make sure the Data Extension contains approx relevant no. of records, and in case of any deviation from the range, the system should notify the admin or should stop the Automation activity.&nbsp;<\/p>\n\n\n\n<p><strong>Detailed implementation steps<\/strong><\/p>\n\n\n\n<p>There are three steps involved in configuring the Verification Activity within Automation Studio:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><em>Target<\/em> &#8211; This option allows you to select the target Data Extension in which the verification rules should be built. You can choose between Data Extension within the Automation and all the existing Data Extensions. Considering the above use case, it will be the Customer Data Extension&nbsp;&nbsp;&nbsp;<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><em>Rules<\/em> &#8211; These are the validation rules imposed on the Data Extension. They are defined in multiple picklist options as below:<\/li><\/ul>\n\n\n\n<p>Count &#8211; This field shows the option for Is or Is Not value&nbsp;<\/p>\n\n\n\n<p>Condition &#8211; There are multiple options in this picklist:   Equal to, Less than, Greater than, Outside range, Inside range <\/p>\n\n\n\n<p>Number: This field allows you to enter a number value which represents the no. of the record in the Data extension.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Stop Automation: This flag should be used in case you want to stop the Automation if the condition\/rules set in the previous steps is\/are met.<\/p>\n\n\n\n<p>Send Email Notification: This flag allows you to enter the email address of the relevant stakeholders like admin in case the above condition is met.&nbsp;<\/p>\n\n\n\n<p>Recipient Email Address: Email address of the stakeholder&nbsp;<\/p>\n\n\n\n<p>Notes: This is the text or body that goes as the notification emails.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><em>Summary<\/em>: This step lets you validate the configurations completed till now and save it&nbsp;<\/li><\/ul>\n\n\n\n<p>This Automation activity will stop the Automation or send notification email if there is any issue with the records in the chosen Data extension.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">SQL activity&nbsp;<\/h3>\n\n\n\n<p>SQL activity is used for the following purposes:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Data segmentation and filter: This is used in scenarios where you need to segment the data with the help of SQL activity and not filter activity. The requirement is generally more complex as compared to filter query<br \/><\/li><li>Retrieve data from Data views- Data views are the system tables that hold the values of detailed email activities like bounce, open, clicks, etc. for the last 6 months<\/li><\/ul>\n\n\n\n<p><strong>Use case<\/strong>: If Marketers want to fetch the data from multiple tables into a new table i.e. Data Extension, SQL activity is required. If we want to create a new table or Data Extension with inputs from customer data tables and customer product purchased tables, SQL query should be used. It easily fetches the data with the help of Join statements. However, this activity requires you to have some knowledge of writing SQL queries.&nbsp;<\/p>\n\n\n\n<p><strong>Detailed implementation steps<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><em>Properties:&nbsp;<\/em><\/li><\/ul>\n\n\n\n<p>Name: Provide the name of the activity&nbsp;<\/p>\n\n\n\n<p>External Key: Enter the API detail<\/p>\n\n\n\n<p>Folder Location &#8211; Select the folder location for the query to be stored<\/p>\n\n\n\n<p>Description &#8211; Add the purpose of the activity&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><em>Query:<\/em><\/li><\/ul>\n\n\n\n<p> Create the query in the editor and validate the syntax.<\/p>\n\n\n\n<p>Target Data Extension:&nbsp;<\/p>\n\n\n\n<p> Select the target Data Extension from the list.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><em>Summary:<\/em><\/li><\/ul>\n\n\n\n<p>\tReview the configuration made in this activity.<\/p>\n\n\n\n<p>This Automation activity will fetch the data from multiple tables and store the result set in the desired Data Extension.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Wrap up<\/h3>\n\n\n\n<p>So, that\u2019s all about&nbsp; Automation Studio. In this series, we have covered all the important aspects within the Automation Studio module.&nbsp;<\/p>\n\n\n\n<p>While we started this journey by exploring the key differences between Journey Builder and <a href=\"https:\/\/email.uplers.com\/blog\/sfmc-automation-studio-part-1\/\">Automation studio<\/a>, we then ventured into all the Activities in detail within the umbrella of Automation Studio along with their use case and detailed implementation steps.&nbsp;<\/p>\n\n\n\n<p>We hope you now have awesome clarity about Send Email Activity, Filter Activity, File Transfer Activity, Import File Activity, Data Extract Activity, Wait Activity, Verification Activity and SQL Activity.<\/p>\n\n\n\n<p>Need help with managing your email campaigns in SFMC? Let our <a href=\"https:\/\/email.uplers.com\/salesforce-marketing-cloud-email-specialist\/\">Salesforce Marketing Cloud Email Specialist<\/a> help. <br \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to implement Wait activity, Verification activity, and SQL activity in SFMC Automation studio? Here\u2019s a peek into the details<\/p>\n","protected":false},"author":42,"featured_media":24361,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1158],"tags":[],"class_list":["post-24360","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-salesforce-marketing-cloud"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>A Detailed Guide into \u2018SFMC Automation Studio\u2019 - Part 4<\/title>\n<meta name=\"description\" content=\"In this guide we have covered the automation studio activities in detail as a part of the fourth article of the Automation Studio series.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A Detailed Guide into \u2018SFMC Automation Studio\u2019 - Part 4\" \/>\n<meta property=\"og:description\" content=\"In this guide we have covered the automation studio activities in detail as a part of the fourth article of the Automation Studio series.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/\" \/>\n<meta property=\"og:site_name\" content=\"Email Uplers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/email.uplers\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-02-09T11:28:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-13T10:20:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/email.uplers.com\/blog\/wp-content\/uploads\/2021\/02\/Deep-Dive-into-Automation-Studio-within-SFMC-Part-4-540x282.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"540\" \/>\n\t<meta property=\"og:image:height\" content=\"282\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Chintan Doshi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@email_uplers\" \/>\n<meta name=\"twitter:site\" content=\"@email_uplers\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Chintan Doshi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/\",\"url\":\"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/\",\"name\":\"A Detailed Guide into \u2018SFMC Automation Studio\u2019 - Part 4\",\"isPartOf\":{\"@id\":\"https:\/\/email.uplers.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/email.uplers.com\/blog\/wp-content\/uploads\/2021\/02\/Deep-Dive-into-Automation-Studio-within-SFMC-Part-4.jpg\",\"author\":{\"@id\":\"https:\/\/email.uplers.com\/blog\/#\/schema\/person\/81d2df4983baf495159753841ca762a7\"},\"description\":\"In this guide we have covered the automation studio activities in detail as a part of the fourth article of the Automation Studio series.\",\"breadcrumb\":{\"@id\":\"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/#primaryimage\",\"url\":\"https:\/\/email.uplers.com\/blog\/wp-content\/uploads\/2021\/02\/Deep-Dive-into-Automation-Studio-within-SFMC-Part-4.jpg\",\"contentUrl\":\"https:\/\/email.uplers.com\/blog\/wp-content\/uploads\/2021\/02\/Deep-Dive-into-Automation-Studio-within-SFMC-Part-4.jpg\",\"width\":1170,\"height\":470,\"caption\":\"A Deep Dive into \u2018SFMC Automation Studio\u2019 - Part 4\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/email.uplers.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A Deep Dive into \u2018SFMC Automation Studio\u2019 &#8211; Part 4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/email.uplers.com\/blog\/#website\",\"url\":\"https:\/\/email.uplers.com\/blog\/\",\"name\":\"Email Uplers\",\"description\":\"Email Marketing Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/email.uplers.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/email.uplers.com\/blog\/#\/schema\/person\/81d2df4983baf495159753841ca762a7\",\"name\":\"Chintan Doshi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/email.uplers.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/email.uplers.com\/blog\/wp-content\/uploads\/2021\/01\/741E5297-A6D7-4244-83AB-93BA73AE81A5-96x96.jpg\",\"contentUrl\":\"https:\/\/email.uplers.com\/blog\/wp-content\/uploads\/2021\/01\/741E5297-A6D7-4244-83AB-93BA73AE81A5-96x96.jpg\",\"caption\":\"Chintan Doshi\"},\"description\":\"Chintan is the Sr. Manager Email Marketing &amp; CRM at Email Uplers. He loves email marketing and has been in the industry from last seven years. His track record of email marketing success covers building email programs from scratch and using data-driven strategies to turn around underperforming accounts.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A Detailed Guide into \u2018SFMC Automation Studio\u2019 - Part 4","description":"In this guide we have covered the automation studio activities in detail as a part of the fourth article of the Automation Studio series.","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:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/","og_locale":"en_US","og_type":"article","og_title":"A Detailed Guide into \u2018SFMC Automation Studio\u2019 - Part 4","og_description":"In this guide we have covered the automation studio activities in detail as a part of the fourth article of the Automation Studio series.","og_url":"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/","og_site_name":"Email Uplers","article_publisher":"https:\/\/www.facebook.com\/email.uplers\/","article_published_time":"2021-02-09T11:28:38+00:00","article_modified_time":"2023-03-13T10:20:11+00:00","og_image":[{"width":540,"height":282,"url":"https:\/\/email.uplers.com\/blog\/wp-content\/uploads\/2021\/02\/Deep-Dive-into-Automation-Studio-within-SFMC-Part-4-540x282.jpg","type":"image\/jpeg"}],"author":"Chintan Doshi","twitter_card":"summary_large_image","twitter_creator":"@email_uplers","twitter_site":"@email_uplers","twitter_misc":{"Written by":"Chintan Doshi","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/","url":"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/","name":"A Detailed Guide into \u2018SFMC Automation Studio\u2019 - Part 4","isPartOf":{"@id":"https:\/\/email.uplers.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/#primaryimage"},"image":{"@id":"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/#primaryimage"},"thumbnailUrl":"https:\/\/email.uplers.com\/blog\/wp-content\/uploads\/2021\/02\/Deep-Dive-into-Automation-Studio-within-SFMC-Part-4.jpg","author":{"@id":"https:\/\/email.uplers.com\/blog\/#\/schema\/person\/81d2df4983baf495159753841ca762a7"},"description":"In this guide we have covered the automation studio activities in detail as a part of the fourth article of the Automation Studio series.","breadcrumb":{"@id":"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/#primaryimage","url":"https:\/\/email.uplers.com\/blog\/wp-content\/uploads\/2021\/02\/Deep-Dive-into-Automation-Studio-within-SFMC-Part-4.jpg","contentUrl":"https:\/\/email.uplers.com\/blog\/wp-content\/uploads\/2021\/02\/Deep-Dive-into-Automation-Studio-within-SFMC-Part-4.jpg","width":1170,"height":470,"caption":"A Deep Dive into \u2018SFMC Automation Studio\u2019 - Part 4"},{"@type":"BreadcrumbList","@id":"https:\/\/email.uplers.com\/blog\/a-deep-dive-into-sfmc-automation-studio-part-4\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/email.uplers.com\/blog\/"},{"@type":"ListItem","position":2,"name":"A Deep Dive into \u2018SFMC Automation Studio\u2019 &#8211; Part 4"}]},{"@type":"WebSite","@id":"https:\/\/email.uplers.com\/blog\/#website","url":"https:\/\/email.uplers.com\/blog\/","name":"Email Uplers","description":"Email Marketing Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/email.uplers.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/email.uplers.com\/blog\/#\/schema\/person\/81d2df4983baf495159753841ca762a7","name":"Chintan Doshi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/email.uplers.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/email.uplers.com\/blog\/wp-content\/uploads\/2021\/01\/741E5297-A6D7-4244-83AB-93BA73AE81A5-96x96.jpg","contentUrl":"https:\/\/email.uplers.com\/blog\/wp-content\/uploads\/2021\/01\/741E5297-A6D7-4244-83AB-93BA73AE81A5-96x96.jpg","caption":"Chintan Doshi"},"description":"Chintan is the Sr. Manager Email Marketing &amp; CRM at Email Uplers. He loves email marketing and has been in the industry from last seven years. His track record of email marketing success covers building email programs from scratch and using data-driven strategies to turn around underperforming accounts."}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/email.uplers.com\/blog\/wp-json\/wp\/v2\/posts\/24360","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/email.uplers.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/email.uplers.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/email.uplers.com\/blog\/wp-json\/wp\/v2\/users\/42"}],"replies":[{"embeddable":true,"href":"https:\/\/email.uplers.com\/blog\/wp-json\/wp\/v2\/comments?post=24360"}],"version-history":[{"count":12,"href":"https:\/\/email.uplers.com\/blog\/wp-json\/wp\/v2\/posts\/24360\/revisions"}],"predecessor-version":[{"id":35510,"href":"https:\/\/email.uplers.com\/blog\/wp-json\/wp\/v2\/posts\/24360\/revisions\/35510"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/email.uplers.com\/blog\/wp-json\/wp\/v2\/media\/24361"}],"wp:attachment":[{"href":"https:\/\/email.uplers.com\/blog\/wp-json\/wp\/v2\/media?parent=24360"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/email.uplers.com\/blog\/wp-json\/wp\/v2\/categories?post=24360"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/email.uplers.com\/blog\/wp-json\/wp\/v2\/tags?post=24360"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}