# Webhook

Sometimes it may be inefficient when we are making periodic requests to your service. Maybe your data renews in a very irregular pattern or your data changes frequently, you may want to push your data to Connectome by yourself. You can make use of our webhook to set up a connection instead.

Connectome's webhook makes use of our DATA API. Further syntax can be found [here](https://docs.connectomesystem.com/advance/data-api).


---

# 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.connectomesystem.com/import-data/webhook.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.
