Welcome to the QR Code Email Generator service. This application allows you to generate personalized QR codes containing contact information and send them via email.
Use the following endpoint to generate and send QR codes:
Request Body (JSON):
{
"unique_id": "abc123",
"fullname": "John Doe",
"email": "john@example.com",
"phone": "+1234567890",
"subject": "Your QR Code",
"body": "Hello {fullname}, please find your QR code attached."
}
For batch processing, use the command line tool:
For more information, check the README.md file or contact the development team.