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