Logo Help Portal
  • Başlarken

    Introduction

    • Onboarding overview
    • Project Initiation
    • Email compliance
    • Hesap Yönetimi

    Veri

    • Veri Alışverişi
    • Veri Uyumlamasına
    • Web data collection

    Channels

    • Email onboarding
    • Smart Insight
    • Predict
  • Eğitim Videoları
    • Online Self Learning
    • Onboarding Videoları
    • Instructor Led Training
    • Webinars
    • Seminars
  • Kullanıcı Klavuzu

    Strateji

    • Kişiselleştirme
    • Otomasyon
    • Data Monitoring

    Channels

    • Email
    • Mobil Uygulamalar
    • Web
    • Ads

    Add-ons

    • Smart Insight
    • Predict
    • Incentive Recommendation
    • AIM
  • Destek Dokümanları

    Haberler

    • Emarsys Platformundaki Yenilikler
    • Pilot özellikler
    • Verilerin Korunması ve GDPR Hakkında Makaleler
    • Release notes - archive

    Support

    • Nasıl yardım alabilirim?
    • Bir Kullanıcı Profilini Düzenleme
  • |
  • Yazılımcılar
  • Sistem Durumu
Destek Hakkında Bir talep gönder
Türkçe Deutsch English Español Français Русский 简体中文
Oturum aç
  • Documentation_-TechRef_- Enhance Add-ons
  • Emarsys Integration Platform
  • 0 Documentation_-TechRef_- Enhance Add-ons Emarsys Integration Platform

Bu bölümde:

  • The Enhance Marketplace
  • Add-ons - Overview
  • Integration How-to
  • Emarsys Partner API
  • Emarsys UI Framework
  • Integrating iframes for Single Sign-on
  • Containers
  • Javascript Events
  • Server-side Events
  • Integrating Automation Center Nodes
  • Daha fazlasını göster

in Emarsys42

    Expand all

    Integration Lifecycle Events

    Updated: 16 Ocak 2018 18:52

    Üzgünüz, bu sayfa henüz tercüme edilmemiş bulunuyor. Emarsys ekibimizin tüm dökümanlarımızı sizin dilinizde sunmak için yoğun çalıştığından emin olmanızı isteriz.

    Integrations of the Emarsys Marketing Platform can be enabled per Emarsys customer account. When the integration is installed or uninstalled, our platform can report these events to the integration via HTTP calls. It also passes relevant customer information optionally. Based on these, the integration can set up users or perform other administration tasks.

    HTTP Interfaces

    Below we describe the HTTP interface which the integration can implement.

    Installation

    This should be considered as a post install hook. The request is sent to the provided endpoint of the add-on after the turn-on procedure is finished on Emarsys side.

    • The integration installation URL is provided by the add-on provider (during the set-up process).
    • We do not send the environment, as it should not be used by the add-on.
    • The only mandatory parameter we send is the customer_id.

    Endpoint

    POST <integration_installation_url>

    Parameters

    Name Type Description
    customer_id int The ID of the customer (mandatory).
    configuration hash Integration-specific data (based on the integration needs).

    Request Example

    POST https://emarsys.partnerservice.com/api/install
    {
      "customer_id": 111111111,
      "configuration": {}
    }

    Removal

    This endpoint can be implemented by the integration; it is called when the integration is removed in the Emarsys application.

    • We also do not send the environment, only the customer ID.

    Endpoint

    DELETE <integration_removal_url>/<customerId>

    Parameters

    Name Type Description
    customer_Id int The ID of the customer (mandatory).

    Request example

    DELETE <integration_removal_url>/<customerId>
    Bu makale yardımcı oldu mu?

    Başka sorularınız var mı? Bir talep gönder
    Üste dön

    You may also be interested in:

    İlgili makaleler

    • Server-side Events
    • Add-ons - Overview
    • Salesforce CRM Integration Manual
    • Predict Onboarding
    • Dinamik Linklerin Dış Etkinliklerden Takibi
    Copyright © 2019 Emarsys eMarketing Systems. All rights reserved
    Legal Notice Privacy Policy Master Services Agreement Anti-spam Policy
    test new search