This action has been deprecated and will no longer be available in new workflows.

Send a message to multiple users.

Parameters

ParameterDescription
BlocksA JSON-based array of structured blocks.
EmailsComma separated user Email addresses.
MentionsUser emails to mention in the message, separated by commas.
TextMessage contents.

Example Output

{
	"ok": true,
	"channel": "C04BDHY99NV",
	"ts": "1668527395.487399",
	"message": {
		"bot_id": "B02PJCV1QKB",
		"type": "message",
		"text": "this is example text",
		"user": "U02P2RBCW6R",
		"ts": "1668527395.487399",
		"app_id": "A02NB62TUMN",
		"blocks": [
			{
				"type": "rich_text",
				"block_id": "Ye=",
				"elements": [
					{
						"type": "rich_text_section",
						"elements": [
							{
								"type": "text",
								"text": "this is example text"
							}
						]
					}
				]
			}
		],
		"team": "T01NVABR4UW",
		"bot_profile": {
			"id": "B02PJCV1QKB",
			"app_id": "A02NB62TUMN",
			"name": "Blink",
			"icons": {
				"image_36": "https://avatars.slack-edge.com/2021-12-16/2842727097478_e542ce7abd1ea0ec4846_36.jpg",
				"image_48": "https://avatars.slack-edge.com/2021-12-16/2842727097478_e542ce7abd1ea0ec4846_48.jpg",
				"image_72": "https://avatars.slack-edge.com/2021-12-16/2842727097478_e542ce7abd1ea0ec4846_72.jpg"
			},
			"deleted": false,
			"updated": 1639646274,
			"team_id": "T01NVABR4UW"
		}
	}
}