Discord
Overview
The Discord integration allows you to send automated messages to a specific Discord server and channel when a form is submitted on your website.
🔧 How to Set Up
Step 1: Create a Discord Bot
-
Visit the Discord Developer Portal.
-
Click “New Application”, provide a name, and create it.
-
In the left sidebar, go to OAuth2 > URL Generator.
-
Under Scopes, select:
-
bot
-
-
Under Bot Permissions, choose:
-
Administrator
-
-
Copy the Generated OAuth2 URL, paste it into a new browser tab, and press Enter.
-
Choose your server, click Continue, then click Authorize.
-
From the left sidebar, go to the Bot tab.
-
Click “Reset Token”, then Copy the bot token.
Step 2: Connect Discord to WordPress
-
Go to Advanced Form Integration > Settings > Discord.
-
Click Add Credential.
-
Provide:
-
A name for the credential (e.g., My Discord Bot)
-
Paste the Bot Token from earlier.
-
-
Save the credential.
✅ Available Action
-
Send Message – Automatically send a text message to a selected Discord server channel when a form is submitted.
📝 How to Use
Step 1: Create a New Integration
-
Go to Advanced Form Integration > New Integration.
-
Choose your form plugin and select a form.
-
Select Discord from the Action dropdown.
-
Choose the Send Message task.
Step 2: Map Fields
-
Select a Discord Credential (i.e., the bot).
-
Choose a Server from the connected servers.
-
Choose a Channel within that server.
-
Map your form field or static text to the Message field.
Step 3: Save and Test
-
Save your integration.
-
Submit the form to verify the message is sent to the chosen Discord channel.
📌 Notes
-
Make sure the bot is added to your server with appropriate permissions.
-
The bot must be online to successfully send messages.
-
Use placeholders to include form data inside your message content.
-
Only text messages are currently supported.
-
Ensure your form fields (especially message content) are not empty.
🐞 Troubleshooting
If your messages aren’t being sent:
-
Double-check the Bot Token and OAuth permissions.
-
Ensure the selected server and channel IDs are correct.
-
Check if the bot is still a member of the server.
-
Use browser console or plugin logs to inspect any error responses from Discord.