Setting up your API Access
Step 1: Create an Account
- Visit Sign up to create a new BasicsEngage account.
- Fill in the required details and verify your email address.
Step 2: API Keys
- Navigate to the API section in your dashboard.
- Generate a new API key to use with your applications.
Step 3: Sending Your First Email
- Configure your sending settings.
- Use the following sample payload to send your first email:
{
"to": "email@example.com",
"from": "yourdomain@example.com",
"subject": "Test Email",
"content": "Hello, this is a test email from BasicsEngage."
}