You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/_includes/content/destination-dossier.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ <h6>Destination Info</h6>
59
59
<li>This destination is not compatible with <ahref="/docs/connections/functions/insert-functions/">Destination Insert Functions.</a></li>
60
60
{% endunless %}
61
61
{% endif %}
62
+
{% if thisDestination == '64c031541451bb784943f809' or thisDestination == '63e42d44b0a59908dc4cacc6' or thisDestination == '642440d46b66b3eeac42b581' %} <li>This destination is <b>not</b> supported in EU workspaces. For more information, see the <ahref="/docs/guides/regional-segment/">Regional Segment</a> documentation.</li> {% endif %}
62
63
{% if destinationInfo.status == "PUBLIC_BETA" %}<li>This destination is in <spanclass="release-pill">Beta</span></li>{% endif %}
63
64
{% if page.engage == true %}<li>This destination is <b>only</b> compatible with <ahref="/docs/engage">Twilio Engage</a>.</li>{% endif %}
Copy file name to clipboardExpand all lines: src/api/public-api/fql.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,9 @@ redirect_from:
7
7
8
8
{% include content/papi-ga.html %}
9
9
10
+
This reference provides a comprehensive overview of the Segment Destination Filter query language. For information on the Destination Filters API (including information on migrating from the Config API), visit the [Destination Filters API reference](https://docs.segmentapis.com/tag/Destination-Filters){:target="_blank"}.
10
11
11
-
Destination Filter Reference documentation can be found in the [main Config API reference docs](https://reference.segmentapis.com/#6c12fbe8-9f84-4a6c-848e-76a2325cb3c5).
12
-
13
-
The Transformations API uses Filter Query Language (FQL) to filter JSON objects and conditionally apply transformations. You can use FQL statements to:
12
+
The [Transformations API](https://docs.segmentapis.com/tag/Transformations/){:target="_blank"} uses Filter Query Language (FQL) to filter JSON objects and conditionally apply transformations. You can use FQL statements to:
14
13
- Apply filters that evaluate to `true` or `false` based on the contents of each Segment event. If the statement evaluates to `true`, the transformation is applied, and if it is `false` the transformation is not applied.
15
14
-[Define new properties based on the result of an FQL statement](/docs/protocols/transform/#use-cases).
[Drip](https://www.getdrip.com){:target="_blank”} is a nurture marketing platform Empowering B2C SMBs to convert long-sales cycle prospects into lifelong buyers with sophisticated and personalized marketing automation.
9
+
10
+
This destination is maintained by Drip. For any issues with the destination, [contact their Support team](mailto:[email protected]).
11
+
12
+
## Getting started
13
+
14
+
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for "Drip (Actions)".
15
+
2. Select Drip (Actions) and click **Add Destination**.
16
+
3. Select an existing Source to connect to Drip (Actions).
17
+
4. Go to the [Drip dashboard](https://www.getdrip.com/dashboard){:target="_blank"}
18
+
5. In the Settings tab, select the User Settings, find and copy the **API key** at the bottom of the page.
19
+
6. In a terminal, run `echo <your-api-key>: | base64` to encode the API key.
20
+
7. Enter the encoded **API Key** in the Drip destination settings in Segment.
21
+
8. Your account ID is a seven digit number that can be found in the address bar of your browser when you are logged into Drip. It is the number after `https://www.getdrip.com/`.
22
+
9. Enter the **Account ID** in the Drip destination settings in Segment.
23
+
24
+
{% include components/actions-fields.html %}
25
+
26
+
For more information about developing with Drip, check out their [documentation](https://developer.drip.com/){:target="_blank”}.
0 commit comments