# Web hook support

### Generic Notifications

Any system regardless of if HighCohesion support it natively or not can send notifications to your HighCohesion account. By creating a stream that has a "Static Web hook" type of trigger, you will get a secure web hook URL shown on the stream view page. This URL can then be used in any other 3rd party system to send notifications data to HighCohesion. Once the data is received by HighCohesion it will be converted into an Event and processed as normal to any destination function using any transformation.

### System Specifics

The following systems are currently supported for web hook style notifications:

* [DEAR Systems](/creating-streams/streams/web-hook-supported-systems/dear-systems.md)
* [Descartes Peoplevox](/creating-streams/streams/web-hook-supported-systems/peoplevox.md)
* [Shopify](/creating-streams/streams/web-hook-supported-systems/shopify.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.highcohesion.com/creating-streams/streams/web-hook-supported-systems.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
