This project allows sending direct messages to multiple recipients on various social media platforms.
Your CSV should have the following columns:
- platform (either "twitter" or "instagram")
- username (the username of the recipient)
- Prepare your CSV file according to the format above.
- Upload the CSV file to the designated S3 bucket.
- The system will automatically process the CSV and store the recipients.
- Use the bulk DM sending API to send messages to the uploaded recipients.
Endpoint: [Your API Gateway Invoke URL]/send-bulk-dm
Method: POST
Body:
{
"platform": "twitter",
"message": "Your message here",
"batch_size": 10
}