Send pre-alert to subscribers
POST /pick/tipster/prealert/
Operation ID: prealert_pick_via_api
Send pre-alert for a pick of a specific package via API. This notifies subscribers that a pick is coming soon.
Request Body
Parameters
apikey
string
Yes
API key of the package to send pre-alert for
Response
Success Response (200)
Error Responses
401 Invalid credentials - Authentication token is invalid or missing
404 API key is not valid - The provided API key is not valid or doesn't exist
500 Failed to send pre-alerts - Server encountered an error while sending pre-alerts
Usage
Potential Use Cases
Subscriber Engagement: Alert subscribers that a pick is coming to increase engagement
Timing Coordination: Give subscribers advance notice to prepare for upcoming picks
Premium Service: Provide premium subscribers with early alerts before public picks
Market Preparation: Allow subscribers time to prepare their betting accounts
Expectation Management: Set expectations about when picks will be available
Subscriber Retention: Keep subscribers engaged with regular communication
Strategic Timing: Send alerts at optimal times for maximum subscriber attention
Service Differentiation: Differentiate premium packages with pre-alert features
Authentication
This endpoint requires authentication. Include your token in the Authorization header:
Important Notes
API Key Validation: The API key must be valid and associated with your tipster account
Subscriber Count: The response includes the number of subscribers who received the alert
Timing: Pre-alerts should be sent with sufficient time before the actual pick
Rate Limiting: Be mindful of how frequently you send pre-alerts to avoid subscriber fatigue
Package Association: Each API key is associated with a specific tip package
Best Practices
Consistent Timing: Send pre-alerts at consistent intervals before picks
Clear Communication: Ensure subscribers understand what a pre-alert means
Follow Through: Always follow pre-alerts with actual picks within reasonable time
Subscriber Preferences: Respect subscriber preferences for alert frequency
Quality Control: Only send pre-alerts for high-quality picks to maintain credibility
Integration Examples
Scheduled Pre-Alert:
Automated Workflow:
\
Last updated