{"id":3715,"date":"2020-12-16T15:09:53","date_gmt":"2020-12-16T15:09:53","guid":{"rendered":"https:\/\/www.leadshook.com\/help\/?p=3715"},"modified":"2024-02-14T11:40:29","modified_gmt":"2024-02-14T11:40:29","slug":"ontraport-api","status":"publish","type":"post","link":"https:\/\/www.leadshook.com\/help\/ontraport-api\/","title":{"rendered":"Ontraport API"},"content":{"rendered":"\n<ul class=\"wp-block-list\">\n<li>Its possible to send a webhook or API call from LH into the Ontraport API.<\/li>\n\n\n\n<li>They have quite a large set of functions.<\/li>\n\n\n\n<li>In this example we will be creating a new contact with data about them.<\/li>\n\n\n\n<li>The official documentation is located here: <a href=\"http:\/\/api.ontraport.com\/doc\/#create-a-contact\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/api.ontraport.com\/doc\/#create-a-contact<\/a><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 1:<\/strong> Get your <strong>API key<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 2:<\/strong> Get your <strong>App ID<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">These credentials can be requested in your&nbsp;<a href=\"https:\/\/app.ontraport.com\/#!\/api_settings\/listAll\" target=\"_blank\" rel=\"noreferrer noopener\">Administration settings<\/a>.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>To setup the webhook ( or api ) node in LeadsHook<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 3:<\/strong> Now add a webhook node ( or api node ) onto your canvas<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We need to set it up like so:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1791\" height=\"832\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/09\/image-1.png\" alt=\"\" class=\"wp-image-4420\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Title:<\/strong> can  be any description for your webhook\/api node<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Method:<\/strong> must be POST to create a new contact<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Request URL:<\/strong> https:\/\/api.ontraport.com\/1\/Contacts<\/p>\n\n\n\n<p class=\"has-luminous-vivid-amber-background-color has-background wp-block-paragraph\"><strong>Note: <\/strong>If you want to update a contact instead, you may use the request URL below: <a href=\"https:\/\/api.ontraport.com\/1\/Contacts\/saveorupdate\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/api.ontraport.com\/1\/Contacts\/saveorupdate<\/a><br><br>This url will try to update if the contact is already existing in Ontraport, if not then it will create a a new contact instead.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Data:<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this example we are using JSON format. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The left hand side of the Data ( the keys ) are listed on the Ontraport API spec. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can see I have added &#8220;firstname&#8221;, &#8220;lastname&#8221;, and &#8220;email&#8221;. But you can add as many as you need. Just lookup the key names on the Ontraport API spec ( <a href=\"http:\/\/api.ontraport.com\/doc\/#create-a-contact\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/api.ontraport.com\/doc\/#create-a-contact <\/a>)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On the right hand side of the JSON Data ( the values ) are the LeadsHook custom fields you captured in your Decision tree. {first_name}, {last_name}, and {email} in this example.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Both keys &amp; values must be surrounded by double quotes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And each pair has a colon between them.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Finally each line has a comma at the end. Except for the last line.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The Headers:<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Api-Key<\/strong> on the left and its value on the right <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Api-Appid<\/strong> on the left and its value on the right<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Content-type<\/strong> on the left and <strong>application\/json<\/strong> on the right<\/p>\n\n\n\n<p class=\"has-luminous-vivid-amber-background-color has-background wp-block-paragraph\"><strong>IMPORTANT:<\/strong> As for the custom fields that you want to pass to Ontraport Like, Gender or any other fields that are not included as default parameters which are listed below. They need to be created within your Ontraport account as custom fields and Ontraport will then assign an ID to them which you will need to send over Leadshook Custom Fields to Ontraport. Refer to the guide at the bottom of this page on how to get the field ID\/Alias<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br>You can refer the complete list of the default Fields that you can map in Ontraport here: http:\/\/api.ontraport.com\/doc\/#merge-or-create-a-contact<br><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"841\" height=\"969\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/09\/Ontraport-fields.png\" alt=\"\" class=\"wp-image-4436\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">HOW TO GET THE Custom Field ID:<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 1:<\/strong> Go here: https:\/\/api.ontraport.com\/live\/#!\/Contacts\/getMeta<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 2:<\/strong> Enter your API key and API ID at the top of the page. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1660\" height=\"468\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/09\/api.png\" alt=\"\" class=\"wp-image-4437\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 3:<\/strong> Click Get \/Contacts\/Meta then click &#8220;Try it out&#8221; This will grab all info from all existing fields within your Ontraport account which includes the Field IDs.<br><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1612\" height=\"943\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/09\/Get-Info.png\" alt=\"\" class=\"wp-image-4438\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And on the response body, you should see all the info of the fields including the field ID which is highlighted below.<br><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"958\" height=\"892\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/09\/ID-1.png\" alt=\"\" class=\"wp-image-4440\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 5:<\/strong> For this example, as you can see from the image above. The field &#8220;sex-gender&#8221; uses the field ID f1921. You can then use this ID to send over your gender custom field from Leadshook to Ontraport by using it on your webhook\/API JSON payload. This will map it to your Ontraport Sex-Gender custom field and it will then transfer properly.<br><br><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1242\" height=\"547\" src=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/09\/payload.png\" alt=\"\" class=\"wp-image-4441\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Step 1: Get your API key Step 2: Get your App ID These credentials can be requested in your&nbsp;Administration settings.&nbsp; To setup the webhook ( or api ) node in LeadsHook Step 3: Now add a webhook node ( or api node ) onto your canvas We need to set it up like so: Title: [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[27,291,281],"tags":[535,788,285],"class_list":["post-3715","post","type-post","status-publish","format-standard","hentry","category-decision-tree","category-lead-distribution","category-webhooks","tag-api","tag-ontraport","tag-webhook"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Ontraport API - 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\/ontraport-api\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ontraport API - LeadsHook Knowledge Base\" \/>\n<meta property=\"og:description\" content=\"Step 1: Get your API key Step 2: Get your App ID These credentials can be requested in your&nbsp;Administration settings.&nbsp; To setup the webhook ( or api ) node in LeadsHook Step 3: Now add a webhook node ( or api node ) onto your canvas We need to set it up like so: Title: [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.leadshook.com\/help\/ontraport-api\/\" \/>\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=\"2020-12-16T15:09:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-14T11:40:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/09\/image-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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/ontraport-api\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/ontraport-api\\\/\"},\"author\":{\"name\":\"Nik T\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#\\\/schema\\\/person\\\/4bfe37d814563cc729828b7055313f4d\"},\"headline\":\"Ontraport API\",\"datePublished\":\"2020-12-16T15:09:53+00:00\",\"dateModified\":\"2024-02-14T11:40:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/ontraport-api\\\/\"},\"wordCount\":576,\"publisher\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/ontraport-api\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/image-1.png\",\"keywords\":[\"api\",\"ontraport\",\"webhook\"],\"articleSection\":[\"Decision Tree\",\"Lead Distribution\",\"Webhooks\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/ontraport-api\\\/\",\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/ontraport-api\\\/\",\"name\":\"Ontraport API - LeadsHook Knowledge Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/ontraport-api\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/ontraport-api\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/image-1.png\",\"datePublished\":\"2020-12-16T15:09:53+00:00\",\"dateModified\":\"2024-02-14T11:40:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/ontraport-api\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.leadshook.com\\\/help\\\/ontraport-api\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/ontraport-api\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/image-1.png\",\"contentUrl\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/image-1.png\",\"width\":1791,\"height\":832},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/ontraport-api\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.leadshook.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ontraport API\"}]},{\"@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":"Ontraport API - 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\/ontraport-api\/","og_locale":"en_US","og_type":"article","og_title":"Ontraport API - LeadsHook Knowledge Base","og_description":"Step 1: Get your API key Step 2: Get your App ID These credentials can be requested in your&nbsp;Administration settings.&nbsp; To setup the webhook ( or api ) node in LeadsHook Step 3: Now add a webhook node ( or api node ) onto your canvas We need to set it up like so: Title: [&hellip;]","og_url":"https:\/\/www.leadshook.com\/help\/ontraport-api\/","og_site_name":"LeadsHook Knowledge Base","article_publisher":"https:\/\/www.facebook.com\/leadshook\/","article_published_time":"2020-12-16T15:09:53+00:00","article_modified_time":"2024-02-14T11:40:29+00:00","og_image":[{"url":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/09\/image-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":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.leadshook.com\/help\/ontraport-api\/#article","isPartOf":{"@id":"https:\/\/www.leadshook.com\/help\/ontraport-api\/"},"author":{"name":"Nik T","@id":"https:\/\/www.leadshook.com\/help\/#\/schema\/person\/4bfe37d814563cc729828b7055313f4d"},"headline":"Ontraport API","datePublished":"2020-12-16T15:09:53+00:00","dateModified":"2024-02-14T11:40:29+00:00","mainEntityOfPage":{"@id":"https:\/\/www.leadshook.com\/help\/ontraport-api\/"},"wordCount":576,"publisher":{"@id":"https:\/\/www.leadshook.com\/help\/#organization"},"image":{"@id":"https:\/\/www.leadshook.com\/help\/ontraport-api\/#primaryimage"},"thumbnailUrl":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/09\/image-1.png","keywords":["api","ontraport","webhook"],"articleSection":["Decision Tree","Lead Distribution","Webhooks"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.leadshook.com\/help\/ontraport-api\/","url":"https:\/\/www.leadshook.com\/help\/ontraport-api\/","name":"Ontraport API - LeadsHook Knowledge Base","isPartOf":{"@id":"https:\/\/www.leadshook.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.leadshook.com\/help\/ontraport-api\/#primaryimage"},"image":{"@id":"https:\/\/www.leadshook.com\/help\/ontraport-api\/#primaryimage"},"thumbnailUrl":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/09\/image-1.png","datePublished":"2020-12-16T15:09:53+00:00","dateModified":"2024-02-14T11:40:29+00:00","breadcrumb":{"@id":"https:\/\/www.leadshook.com\/help\/ontraport-api\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.leadshook.com\/help\/ontraport-api\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.leadshook.com\/help\/ontraport-api\/#primaryimage","url":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/09\/image-1.png","contentUrl":"https:\/\/www.leadshook.com\/help\/wp-content\/uploads\/2021\/09\/image-1.png","width":1791,"height":832},{"@type":"BreadcrumbList","@id":"https:\/\/www.leadshook.com\/help\/ontraport-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.leadshook.com\/help\/"},{"@type":"ListItem","position":2,"name":"Ontraport API"}]},{"@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\/3715","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=3715"}],"version-history":[{"count":15,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/posts\/3715\/revisions"}],"predecessor-version":[{"id":7041,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/posts\/3715\/revisions\/7041"}],"wp:attachment":[{"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/media?parent=3715"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/categories?post=3715"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.leadshook.com\/help\/wp-json\/wp\/v2\/tags?post=3715"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}