LogoLogo
HomeDashboardProduct Docs
  • Introduction
  • Core Concepts
    • Events
    • Sessions
    • User/Customer Profile
  • PLATFORM INTEGRATIONS
    • Shopify Integration
  • Sdk Integrations
    • Browser SDK
      • Integrate SDK
      • Track Events
      • Track Users
      • Configure Web Push
      • Reading Session Identifer
      • Syncing Cart Items
    • Android SDK (Coming Soon)
      • Install Android Sdk
      • Identify Customers
      • Push Notification Integration
    • iOS SDK
      • Install iOS Sdk
      • Tracking User
      • Tracking Events
      • Push Notification Settings
        • Configure APNS In Growlytics
        • Configure Mobile App For Push
        • Handling Push Click
    • Other
      • Upload Customers using CSV
  • Channel Integrations
    • Email
      • Amazon SES
      • SendGrid
      • Custom SMTP
    • Mobile Push Notifications
      • Configure FCM Channel
    • Web Push Notifications
    • Ad Networks
      • Facebook Audiences
      • Google Ad Audiences
  • REST APIs
    • Overview
    • Tracking Users (Shopify Only)
    • Tracking Users (Non-shopify)
    • Tracking Events (Shopify Only)
    • Tracking Events (Non-shopify)
    • Syncing Products
    • Mobile App Apis
  • Webhooks
    • Coupon Webhook
    • Connector Webhooks
Powered by GitBook
On this page
  • How does it work?
  • Api For Reporting Opens/Clicks
  • Use this end point to repor to report opens/clicks to Growlytics.

Was this helpful?

  1. Webhooks

Connector Webhooks

This article describes how you report campaign open and click activities for the custom channel campaign.

Custom Connector Campaign is an API based solution from Growlytics to send campaign messages to your communication vendors which are not registered with Growlytics. With these vendors, you can send messages via API calls. When the campaign is sent, Growlytics will call API endpoints mentioned in the campaign content.

This article will explain how you can report open and click events for the connector campaign messages.

How does it work?

When Growlytics calls the API endpoint for the connector campaign message, Growlytics includes a custom header x-growlytics-token which you can use to report open/click of the message.

Api For Reporting Opens/Clicks

Use this end point to repor to report opens/clicks to Growlytics.

POST https://cts.growlytics.in/custom-connector/production/<api-key>

Request Body

Name
Type
Description

token*

String

Growlytics token which you might have received on your api endpoint.

action*

String

Allowed: open, click.

PreviousCoupon Webhook

Last updated 3 years ago

Was this helpful?