Skip to content

Commit 4ea1024

Browse files
Apply suggestions from code review
Co-authored-by: forstisabella <[email protected]>
1 parent d83f57e commit 4ea1024

File tree

1 file changed

+5
-4
lines changed
  • src/connections/destinations/catalog/rehook

1 file changed

+5
-4
lines changed

src/connections/destinations/catalog/rehook/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@ This destination is maintained by Rehook. For any issues with the destination, [
1616
2. Search for **Rehook** in the Destinations Catalog, and select the **Rehook** destination.
1717
3. Select which Source should send data to the Rehook destination.
1818
4. Open the [Rehook Dashboard](https://dashboard.rehook.ai/){:target="_blank"} and navigate to **Settings > API Keys & Secret Key**. Copy your key.
19-
5. Enter the **API Key & Secret Key** in the Rehook destination settings in Segment.
19+
5. Open the Segment app and paste the **API Key & Secret Key** in the Rehook destination settings page.
2020

2121

2222
## Supported methods
2323

24-
Rehook's destination is designed to support the following methods, as specified in the [Segment Spec](/docs/connections/spec). Because this is an Actions Destination, you will also have the capability to map other Segment methods if neccessary.
24+
Rehook's destination is designed to support the following [Segment Spec](/docs/connections/spec) methods. Because this is an Actions Destination, you can also map other Segment methods.
2525

2626
### Identify
2727

28-
Take a look at the [Identify method documentation](/docs/connections/spec/identify) to learn about what it does.
28+
If you're not familiar with the Segment Spec, take a moment to understand what the [Identify method](/docs/connections/spec/identify/) does.
29+
An example call looks like this:
2930

3031
#### Example 1:
3132
```js
@@ -50,7 +51,7 @@ analytics.identify('userId12345', {
5051
});
5152
```
5253

53-
Every time you make an Identify call with `userId` included:
54+
Every time you make an Identify call with an included `userId`:
5455

5556
1. Rehook verifies that the `userId` exists.
5657
2. If the `userId` does not exist, Rehook adds the user as a Customer to the Rehook database and matches user properties with the Segment `traits` sent in the Identify call payload.

0 commit comments

Comments
 (0)