Navigation
API > API/Developer > API/Developer/SlackIntegrations
Simple struct represents the parameters used for incoming webhook requests
| Name | FSlackIncomingWebhook |
| Type | struct |
| Header File | /Engine/Source/Developer/SlackIntegrations/Public/SlackIntegrations.h |
| Include Path | #include "SlackIntegrations.h" |
Syntax
struct FSlackIncomingWebhook
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Channel | FString | Overrides the channel to which the message is posted. | SlackIntegrations.h | |
| IconEmoji | FString | Overrides the emoji for the username with which the message is posted. | SlackIntegrations.h | |
| Username | FString | Overrides the username with which the message is posted. | SlackIntegrations.h | |
| WebhookUrl | FString | Full URL from your Incoming Webhook Integrations on the Slack website | SlackIntegrations.h |