> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Message

Post a message to a guild text or DM channel.

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                          |
  | ---------- | ---------------------------------------------------- |
  | Channel ID | The ID of the channel you want to send a message to. |
  | Content    | The message contents. Can be up to 2000 characters.  |
</div>

## Example Output

```json theme={"dark"}
{
	"type": 1,
	"content": "<string>",
	"mentions": [],
	"mention_roles": [],
	"attachments": [],
	"embeds": [],
	"timestamp": "<string>",
	"edited_timestamp": null,
	"flags": 1,
	"components": [],
	"id": "<string>",
	"channel_id": "<string>",
	"author": {
		"id": "<string>",
		"username": "<string>",
		"avatar": null,
		"discriminator": "<string>",
		"public_flags": 2,
		"flags": 1,
		"bot": true,
		"banner": null,
		"accent_color": null,
		"global_name": null,
		"avatar_decoration_data": null,
		"collectibles": null,
		"banner_color": null,
		"clan": null,
		"primary_guild": null
	},
	"pinned": false,
	"mention_everyone": false,
	"tts": false
}
```

## Workflow Library Example

[Send a Report to Discord on Merged Github Pull Request](https://library.blinkops.com/workflows/send-a-report-to-discord-on-merged-github-pull-request)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/send-a-report-to-discord-on-merged-github-pull-request/canvas" />
</div>
