Skip to content

Commit 0eda5b8

Browse files
authored
Merge branch 'master' into functions-rewrite
2 parents 4ef437b + 1414aca commit 0eda5b8

File tree

5 files changed

+142
-22
lines changed

5 files changed

+142
-22
lines changed

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PLATFORM API. DO NOT EDIT
2-
# destination categories last updated 2020-07-09
2+
# destination categories last updated 2020-07-13
33
items:
44
- display_name: Email Marketing
55
slug: email-marketing

src/_data/catalog/destinations.yml

Lines changed: 71 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PLATFORM API. DO NOT EDIT
2-
# destination data last updated 2020-07-09
2+
# destination data last updated 2020-07-13
33
items:
44
- display_name: ActiveCampaign
55
slug: activecampaign
@@ -3971,6 +3971,58 @@ items:
39713971
server: true
39723972
previous_names:
39733973
- ByteGain
3974+
- display_name: Calixa
3975+
slug: calixa
3976+
name: catalog/destinations/calixa
3977+
description: Manage all of your customers in one place
3978+
hidden: false
3979+
url: connections/destinations/catalog/calixa
3980+
status: PUBLIC_BETA
3981+
logo:
3982+
url: >-
3983+
https://public-segment-devcenter-production.s3.amazonaws.com/bd0cc6cc-908e-425f-82b3-6f309eb49484.svg
3984+
mark:
3985+
url: >-
3986+
https://public-segment-devcenter-production.s3.amazonaws.com/67ec1978-b686-4ce1-b395-ee00a3f6d271.svg
3987+
categories:
3988+
- CRM
3989+
- Raw Data
3990+
- Analytics
3991+
components:
3992+
- type: CLOUD
3993+
platforms:
3994+
browser: true
3995+
server: true
3996+
mobile: true
3997+
browserUnbundlingSupported: false
3998+
browserUnbundlingPublic: false
3999+
methods:
4000+
alias: false
4001+
group: true
4002+
identify: true
4003+
page_view: false
4004+
track: true
4005+
settings:
4006+
- name: apiKey
4007+
display_name: API Key
4008+
type: STRING
4009+
deprecated: false
4010+
required: true
4011+
string_validators:
4012+
regexp: '^.{8,}$'
4013+
description: You can find your API in the Calixa Account page.
4014+
settings: []
4015+
connection_modes:
4016+
device:
4017+
web: false
4018+
mobile: false
4019+
server: false
4020+
cloud:
4021+
web: false
4022+
mobile: true
4023+
server: true
4024+
previous_names:
4025+
- Calixa
39744026
- display_name: Callingly
39754027
slug: callingly
39764028
name: catalog/destinations/callingly
@@ -12666,6 +12718,13 @@ items:
1266612718
required: false
1266712719
description: Map your Segment properties to the Marketo Activity Fields
1266812720
settings:
12721+
- name: primaryKey
12722+
display_name: Set as Primary Key
12723+
type: BOOLEAN
12724+
deprecated: false
12725+
required: false
12726+
description: Mark this property as the Primary field in Marketo.
12727+
settings: []
1266912728
- name: segmentProperty
1267012729
display_name: Segment Property Name
1267112730
type: STRING
@@ -12701,13 +12760,6 @@ items:
1270112760
- date
1270212761
description: Enter the Marketo Field type.
1270312762
settings: []
12704-
- name: primaryKey
12705-
display_name: Set as Primary Key
12706-
type: BOOLEAN
12707-
deprecated: false
12708-
required: false
12709-
description: Mark this property as the Primary field in Marketo.
12710-
settings: []
1271112763
- name: event
1271212764
display_name: Segment Event Name
1271312765
type: STRING
@@ -15730,10 +15782,10 @@ items:
1573015782
status: PUBLIC_BETA
1573115783
logo:
1573215784
url: >-
15733-
https://public-segment-devcenter-production.s3.amazonaws.com/6a63f1bb-861f-49e9-b4b0-a5ac48f7a29a.svg
15785+
https://public-segment-devcenter-production.s3.amazonaws.com/73c17817-b742-409a-9a87-1b2c8aa9ffb5.svg
1573415786
mark:
1573515787
url: >-
15736-
https://public-segment-devcenter-production.s3.amazonaws.com/59955fa5-91be-4206-96e5-08426d83021a.svg
15788+
https://public-segment-devcenter-production.s3.amazonaws.com/01bc7414-9b2a-45a7-a7e9-ee75d3c504ae.svg
1573715789
categories:
1573815790
- Advertising
1573915791
components: []
@@ -16652,6 +16704,15 @@ items:
1665216704
required: false
1665316705
description: Map your Segment properties to Responsys Columns
1665416706
settings:
16707+
- name: columns
16708+
display_name: Segment Property Name
16709+
type: STRING
16710+
deprecated: false
16711+
required: true
16712+
string_validators:
16713+
regexp: ''
16714+
description: Enter the Segment Property Name.
16715+
settings: []
1665516716
- name: fieldName
1665616717
display_name: Responsys Column Name
1665716718
type: STRING
@@ -16685,15 +16746,6 @@ items:
1668516746
required: false
1668616747
description: Mark this property as a Primary Key in Responsys.
1668716748
settings: []
16688-
- name: columns
16689-
display_name: Segment Property Name
16690-
type: STRING
16691-
deprecated: false
16692-
required: true
16693-
string_validators:
16694-
regexp: ''
16695-
description: Enter the Segment Property Name.
16696-
settings: []
1669716749
- name: mapEmail
1669816750
display_name: Map Email
1669916751
type: BOOLEAN

