Skip to content

Commit ef90e8d

Browse files
authored
Add warning for old event API
1 parent b7b4789 commit ef90e8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/event-platform/getting-started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ To create a subscription, you will need a destination URL.
164164
export DESTINATION_URL="https://my-destination-url.com" # Replace with your destination URL
165165
```
166166

167+
::: warning
168+
If you have already configured the Events API, do not use the same URL for your destination URL; otherwise, you will not receive events from the event platform.
169+
:::
170+
167171
::: info
168172
💡 You don’t have to worry about the secret part of the configuration for now, they are used to sign the payload (more information below in the API presentation section)
169173
:::

0 commit comments

Comments
 (0)