Skip to content

Commit 6091f3f

Browse files
authored
Merge pull request #6538 from igorlfs/whitewall/blip
Blip Source Documentation
2 parents 5b1a39c + cdcd8a2 commit 6091f3f

File tree

1 file changed

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

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Blip Source
3+
id: FOWuS0UQmP
4+
beta: true
5+
---
6+
7+
[Blip](https://www.blip.ai/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} is an advanced conversation platform powered by AI.
8+
9+
This is an [Event Cloud Source](/docs/sources/#event-cloud-sources) that can not only export data into your Segment warehouse but also federate the exported data into your other enabled Segment destinations.
10+
11+
White Wall maintains this source. For any issues with the source, [contact their Support team](mailto:[email protected]).
12+
13+
## Getting started
14+
15+
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog){:target="_blank”} click **Add Source**.
16+
2. Search for "Blip" in the Sources Catalog, select Blip, and click **Add Source**.
17+
3. On the next screen, give the Source a name and configure any other settings.
18+
- 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 Segment recommends using something that reflects the source itself and distinguishes amongst your environments (for example, `Blip_Prod`, `Blip_Staging`, `Blip_Dev`).
19+
4. Click **Add Source** to save your settings.
20+
5. Copy the Write Key from the Segment UI.
21+
6. From 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 **Save**.
24+
25+
## Stream
26+
27+
Blip uses Segment's stream Source component to send Segment event data. It uses 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` gets generated.
30+
31+
## Events
32+
33+
The following table 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+
| `Message Sent` | Message was sent successfully |
38+
| `Message Received` | Message was received successfully |
39+
| `Event Tracked` | Tracking Event from Blip was created |
40+
41+
## Event Properties
42+
43+
See [Blip's documentation, in Portuguese](https://help.blip.ai/hc/pt-br/articles/4474381206423-Enviando-dados-para-an%C3%A1lise-atrav%C3%A9s-de-Webhooks){:target="_blank"}, to learn more about the properties that Blip sends.
44+
45+
## Adding destinations
46+
47+
Now that your source is set up, you can connect it with Destinations.
48+
49+
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.
50+
51+
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)