Skip to content

Instantly share code, notes, and snippets.

@rebeccaryang
Created December 16, 2019 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rebeccaryang/9199139585004886efd28243ff0240ea to your computer and use it in GitHub Desktop.
Save rebeccaryang/9199139585004886efd28243ff0240ea to your computer and use it in GitHub Desktop.
############### FIRST CURL ###################
############### LOOK AT ISSUER ###############
curl -vLi https://sendsonar.com
* Trying 3.13.31.214...
* TCP_NODELAY set
* Connected to sendsonar.com (3.13.31.214) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: OU=Domain Control Validated; OU=EssentialSSL Wildcard; CN=*.sendsonar.com
* start date: Nov 7 00:00:00 2019 GMT
* expire date: Jan 5 23:59:59 2021 GMT
* subjectAltName: host "sendsonar.com" matched cert's "sendsonar.com"
* issuer: C=GB; ST=Greater Manchester; L=Salford; O=Sectigo Limited; CN=Sectigo RSA Domain Validation Secure Server CA
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x7f9777003e00)
> GET / HTTP/2
> Host: sendsonar.com
> User-Agent: curl/7.64.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 250)!
< HTTP/2 404
HTTP/2 404
< content-type: text/plain; charset=utf-8
content-type: text/plain; charset=utf-8
< x-content-type-options: nosniff
x-content-type-options: nosniff
< content-length: 19
content-length: 19
< date: Mon, 16 Dec 2019 21:26:06 GMT
date: Mon, 16 Dec 2019 21:26:06 GMT
<
404 page not found
* Closing connection 0
* TLSv1.2 (OUT), TLS alert, close notify (256):
################## SECOND CURL LOOK AT ISSUER ########################
curl -vLi https://www.sendsonar.com
* Trying 99.84.224.38...
* TCP_NODELAY set
* Connected to www.sendsonar.com (99.84.224.38) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=sendsonar.com
* start date: Dec 11 00:00:00 2019 GMT
* expire date: Jan 11 12:00:00 2021 GMT
* subjectAltName: host "www.sendsonar.com" matched cert's "*.sendsonar.com"
* issuer: C=US; O=Amazon; OU=Server CA 1B; CN=Amazon
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x7f83d5802000)
> GET / HTTP/2
> Host: www.sendsonar.com
> User-Agent: curl/7.64.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
< HTTP/2 200
HTTP/2 200
< content-type: text/html
content-type: text/html
< content-length: 22245
content-length: 22245
< date: Mon, 16 Dec 2019 21:09:16 GMT
date: Mon, 16 Dec 2019 21:09:16 GMT
< last-modified: Mon, 16 Dec 2019 17:58:23 GMT
last-modified: Mon, 16 Dec 2019 17:58:23 GMT
< etag: "98a569a580e6600e4a357996ccd552ac"
etag: "98a569a580e6600e4a357996ccd552ac"
< cache-control: max-age=86400
cache-control: max-age=86400
< accept-ranges: bytes
accept-ranges: bytes
< server: AmazonS3
server: AmazonS3
< x-cache: Hit from cloudfront
x-cache: Hit from cloudfront
< via: 1.1 b73d9649c85e372a2859b2e8947156d7.cloudfront.net (CloudFront)
via: 1.1 b73d9649c85e372a2859b2e8947156d7.cloudfront.net (CloudFront)
< x-amz-cf-pop: SFO5-C3
x-amz-cf-pop: SFO5-C3
< x-amz-cf-id: E_0bMiZqvKx7CnZkRr3mTWUDA2EJRX6X523s8efC-SzEF1XgvmjA0Q==
x-amz-cf-id: E_0bMiZqvKx7CnZkRr3mTWUDA2EJRX6X523s8efC-SzEF1XgvmjA0Q==
< age: 1121
age: 1121
<
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="manifest" href="/site.webmanifest"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#4d5ff6"/><meta name="msapplication-TileColor" content="#da532c"/><meta name="theme-color" content="#ffffff"/><meta name="description" content="..."/><meta name="viewport" content="width=device-width, initial-scale=1"/><script>!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t,e){var n=document.createElement("script");n.type="text/javascript";n.async=!0;n.src="https://cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(n,a);analytics._loadOptions=e};analytics.SNIPPET_VERSION="4.1.0";
analytics.load("cug6oNRG4X");
analytics.page();
}}();</script><script async="" src="https://s3.amazonaws.com/sonar-chat-widget/production/bundle.js" data-widget-id="c3e83820-3cad-4ec9-904b-5a1bd03bea7f" id="sonar-chat-async-embedder"></script><script data-version="v1" data-widget-id="6f661c5e-39be-49d6-b57d-3cc9c7f38de2" id="sonar-ping-async-embedder" type="text/javascript"></script><title>Sonar | Business SMS &amp; Text Messaging</title><meta name="next-head-count" content="15"/><link rel="preload" href="/_next/static/vB7ST8P27FDIRZmY6lnaN/pages/index.js" as="script"/><link rel="preload" href="/_next/static/vB7ST8P27FDIRZmY6lnaN/pages/_app.js" as="script"/><link rel="preload" href="/_next/static/runtime/webpack-4b444dab214c6491079c.js" as="script"/><link rel="preload" href="/_next/static/chunks/commons.a9e30d5edf64b5247f16.js" as="script"/><link rel="preload" href="/_next/static/runtime/main-e0229bd494a4c8597645.js" as="script"/><link rel="stylesheet" href="/_next/static/css/commons.4967100c.chunk.css"/></head><body><div id="__next"><nav class="navbar navbar-expand-lg navbar-dark fixed-top"><div class="container"><a class="navbar-brand" href="/"><img class="navbar__logo" src="/images/sonar-nav-logo.svg" alt="Sonar logo"/></a><button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button><div class="collapse navbar-collapse" id="navbarNavAltMarkup"><div class="navbar-nav ml-auto"><li class="nav-item dropdown d-lg-flex align-items-center"><a class="nav-link navbar__link dropdown-toggle text-white ml-3 mx-lg-2 mt-2 mt-lg-0" href="#" id="featuresDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Features</a><div id="featuresDropdown-dropdown" class="dropdown-menu" aria-labelledby="featuresDropdown"><a class="dropdown-item" href="/chatbots.html">Chatbots</a><a class="dropdown-item" href="/drip-campaigns.html">Drip Messaging Campaigns</a><a class="dropdown-item" href="/integrations.html">Integrations</a><a class="dropdown-item" href="/analytics.html">Analytics &amp; Reporting</a></div></li><li class="nav-item dropdown d-lg-flex align-items-center"><a class="nav-link navbar__link dropdown-toggle text-white ml-3 mx-lg-2 mt-2 mt-lg-0" href="#" id="customersDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Customers</a><div id="customersDropdown-dropdown" class="dropdown-menu" aria-labelledby="customersDropdown"><a class="dropdown-item" href="/use-cases.html">Use Cases</a><a class="dropdown-item" href="/case-studies.html">Case Studies</a></div></li><li class="nav-item dropdown d-lg-flex align-items-center"><a class="nav-link navbar__link dropdown-toggle text-white ml-3 mx-lg-2 mt-2 mt-lg-0" href="#" id="resourcesDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Resources</a><div id="resourcesDropdown-dropdown" class="dropdown-menu" aria-labelledby="resourcesDropdown"><a class="dropdown-item" href="/about-us.html">About Us</a><a class="dropdown-item" href="https://blog.sendsonar.com/">Blog</a><a class="dropdown-item" href="https://docs.sendsonar.com/">API Docs</a></div></li><li class="nav-item d-flex align-items-center"><a class="nav-link navbar__link text-white ml-3 mx-lg-2 mt-2 mt-lg-0" href="https://dashboard.sendsonar.com">Login</a></li><div class="form-inline ml-3 mt-2 mt-lg-0 mx-lg-2"><a class="custom-btn custom-btn--outline btn rounded-pill" href="/request-demo.html">Request Demo</a></div></div></div></div></nav><main><section class="hero hero--lg text-center bg-primary position-relative overflow-hidden"><div class="container"><div class="position-relative zindex-1"><h1 class="hero__title text-white mb-0 mx-md-6" data-sal="slide-up" data-sal-duration="600" data-sal-delay="200" data-sal-easing="ease-out-bounce"><span class="position-relative"><img class="hero__title-icon d-none d-md-block" src="/images/icon-set/bubble-icon.svg" alt="bubbles icon" data-sal="slide-left" data-sal-duration="800" data-sal-delay="300" data-sal-easing="ease-in-out-circ"/><span>Drive More Sales with<br/>Business Text Messaging</span></span></h1><h4 class="hero__sub-title text-white my-4" data-sal="fade-in" data-sal-delay="500" data-sal-easing="ease-out">Artificial intelligence and human-powered mobile messaging platform</h4><div data-sal="slide-up" data-sal-delay="700" data-sal-easing="ease-in-out-back" data-sal-duration="600"><a class="custom-btn custom-btn--filled btn rounded-pill px-6 py-3 shadow" role="button" href="/request-demo.html">Get Started</a></div></div></div><div class="hero__waves-container" data-sal="zoom-out" data-sal-duration="2000" data-sal-delay="300" data-sal-easing="ease-out"><div class="hero__wave"></div><div class="hero__wave"></div></div></section><section class="app-preview position-relative d-none d-md-block"><div class="container text-center"><div class="mx-4 app-preview__img"><img id="lightbox-img" class="w-100" src="/images/sonar-app-v1.svg" alt="image displaying the sonar app"/></div></div></section><section class="our-mission py-6 mt-3"><div class="container"><div class="card-deck mt-1 pb-5"><div class="card border-0 mx-lg-5"><div class="card-body pt-0"><img class="card__icon mb-3" src="/images/icon-set/automate.svg" alt="automate icon"/><p class="card__header card-text">Conversations Lead<br/> to Conversions</p><hr class="card__separator"/><p class="card__text card-text">Drive more revenue by reaching consumers on the mobile channels they use most to communicate. Guide actions through personal conversations with customers.</p></div></div><div class="w-100 d-none d-sm-block d-lg-none"></div><div class="card border-0 mx-lg-5"><div class="card-body pt-0"><img class="card__icon mb-3" src="/images/icon-set/robot.svg" alt="robot icon"/><p class="card__header card-text">Hyper Scale With<br/> the Power of AI</p><hr class="card__separator"/><p class="card__text card-text">Let our bots handle the lead qualification, meeting scheduling, and following up, so your team can focus on the meaningful interactions that drive sales.</p></div></div><div class="w-100 d-none d-sm-block d-lg-none"></div><div class="card border-0 mx-lg-5"><div class="card-body pt-0"><img class="card__icon mb-3" src="/images/icon-set/configurate.svg" alt="integrate icon"/><p class="card__header card-text">Easy to Integrate<br/> and Customize</p><hr class="card__separator"/><p class="card__text card-text">Our flexible solution integrates with the world&#x27;s leading sales and marketing technologies. Our world-class customer success team will support you each step of the way.</p></div></div></div><hr class="w-50 mx-auto"/></div></section><section class="clients pb-6"><div class="container"><h2 class="clients__heading text-center mb-5">Trusted By Innovative Businesses Around The World</h2><div class="row justify-content-center mx-n2 pb-5 align-items-center"><div class="col-12 col-md-auto mx-2 text-center text-md-left"><img class="clients__logo clients__bird mb-4 mb-md-3" src="/images/clients/bird-logo.png" alt="bird logo"/></div><div class="col-12 col-md-auto mx-2 text-center text-md-left"><img class="clients__logo clients__zillow mb-4 mb-md-3" src="/images/clients/zillow-logo.png" alt="zillow logo"/></div><div class="col-12 col-md-auto mx-2 text-center text-md-left"><img class="clients__logo clients__shift mb-4 mb-md-3" src="/images/clients/shift-logo.png" alt="shift logo"/></div><div class="col-12 col-md-auto mx-2 text-center text-md-left"><img class="clients__logo clients__drivetime mb-4 mb-md-3" src="/images/clients/drivetime-logo.png" alt="drivetime logo"/></div><div class="col-12 col-md-auto mx-2 text-center text-md-left"><img class="clients__logo clients__bridgecrest mb-4 mb-md-3" src="/images/clients/bridgecrest-logo.png" alt="bridgecrest logo"/></div></div><div class="row pb-6"><a class="custom-btn-2 custom-btn-2--more mx-auto d-inline-block" href="/case-studies.html">View case studies</a></div><hr class="w-50 mx-auto"/></div></section><section class="power-of-ai pb-6"><div class="container"><div class="row align-items-center"><div class="col-md-1"></div><div class="col-md-6 text-center text-md-left"><h2 class="pb-4">Supercharge With the Power of AI</h2><p class="pr-0 pr-md-5">Employ automated responses from Sonar’s chatbots, built with the latest technology in natural language processing and artificial intelligence. Funnel prospects through the qualification process, schedule meetings, and answer frequently asked questions with no human interaction. This allows your sales team to cater multiple clients at once, for an enhanced customer engagement right from the start. We even develop customized bot flows and automation to fit your unique business needs. Supercharge your communication with Sonar.</p> <a class="custom-btn-2 custom-btn-2--more" href="/chatbots.html">More features</a></div><div class="col-md-5 text-center text-md-left mt-4 mt-md-0"><div class="power-of-ai__img-container position-relative"><img class="img-fluid mx-auto" src="images/phone-mockup-v2.svg" alt="image displaying Sonar&#x27;s chatbots"/><img class="power-of-ai__conversation con-1 position-absolute" src="/images/homepage-con-1.svg" alt="bubble with conversation" data-sal="zoom-in" data-sal-duration="400" data-sal-easing="ease-out-back"/><img class="power-of-ai__conversation cog-1 position-absolute" src="/images/icon-set/cog-icon.svg" alt="cog icon" data-sal="fade" data-sal-duration="400" data-sal-delay="500" data-sal-easing="ease-out-back"/><img class="power-of-ai__conversation cog-text cog-text-1 position-absolute" src="/images/icon-set/thinking.svg" alt="thinking text" data-sal="fade" data-sal-duration="400" data-sal-delay="500" data-sal-easing="ease-out-back"/><img class="power-of-ai__conversation cog-text cog-text-2 position-absolute" src="/images/icon-set/purchase-intent.svg" alt="purchase intent text"/><img class="power-of-ai__conversation valid-1 position-absolute" src="/images/icon-set/valid-icon.svg" alt="valid icon"/><img class="power-of-ai__conversation con-2 position-absolute" src="/images/homepage-con-2.svg" alt="bubble with conversation"/><img class="power-of-ai__conversation con-3 position-absolute" src="/images/homepage-con-3.svg" alt="bubble with conversation"/><img class="power-of-ai__conversation cog-2 position-absolute" src="/images/icon-set/cog-icon.svg" alt="cog icon"/><img class="power-of-ai__conversation cog-text cog-text-3 position-absolute" src="/images/icon-set/thinking.svg" alt="thinking text"/><img class="power-of-ai__conversation cog-text cog-text-4 position-absolute" src="/images/icon-set/response.svg" alt="response text"/><img class="power-of-ai__conversation valid-2 position-absolute" src="/images/icon-set/valid-icon.svg" alt="valid icon"/><img class="power-of-ai__conversation con-4 position-absolute" src="/images/homepage-con-4.svg" alt="bubble with conversation"/></div></div></div></div></section><section class="testimonials container-fluid bg-primary py-6"><div class="container"><h2 class="text-center mb-5 text-white">Testimonials</h2><div class="card-deck mx-n4"><div class="card border-0 darker-shadow rounded-lg mx-4 mb-4 mb-lg-0"><div class="card-body px-4"><div class="d-flex align-items-center pb-4"><img class="testimonials__client-img mr-4 flex-shrink-0 rounded-circle" src="/images/clients/andrew-min.jpg" alt="testimonial client picture"/><div><p class="testimonials__client-details m-0">Andrew Mattie</p><p class="testimonials__client-details m-0">VP Product Dev.</p><div class="testimonials__logo-container"><img class="testimonials__company-logo" src="/images/clients/zillow-logo.png" alt="zillow company logo"/></div></div></div><p class="testimonials__testimonial card-text">“We’ve found Sonar to be incredibly helpful for trying out and iterating quickly on new ideas without having to invest our dev team’s resources.”</p></div></div><div class="w-100 d-none d-sm-block d-lg-none"></div><div class="card border-0 darker-shadow rounded-lg mx-4 mb-4 mb-lg-0"><div class="card-body px-4"><div class="d-flex align-items-center pb-4"><img class="testimonials__client-img mr-4 flex-shrink-0 rounded-circle" src="/images/clients/ben-min.jpg" alt="testimonial client picture"/><div><p class="testimonials__client-details m-0">Ben Katz</p><p class="testimonials__client-details m-0">CMO</p><div class="testimonials__logo-container"><img class="testimonials__company-logo" src="/images/clients/testmat-logo.jpg" alt="testmat company logo"/></div></div></div><p class="testimonials__testimonial card-text">“Sonar 4x&#x27;d our sales via SMS… so much better than the other solutions we&#x27;ve used before.”</p></div></div><div class="w-100 d-none d-sm-block d-lg-none"></div><div class="card border-0 darker-shadow rounded-lg mx-4"><div class="card-body px-4"><div class="d-flex align-items-center pb-4"><img class="testimonials__client-img mr-4 flex-shrink-0 rounded-circle" src="/images/clients/justin-moyers.jpg" alt="testimonial client picture"/><div><p class="testimonials__client-details m-0">Justin Moyer</p><p class="testimonials__client-details m-0">Head of Biz Ops</p><div class="testimonials__logo-container"><img class="testimonials__company-logo img-md" src="/images/shift-logo.png" alt="testimonial company logo"/></div></div></div><p class="testimonials__testimonial card-text">“Sonar has been a very helpful partner working with us to improve our overall sales objectives. They continue to work closely with us to try new messaging strategies and find new ways to improve our workflow to make our sales and operations team more effective.”</p></div></div></div></div></section><section class="our-stats py-6"><div class="container"><h2 class="text-center mb-5">Our Stats</h2><div class="card-deck pb-6 mx-n2" data-sal="fade-in" data-sal-easing="ease-out" data-sal-duration="400"><div class="card rounded-lg border-dark mb-sm-4 mb-lg-0 mx-2"><div class="card-body text-center px-4"><p class="our-stats__stats text-primary my-3" data-sal="zoom-in" data-sal-delay="200" data-sal-easing="ease-in-out-back" data-sal-duration="400">4<span class="small-text mx-2">out of</span>5</p><p class="our-stats__info" data-sal="slide-up" data-sal-delay="600" data-sal-easing="ease-in-out-back" data-sal-duration="400">Leads Qualified by Bots</p></div></div><div class="card rounded-lg border-dark mb-sm-4 mb-lg-0 mx-2"><div class="card-body text-center px-4"><p class="our-stats__stats text-primary my-3" data-sal="zoom-in" data-sal-delay="300" data-sal-easing="ease-in-out-back" data-sal-duration="400">98%</p><p class="our-stats__info" data-sal="slide-up" data-sal-delay="600" data-sal-easing="ease-in-out-back" data-sal-duration="400">Read Rate on SMS</p></div></div><div class="w-100 d-none d-sm-block d-md-block d-lg-none"></div><div class="card rounded-lg mx-2 border-dark"><div class="card-body text-center px-4"><p class="our-stats__stats text-primary my-3" data-sal="zoom-in" data-sal-delay="400" data-sal-easing="ease-in-out-back" data-sal-duration="400">52%</p><p class="our-stats__info" data-sal="slide-up" data-sal-delay="600" data-sal-easing="ease-in-out-back" data-sal-duration="400">Improved Response Rate</p></div></div><div class="card rounded-lg border-dark mx-2"><div class="card-body text-center px-4"><p class="our-stats__stats text-primary my-3" data-sal="zoom-in" data-sal-delay="500" data-sal-easing="ease-in-out-back" data-sal-duration="400"><span class="small-sign mr-3"></span>4 Min</p><p class="our-stats__info" data-sal="slide-up" data-sal-delay="600" data-sal-easing="ease-in-out-back" data-sal-duration="400">Average Response Time</p></div></div></div><hr class="w-50 mx-auto"/></div></section><section class="integrations pb-6"><div class="container"><h2 class="text-center mb-5">Integrations</h2><div class="integrations__logo-container pb-5 mx-lg-5"><div class="row justify-content-center align-items-center"><div class="col-md-6 col-lg-3 text-center"><img class="integrations__img img-sm mb-3" src="/images/integrations/salesforce-logo.svg" alt="salesforce logo"/></div><div class="col-md-6 col-lg-3 text-center"><img class="integrations__img mb-3" src="/images/integrations/slack-logo.svg" alt="slack logo"/></div><div class="col-md-6 col-lg-3 text-center"><img class="integrations__img mb-3 img-sm" src="/images/integrations/zapier-logo.svg" alt="zapier logo"/></div><div class="col-md-6 col-lg-3 text-center"><img class="integrations__img img-lg mb-3" src="/images/integrations/zendesk-logo.svg" alt="zendesk logo"/></div></div><div class="row justify-content-center align-items-center"><div class="col-md-6 col-lg-3 text-center"><img class="integrations__img mb-3 img-lg" src="/images/integrations/marketo-logo.svg" alt="marketo logo"/></div><div class="col-md-6 col-lg-3 text-center"><img class="integrations__img mb-3" src="/images/integrations/hubspot-logo.svg" alt="hubspot logo"/></div><div class="col-md-6 col-lg-3 text-center"><img class="integrations__img mb-3 img-sm" src="/images/integrations/okta-logo.svg" alt="okta logo"/></div><div class="col-md-6 col-lg-3 text-center"><img class="integrations__img img-xl mb-3" src="/images/integrations/active-directory-logo.svg" alt="active directory logo"/></div></div></div><div class="row"><a class="custom-btn-2 custom-btn-2--more mx-auto d-inline-block" href="/integrations.html">Read more</a></div></div></section><section class="get-started w-100 bg-primary pt-6 text-center position-relative"><div class="container"><h2 class="get-started__h2 text-white mb-5 mx-md-6"><span class="position-relative"><img class="get-started__title-icon d-none d-md-block" src="/images/icon-set/bubble-icon.svg" alt="bubbles icon"/>Ready to streamline communication with your customers?</span></h2><a class="custom-btn custom-btn--filled btn rounded-pill px-6 py-3 shadow" role="button" href="/request-demo.html">Get Started</a></div></section></main><footer class="footer bg-secondary pb-6"><div class="container pt-6 pt-md-0"><div class="row"><div class="col-md-2 pb-4 pb-md-0 text-center text-md-left"><img class="footer__logo" src="/images/sonar-footer-logo.svg" alt="Sonar logo"/></div><div class="col-sm-4 offset-md-1 col-md-2"><ul class="list-unstyled text-center text-md-left"><li><span class="font-weight-bold">Product</span></li><li><a class="footer__link" href="/use-cases.html">Use Cases</a></li><li><a class="footer__link" href="/integrations.html">Integrations</a></li><li><a class="footer__link" href="/case-studies.html">Case Studies</a></li><li><a class="footer__link" href="https://docs.sendsonar.com/">API Docs</a></li></ul></div><div class="col-sm-4 col-md-2"><ul class="list-unstyled text-center text-md-left"><li><span class="font-weight-bold">Company</span></li><li><a class="footer__link" href="/about-us.html">About Us</a></li><li><a class="footer__link" href="https://blog.sendsonar.com/">Blog</a></li><li><a class="footer__link" href="/terms-of-use.html">Terms</a></li><li><a class="footer__link" href="/privacy-policy.html">Privacy Policy</a></li></ul></div><div class="col-sm-4 col-md-2"><ul class="list-unstyled text-center text-md-left"><li><span class="font-weight-bold">Help</span></li><li><a class="footer__link" href="/request-demo.html">Contact Sales</a></li></ul></div><div class="col-md-3 mt-4 mt-md-0"><div class="d-flex justify-content-center justify-content-md-end"><a class="footer__social-media" href="https://twitter.com/sendsonar"><img src="/images/twitter-icon.svg" alt="twitter icon"/></a><a class="footer__social-media mx-4" href="https://linkedin.com/company/sendsonar"><img src="/images/linkedin-icon.svg" alt="linkedin icon"/></a><a class="footer__social-media" href="https://facebook.com/sendsonar"><img src="/images/facebook-icon.svg" alt="facebook icon"/></a></div></div></div></div></footer></div><script id="__NEXT_DATA__" type="application/json">{"dataManager":"[]","props":{"pageProps":{}},"page":"/","query":{},"buildId":"vB7ST8P27FDIRZmY6lnaN","nextExport":true,"autoExport":true}</script><script async="" data-next-page="/" src="/_next/static/vB7ST8P27FDIRZmY6lnaN/pages/index.js"></script><script async="" data-next-page="/_app" src="/_next/static/vB7ST8P27FDIRZmY6lnaN/pages/_app.js"></script><script src="/_next/static/runtime/webpack-4b444dab214c6491079c.js" async=""></script><script src="/_next/static/chunks/commons.a9e30d5edf64b5247f16.js" async* Connection #0 to host www.sendsonar.com left intact
=""></script><script src="/_next/static/runtime/main-e0229bd494a4c8597645.js" async=""></script></body></html>* Closing connection 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment