• Resolved kennypurnomo

    (@kennypurnomo)


    Hello,

    I have asked Evidence developers to clarify whether i can integrate it with joinchat. But his answers are as follows

    The reply:
    Hello kennypurnomo, I just took a quick glance at join.chat’s support documentation. I don’t see a way for them to send outbound data to a 3rd party platform. Nor do they have a Zapier integration. It’s hard to give a definitive answer without talking to them, but it doesn’t look like that is an option right now. We have had multiple apps quickly build a way to send an outbound webhook when specific actions occur. WishList Member was one of those. Within a few days, they made their platform integrate with Evidence by sending an outbound webhook. I’d check with them to see if that is an option. I’d also consider looking at your other processes. Do you have any webforms? Are you using an email marketing, marketing automation, or CRM tool? Do you have a shopping cart or billing tool? You could use one of those to integrate with Evidence. Evidence can show notifications in 4 different ways: – Getting data from a form submission on your website. This would be from a blog subscriber, ebook download, or any other type of form. – Getting data from a webhook. These can be sent from email providers like MailChimp, marketing automation tools like Infusionsoft, or shopping carts and billing tools like Shopify and Stripe. – Using our Evidence pixel to track site traffic. This is used to show the Visitor Count notification, such as “125 Marketers Are Viewing This Page Right Now”. This is a notification anyone can use without an integration. – Manual notifications using our Announcement and Offer notification types. These are great for sending a targeted message to specific pages. Many customers use this to promo new products and content, as well as tell site visitors of product updates or business hour changes. This is a notification you could use to create custom notifications showing your best 5-star reviews from Google or Facebook. I’m sorry that join.chat doesn’t provide a way to integrate with other tools.

    Is there any way to integrate that with joinchat?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor davidlillo

    (@davidlillo)

    Hi Kenny. Thanks for your message, we will see your case with the development team to give you an answer. It is something that is out of the ordinary, so I ask for patience, we will answer you as soon as possible. Greetings and thanks again.

    Plugin Author Pacotole

    (@pacotole)

    Hi!

    You can create pixel when Join.chat open WhatsApp with:

    <script>
    jQuery(document).ready(function($){
      // Event when Join.chat open WhatsApp
      $(document).on('joinchat:open', function (event, args, settings) {
        // Create Evidence pixel image
        (new Image()).src = 'https://evidence.io/your-pixel-url';
      });
    });
    </script>

    I don’t have Evidence info about “Manual notifications using our Announcement and Offer notification types.” porbably could be a good way to notify Evidence.

    Plugin Contributor davidlillo

    (@davidlillo)

    We will proceed to close this ticket.

    Plugin Contributor davidlillo

    (@davidlillo)

    A greeting.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Evidence integration’ is closed to new replies.