Rudder-Intercom 1.1.0

Rudder-Intercom 1.1.0

Maintained by RudderStack.



 
Depends on:
Rudder~> 1.0
Intercom= 14.0.0
 

  • By
  • RudderStack

What is Rudder?

Short answer: Rudder is an open-source Segment alternative written in Go, built for the enterprise. .

Long answer: Rudder is a platform for collecting, storing and routing customer event data to dozens of tools. Rudder is open-source, can run in your cloud environment (AWS, GCP, Azure or even your data-centre) and provides a powerful transformation framework to process your event data on the fly.

Released under Apache License 2.0

Getting Started with Intercom Integration of Android SDK

  1. Add Intercom as a destination in the Dashboard.

  2. Rudder-Intercom is available through CocoaPods. To install it, add the following line to your Podfile and followed by pod install:

pod 'Rudder-Intercom'

Initialize RSClient

Put this code in your AppDelegate.m file under the method didFinishLaunchingWithOptions

RSConfigBuilder *builder = [[RSConfigBuilder alloc] init];
[builder withDataPlaneUrl:DATA_PLANE_URL];
[builder withFactory:[RudderIntercomFactory instance]];
[RSClient getInstance:WRITE_KEY config:[builder build]];

Send Events

Follow the steps from Rudder iOS SDK

Contact Us

If you come across any issues while configuring or using RudderStack, please feel free to contact us or start a conversation on our Discord channel. We will be happy to help you.