# Connectors

# Overview

Connectors are integration tools provided by the system to establish communication with external services such as Salesforce and Marketing Cloud. These connectors facilitate data exchange and interaction between the system and these platforms, enabling seamless integration of functionalities.

# Supported Connectors:

  1. Salesforce
  2. Marketing Cloud

# Salesforce Connector

The Salesforce connector enables integration with Salesforce CRM for data submission and retrieval. It supports OAuth authentication for secure access and interaction with Salesforce services.

# Configuration Parameters:

  • OAuth 2.0 Connection: Establishes secure authentication with Salesforce.
  • Salt: Used to generate a hash for a personal URL.
  • Query for Existing Campaigns: Allows fetching existing campaigns for selecting subscription/payment association during page creation.

# Functionality:

  • Data Submission: Enables submitting data into Salesforce pages securely.
  • Access Token Management: Manages access tokens for seamless interaction with Salesforce services.
  • Campaign Selection: Facilitates selection of existing campaigns for associating subscriptions/payments during page creation.

# Usage:

To configure the Salesforce connector, provide the necessary OAuth credentials, including the Salt for URL hashing, and optionally specify queries for fetching existing campaigns.


# Marketing Cloud Connector

The Marketing Cloud connector enables integration with Salesforce Marketing Cloud for sending thank you emails and prefilling customer data.

# Configuration Parameters:

  • Unique Tenant Domain: Specifies the unique domain for the Marketing Cloud tenant.
  • Client ID & Client Secret: Credentials required for authentication with Marketing Cloud.

# Functionality:

  • Email Sending: Enables sending thank you emails after successful submissions.
  • Customer Data Prefilling: Facilitates prefilling customer data for enhanced user experience.

# Usage:

To configure the Marketing Cloud connector, provide the unique tenant domain along with the Client ID and Client Secret obtained from Marketing Cloud.


# Conclusion

The Connectors resource provides seamless integration with Salesforce and Marketing Cloud, empowering users to leverage the functionalities of these platforms within the system. By configuring the respective connectors with the required parameters, users can streamline data exchange and enhance user experience.