src/_data/catalog/source_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PLATFORM API. DO NOT EDIT
2-
# source cateogries last updated 2020-07-09
2+
# source cateogries last updated 2020-07-13
33
items:
44
- display_name: Server
55
slug: server

src/_data/catalog/sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PLATFORM API. DO NOT EDIT
2-
# sources last updated 2020-07-09
2+
# sources last updated 2020-07-13
33
items:
44
- display_name: .NET
55
slug: net
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
title: Calixa Destination
3+
rewrite: true
4+
---
5+
6+
[Calixa](https://www.calixa.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) makes it easy to manage all your customers in one place. No more jumping around from tool to tool, learning SQL, or maintaining internal tools. Calixa connects to the third party SaaS tools you use (like Stripe, Zendesk, and Intercom) so that you can see everything about your customers and take action in one place.
7+
8+
This destination is maintained by Calixa. For any issues with the destination, [contact the Calixa support team](mailto:[email protected]).
9+
10+
## Getting Started
11+
12+
{% include content/connection-modes.md %}
13+
14+
1. Login to your [Calixa account](https://console.calixa.io/login).
15+
2. Go to the [Integrations page](https://console.calixa.io/integrations) and click **Add Integration**.
16+
3. Select the Segment Integration and sign in to your Segment account to grant Calixa access.
17+
18+
## Track
19+
If you aren't familiar with the Segment Spec, take a look at the [Track method documentation](https://segment.com/docs/connections/spec/track/) to learn about what it does. An example call would look like:
20+
21+
```json
22+
{
23+
'userId': '019mr8mf4r',
24+
'action': 'track',
25+
'event': 'Account Created',
26+
'properties': {
27+
'account_name': 'Initech'
28+
},
29+
'context': {
30+
'groupId': 'acct_123'
31+
}
32+
}
33+
```
34+
35+
Calixa supports the following Track calls from Segment's [B2B Spec](https://segment.com/docs/connections/spec/b2b-saas/):
36+
37+
* [Signed Up](https://segment.com/docs/connections/spec/b2b-saas/#signed-up) - Creates a user in Calixa
38+
* [Account Created](https://segment.com/docs/connections/spec/b2b-saas/#account-created) - Creates an account in Calixa
39+
* [Account Deleted](https://segment.com/docs/connections/spec/b2b-saas/#account-deleted) - Deletes an account in Calixa
40+
* [Account Added User](https://segment.com/docs/connections/spec/b2b-saas/#account-added-user) - Adds a user to an account
41+
* [Account Removed User](https://segment.com/docs/connections/spec/b2b-saas/#account-removed-user) - Removes a user from an account
42+
43+
## Identify
44+
If you aren't familiar with the Segment Spec, take a look at the [Identify method documentation](https://segment.com/docs/connections/spec/identify/) to learn about what it does. An example call would look like:
45+
46+
```js
47+
analytics.identify('userId123', {
48+
49+
});
50+
```
51+
Segment sends Identify calls to Calixa as an `identify` event. When you identify a new user, Calixa creates a new User record. If the User already exists, Calixa updates the User's properties.
52+
53+
## Group
54+
If you aren't familiar with the Segment Spec, take a look at the [Group method documentation](https://segment.com/docs/connections/spec/group/) to learn about what it does. An example call would look like:
55+
```json
56+
{
57+
'type': 'group',
58+
'groupId': '0e8c78ea9d97a7b8185e8632',
59+
'traits': {
60+
'name': 'Initech',
61+
'industry': 'Technology',
62+
'employees': 329,
63+
'plan': 'enterprise',
64+
'total billed': 830
65+
}
66+
}
67+
```
68+
Segment sends Group calls to Calixa as an `group` event. A `group` event can create an Account or associate a User to an Account within Calixa.

0 commit comments

Comments
 (0)