{"id":1928,"date":"2019-05-22T16:07:01","date_gmt":"2019-05-22T16:07:01","guid":{"rendered":"https:\/\/www.leadshook.com\/help\/?p=1928"},"modified":"2024-02-14T11:52:03","modified_gmt":"2024-02-14T11:52:03","slug":"how-to-capture-and-display-date-and-time","status":"publish","type":"post","link":"https:\/\/www.leadshook.com\/help\/how-to-capture-and-display-date-and-time\/","title":{"rendered":"How to capture and display  Date and Time"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction:<\/h2>\n\n\n\n<p>This guide shows how to create custom fields for capturing and displaying date and time in LeadsHook. We will cover how to set up date, time, and datetime fields and how to capture and display these fields using nodes and the text editor.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. First create custom fields <\/strong><\/h3>\n\n\n\n<p>To create a custom Date field:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Create a new custom field<\/li>\n\n\n\n<li>Give it a variable name (eg. date)<\/li>\n\n\n\n<li>Give it a label (eg. Date)<\/li>\n\n\n\n<li>Select date as the type<\/li>\n\n\n\n<li>Enable the visibility<\/li>\n<\/ol>\n\n\n\n<p>For example:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"993\" height=\"647\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/05\/date-1.png\" alt=\"\" class=\"wp-image-1930\" style=\"border: 1px solid black; width: 520px;\"><\/figure>\n\n\n\n<p>To create a custom Time field:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Create a new custom field<\/li>\n\n\n\n<li>Give it a variable name (eg. time)<\/li>\n\n\n\n<li>Give it a label (eg. Time)<\/li>\n\n\n\n<li>Select time as the type<\/li>\n\n\n\n<li>Enable the visibility<\/li>\n<\/ol>\n\n\n\n<p>For example:<br><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"993\" height=\"647\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/05\/time.png\" alt=\"\" class=\"wp-image-1931\" style=\"border: 1px solid black; width: 520px;\"><\/figure>\n\n\n\n<p>To create a custom Datetime field:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Create a new custom field<\/li>\n\n\n\n<li>Give it a variable name (eg. datetime)<\/li>\n\n\n\n<li>Give it a label (eg. Date &amp; Time)<\/li>\n\n\n\n<li>Select datetime as the type<\/li>\n\n\n\n<li>Enable the visibility<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"994\" height=\"649\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/05\/datetime.png\" alt=\"\" class=\"wp-image-1936\" style=\"border: 1px solid black; width: 520px;\"><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">2. To capture and display node level Date\/Time\/Datetime<\/h3>\n\n\n\n<figure class=\"wp-block-video\"><video height=\"1080\" style=\"aspect-ratio: 1920 \/ 1080;\" width=\"1920\" controls src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/05\/Capture-Date-Time-in-a-Node.mp4\"><\/video><figcaption class=\"wp-element-caption\">How to capture and display time &amp; date in a node<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">3. To capture and display Date\/Time\/Datetime fields using the text editor.<\/h3>\n\n\n\n<p>For the date chooser. In a question&#8217;s text editor paste this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;p style=\"text-align: center;\"&gt;Select a Date&nbsp;&lt;\/p&gt;\n\n&lt;p style=\"text-align: center;\"&gt;&lt;input name=\"date\" type=\"date\" \/&gt;&lt;\/p&gt;<\/code><\/pre>\n\n\n\n<p>To display this variable just type the variable name into a question&#8217;s text editor. For example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{date}<\/code><\/pre>\n\n\n\n<p>For the time chooser. In a question&#8217;s text editor paste this: <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;p style=\"text-align: center;\"&gt;Select a Time&nbsp;&lt;\/p&gt;\n\n&lt;p style=\"text-align: center;\"&gt;&lt;input name=\"time\" type=\"time\" \/&gt;&lt;\/p&gt;<\/code><\/pre>\n\n\n\n<p> To display this variable just type the variable name into a question&#8217;s text editor. For example: <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{time}<\/code><\/pre>\n\n\n\n<p>For the Datetime chooser. In a question&#8217;s text editor paste this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;p style=\"text-align: center;\"&gt;Select a Date &amp; Time&nbsp;&lt;\/p&gt;\n\n&lt;p style=\"text-align: center;\"&gt;&lt;input name=\"datetime\" type=\"datetime-local\" \/&gt;&lt;\/p&gt;<\/code><\/pre>\n\n\n\n<p><br> To display this variable just type the variable name into a question&#8217;s text editor. For example:  <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{datetime}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">4. To capture and display Date\/Time\/Datetime fields using the Chatbot.<\/h3>\n\n\n\n<figure class=\"wp-block-video\"><video height=\"1080\" style=\"aspect-ratio: 1920 \/ 1080;\" width=\"1920\" controls src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/05\/Capture-Date_Time-using-a-Chatbot.mp4\"><\/video><figcaption class=\"wp-element-caption\">Capture and display time &amp; dates using the chatbot<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Pro Tips:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Make sure to test the functionality of your custom fields after creation.<\/li>\n\n\n\n<li>Ensure the fields&#8217; visibility is enabled for them to function correctly.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Troubleshooting:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If the fields aren&#8217;t working as expected, double-check the input type and the custom field&#8217;s visibility.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion:<\/h2>\n\n\n\n<p>By following these steps, you can capture and display date and time data in your decision trees. This adds a dynamic element to your decision trees, allowing you to use real-time data to personalize your nodes further.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction: This guide shows how to create custom fields for capturing and displaying date and time in LeadsHook. We will cover how to set up date, time, and datetime fields and how to capture and display these fields using nodes and the text editor. 1. First create custom fields To create a custom Date field: [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[158,12,259,138],"tags":[365,366,367,248,20,4,355,368],"class_list":["post-1928","post","type-post","status-publish","format-standard","hentry","category-custom-field","category-leadshook","category-nodes","category-questions-answers","tag-date","tag-date-time","tag-date-and-time","tag-date-validation","tag-dates","tag-leadshook","tag-time","tag-times"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to capture and display Date and Time - LeadsHook Knowledge Base<\/title>\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.leadshook.com\/help\/how-to-capture-and-display-date-and-time\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to capture and display Date and Time - LeadsHook Knowledge Base\" \/>\n<meta property=\"og:description\" content=\"Introduction: This guide shows how to create custom fields for capturing and displaying date and time in LeadsHook. We will cover how to set up date, time, and datetime fields and how to capture and display these fields using nodes and the text editor. 1. First create custom fields To create a custom Date field: [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.leadshook.com\/help\/how-to-capture-and-display-date-and-time\/\" \/>\n<meta property=\"og:site_name\" content=\"LeadsHook Knowledge Base\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/leadshook\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-05-22T16:07:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-14T11:52:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/05\/date-1.png\" \/>\n<meta name=\"author\" content=\"Nik T\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@leadshook\" \/>\n<meta name=\"twitter:site\" content=\"@leadshook\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nik T\" \/>\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.leadshook.com\\\/help\\\/how-to-capture-and-display-date-and-time\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-capture-and-display-date-and-time\\\/\"},\"author\":{\"name\":\"Nik T\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#\\\/schema\\\/person\\\/4bfe37d814563cc729828b7055313f4d\"},\"headline\":\"How to capture and display Date and Time\",\"datePublished\":\"2019-05-22T16:07:01+00:00\",\"dateModified\":\"2024-02-14T11:52:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-capture-and-display-date-and-time\\\/\"},\"wordCount\":371,\"publisher\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-capture-and-display-date-and-time\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/date-1.png\",\"keywords\":[\"date\",\"date &amp; time\",\"date and time\",\"Date Validation\",\"dates\",\"Leadshook\",\"time\",\"times\"],\"articleSection\":[\"Custom Fields\",\"LeadsHook\",\"Nodes\",\"Questions &amp; Answers\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-capture-and-display-date-and-time\\\/\",\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-capture-and-display-date-and-time\\\/\",\"name\":\"How to capture and display Date and Time - LeadsHook Knowledge Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-capture-and-display-date-and-time\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-capture-and-display-date-and-time\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/date-1.png\",\"datePublished\":\"2019-05-22T16:07:01+00:00\",\"dateModified\":\"2024-02-14T11:52:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-capture-and-display-date-and-time\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-capture-and-display-date-and-time\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-capture-and-display-date-and-time\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/date-1.png\",\"contentUrl\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/date-1.png\",\"width\":993,\"height\":647},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/how-to-capture-and-display-date-and-time\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to capture and display Date and Time\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#website\",\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/\",\"name\":\"LeadsHook Knowledge Base\",\"description\":\"LeadsHook Training &amp; Technical Help\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#organization\",\"name\":\"LeadsHook\",\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/leadshook-logo.png\",\"contentUrl\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/leadshook-logo.png\",\"width\":350,\"height\":83,\"caption\":\"LeadsHook\"},\"image\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/leadshook\\\/\",\"https:\\\/\\\/x.com\\\/leadshook\",\"https:\\\/\\\/www.linkedin.com\\\/showcase\\\/leadshook\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#\\\/schema\\\/person\\\/4bfe37d814563cc729828b7055313f4d\",\"name\":\"Nik T\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/48d53e68db0b1db1cd5c54a750130fb2ee0c663306ff1bd434373f1a368ef7a0?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/48d53e68db0b1db1cd5c54a750130fb2ee0c663306ff1bd434373f1a368ef7a0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/48d53e68db0b1db1cd5c54a750130fb2ee0c663306ff1bd434373f1a368ef7a0?s=96&d=mm&r=g\",\"caption\":\"Nik T\"},\"sameAs\":[\"http:\\\/\\\/www.LeadsHook.com\"],\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/author\\\/nik\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to capture and display Date and Time - LeadsHook Knowledge Base","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.leadshook.com\/help\/how-to-capture-and-display-date-and-time\/","og_locale":"en_US","og_type":"article","og_title":"How to capture and display Date and Time - LeadsHook Knowledge Base","og_description":"Introduction: This guide shows how to create custom fields for capturing and displaying date and time in LeadsHook. We will cover how to set up date, time, and datetime fields and how to capture and display these fields using nodes and the text editor. 1. First create custom fields To create a custom Date field: [&hellip;]","og_url":"https:\/\/www.leadshook.com\/help\/how-to-capture-and-display-date-and-time\/","og_site_name":"LeadsHook Knowledge Base","article_publisher":"https:\/\/www.facebook.com\/leadshook\/","article_published_time":"2019-05-22T16:07:01+00:00","article_modified_time":"2024-02-14T11:52:03+00:00","og_image":[{"url":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/05\/date-1.png","type":"","width":"","height":""}],"author":"Nik T","twitter_card":"summary_large_image","twitter_creator":"@leadshook","twitter_site":"@leadshook","twitter_misc":{"Written by":"Nik T","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.leadshook.com\/help\/how-to-capture-and-display-date-and-time\/#article","isPartOf":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-capture-and-display-date-and-time\/"},"author":{"name":"Nik T","@id":"https:\/\/www.leadshook.com\/help\/#\/schema\/person\/4bfe37d814563cc729828b7055313f4d"},"headline":"How to capture and display Date and Time","datePublished":"2019-05-22T16:07:01+00:00","dateModified":"2024-02-14T11:52:03+00:00","mainEntityOfPage":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-capture-and-display-date-and-time\/"},"wordCount":371,"publisher":{"@id":"https:\/\/www.leadshook.com\/help\/#organization"},"image":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-capture-and-display-date-and-time\/#primaryimage"},"thumbnailUrl":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/05\/date-1.png","keywords":["date","date &amp; time","date and time","Date Validation","dates","Leadshook","time","times"],"articleSection":["Custom Fields","LeadsHook","Nodes","Questions &amp; Answers"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.leadshook.com\/help\/how-to-capture-and-display-date-and-time\/","url":"https:\/\/www.leadshook.com\/help\/how-to-capture-and-display-date-and-time\/","name":"How to capture and display Date and Time - LeadsHook Knowledge Base","isPartOf":{"@id":"https:\/\/www.leadshook.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-capture-and-display-date-and-time\/#primaryimage"},"image":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-capture-and-display-date-and-time\/#primaryimage"},"thumbnailUrl":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/05\/date-1.png","datePublished":"2019-05-22T16:07:01+00:00","dateModified":"2024-02-14T11:52:03+00:00","breadcrumb":{"@id":"https:\/\/www.leadshook.com\/help\/how-to-capture-and-display-date-and-time\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.leadshook.com\/help\/how-to-capture-and-display-date-and-time\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.leadshook.com\/help\/how-to-capture-and-display-date-and-time\/#primaryimage","url":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/05\/date-1.png","contentUrl":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2019\/05\/date-1.png","width":993,"height":647},{"@type":"BreadcrumbList","@id":"https:\/\/www.leadshook.com\/help\/how-to-capture-and-display-date-and-time\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.leadshook.com\/help\/"},{"@type":"ListItem","position":2,"name":"How to capture and display Date and Time"}]},{"@type":"WebSite","@id":"https:\/\/www.leadshook.com\/help\/#website","url":"https:\/\/www.leadshook.com\/help\/","name":"LeadsHook Knowledge Base","description":"LeadsHook Training &amp; Technical Help","publisher":{"@id":"https:\/\/www.leadshook.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.leadshook.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.leadshook.com\/help\/#organization","name":"LeadsHook","url":"https:\/\/www.leadshook.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.leadshook.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2018\/12\/leadshook-logo.png","contentUrl":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2018\/12\/leadshook-logo.png","width":350,"height":83,"caption":"LeadsHook"},"image":{"@id":"https:\/\/www.leadshook.com\/help\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/leadshook\/","https:\/\/x.com\/leadshook","https:\/\/www.linkedin.com\/showcase\/leadshook\/"]},{"@type":"Person","@id":"https:\/\/www.leadshook.com\/help\/#\/schema\/person\/4bfe37d814563cc729828b7055313f4d","name":"Nik T","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/48d53e68db0b1db1cd5c54a750130fb2ee0c663306ff1bd434373f1a368ef7a0?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/48d53e68db0b1db1cd5c54a750130fb2ee0c663306ff1bd434373f1a368ef7a0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/48d53e68db0b1db1cd5c54a750130fb2ee0c663306ff1bd434373f1a368ef7a0?s=96&d=mm&r=g","caption":"Nik T"},"sameAs":["http:\/\/www.LeadsHook.com"],"url":"https:\/\/www.leadshook.com\/help\/author\/nik\/"}]}},"_links":{"self":[{"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/posts\/1928","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/comments?post=1928"}],"version-history":[{"count":8,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/posts\/1928\/revisions"}],"predecessor-version":[{"id":7110,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/posts\/1928\/revisions\/7110"}],"wp:attachment":[{"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/media?parent=1928"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/categories?post=1928"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/tags?post=1928"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}