Skip to content

Commit bf31a6d

Browse files
committed
feat: add Blip integration
1 parent 68842ff commit bf31a6d

File tree

1 file changed

+52
-0
lines changed
  • src/connections/sources/catalog/cloud-apps/blip

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Blip Source
3+
---
4+
5+
[Blip](https://www.blip.ai/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} is an advanced conversation platform powered by AI.
6+
7+
This is an [Event Cloud Source](/docs/sources/#event-cloud-sources) which can not only export data into your Segment warehouse, but can also federate the exported data into your other enabled Segment Destinations.
8+
9+
This source is maintained by White Wall. For any issues with the source, [contact their Support team](mailto:[email protected]).
10+
11+
## Getting started
12+
13+
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog){:target="_blank”} click **Add Source**.
14+
2. Search for "Blip" in the Sources Catalog, select Blip, and click **Add Source**.
15+
3. On the next screen, give the Source a name and configure any other settings.
16+
17+
- The name is used as a label in the Segment app, and Segment creates a related schema name in your warehouse. The name can be anything, but we recommend using something that reflects the source itself and distinguishes amongst your environments (eg. `Blip_Prod`, `Blip_Staging`, `Blip_Dev`).
18+
19+
4. Click **Add Source** to save your settings.
20+
5. Copy the Write Key from the Segment UI.
21+
6. Log in to your Blip account. Visit the Blip Store, search for "Segment" and install the extension.
22+
7. Go to your bots' page and open the extension.
23+
8. Paste the Write Key in the corresponding field and click to save.
24+
25+
## Stream
26+
27+
Blip uses our stream Source component to send Segment event data. It uses a server-side `track` and `identify` methods to send data to Segment. These events are then available in any destination that accepts server-side events, and available in a schema in your data warehouse, so you can query using SQL.
28+
29+
If available, Blip uses Blip's contact `identity` as the userId. If the `identity` is missing from the contact, an anonymousId will be generated.
30+
31+
## Events
32+
33+
The table below lists events that Blip sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations. Blip includes the `userId` if available.
34+
35+
| Event Name | Description |
36+
| ------------------ | ------------------------------------- |
37+
| Contact Updated | Contact was updated on Blip |
38+
| Message Sent | Message was sent successfully |
39+
| Message Received | Message was received successfully |
40+
| Event Tracked | Tracking Event from Blip was created |
41+
42+
## Event Properties
43+
44+
You can read [here](https://help.blip.ai/hc/pt-br/articles/4474381206423-Enviando-dados-para-an%C3%A1lise-atrav%C3%A9s-de-Webhooks) [PT] to know more about which properties are sent from Blip.
45+
46+
## Adding Destinations
47+
48+
Now that your Source is set up, you can connect it with Destinations.
49+
50+
Log into your downstream tools and check to see that your events appear as expected, and that they contain all of the properties you expect. If your events and properties don’t appear, check the [Event Delivery](/docs/connections/event-delivery/) tool, and refer to the Destination docs for each tool for troubleshooting.
51+
52+
If there are any issues with how the events are arriving to Segment, [contact the White Wall support team](mailto:[email protected]).

0 commit comments

Comments
 (0)