POST /api/v1/user/webhook/test/
Test your incoming messages webhook configuration by sending a test notification. Auth: Session-based authenticationUse Case
Use this endpoint to verify that your Slack webhook is configured correctly before receiving real notifications. This is especially useful after setting up a new webhook URL.Response
Success (200):Example
What Happens
- The endpoint checks if you have a webhook URL configured
- Sends a test message to your webhook:
- For Slack: Sends a formatted message with emoji
- For generic webhooks: Sends a simple test event
- Returns the result with HTTP status code
Expected Result
If configured correctly, you should see a test message in your Slack channel:🧪 Test notification from Seleqt Your Slack webhook is configured correctly! You will receive notifications here when prospects reply to your campaigns.
Troubleshooting
- 404 Error: The Slack webhook URL is invalid or the channel was deleted
- Timeout: The webhook URL is not responding (check for typos)
- 403 Error: The Slack app doesn’t have permission to post to the channel
