> For the complete documentation index, see [llms.txt](https://doqe.gitbook.io/disblox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doqe.gitbook.io/disblox/docs/.new/send.md).

# :Send(url)

{% hint style="warning" %}
HTTPService is required to send webhook messages.
{% endhint %}

Will send the message to a discord webhook (CONVERTS TO [PROXY](https://hooks.hyra.io))

```lua
local Disblox = require(path.to.disblox)
local message = Disblox.new()

message:Send("https://discord.com/api/webhooks/id/token")
--will automatically convert to hooks.hyra.io or any other proxy you set it to.
```
