> For the complete documentation index, see [llms.txt](https://dev.ubidots.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.ubidots.com/plugins/public-plugins/webhook.md).

# Webhook

## Definition

A public Webhook plugin is Ubidots-defined logic that runs when you send an HTTP request to its *HTTPS endpoint URL*.

## How to use Webhook plugins

Go to Ubidots → Devices → Plugins. Select the Webhook plugin you want to create and configure its input parameters.

After you create the plugin, send an HTTP request to its *HTTPS endpoint URL* to trigger it.

<figure><img src="/files/1PdVIJ15MVK2RJSKFNYU" alt=""><figcaption></figcaption></figure>

## Available public webhook plugins

<table><thead><tr><th width="171" align="center">Name</th><th align="center">Plan availability</th></tr></thead><tbody><tr><td align="center"><a href="https://help.ubidots.com/en/articles/5105507-plugins-connect-aws-iot-core-to-ubidots-using-https">AWS IoT Core</a></td><td align="center">All plans</td></tr><tr><td align="center"><a href="https://help.ubidots.com/en/articles/6289406-plugins-connect-eversensors-with-ubidots">Everactive</a></td><td align="center">All plans</td></tr><tr><td align="center"><a href="https://help.ubidots.com/en/articles/6022705-plugins-integrate-golioth-output-streams-with-ubidots">Golioth</a></td><td align="center">All plans</td></tr><tr><td align="center"><a href="https://help.ubidots.com/en/articles/5535599-plugins-connect-monnit-s-alta-devices-with-ubidots">Monnit ALTA</a></td><td align="center">All plans</td></tr><tr><td align="center"><a href="https://help.ubidots.com/en/articles/6362890-plugin-perform-vibration-analysis-using-ncd-sensors-and-fft-conversion-in-ubidots">NCD FFT</a></td><td align="center">All plans</td></tr><tr><td align="center"><a href="https://help.ubidots.com/en/articles/6383707-plugins-connect-senquip-devices-to-ubidots">Senquip</a></td><td align="center">All plans</td></tr><tr><td align="center">SenseCAP + TTS</td><td align="center">All plans</td></tr><tr><td align="center"><a href="https://help.ubidots.com/en/articles/5528026-plugins-connect-sigfox-with-ubidots">Sigfox</a></td><td align="center">All plans</td></tr><tr><td align="center"><a href="https://help.ubidots.com/en/articles/5901749-plugins-connect-swarm-hive-with-ubidots">Swarm Hive</a></td><td align="center">All plans</td></tr><tr><td align="center"><a href="https://help.ubidots.com/en/articles/5096476-plugins-connect-the-things-stack-to-ubidots">The Things Stack</a></td><td align="center">All plans</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dev.ubidots.com/plugins/public-plugins/webhook.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
