π‘ Info
Version
Not specifiedHomepage
Not specifiedDocumentation
Not specifiedRepository
Not specifiedPrivacy policy
Not specifiedTerms of service
Not specifiedπ Readme
Public Test API
Send emails using the π SpaceGiraffeπ¦ official email API!
Endpoints
There's only one endpoint!
email/send
POST https://utils.spacegiraffe.io/email/sendPayload:
{
subject: <string>*, // required email subject
to: Array<string>, // the email addresses to send the message to
plainTextContent: <string>*, // plain text content - required if htmlContent is missing
htmlContent: <string>*, // html content - required if plainTextContent is missing
copyAddresses: Array<string>, // optional CC email addresses
attachments: [{ // optional array of email attachments
name: <string>, // the attachment name
base64Content: <string> // the base64-encoded attachment file content
}]
}Response:
{
succeeded: <boolean>, // indicates whether the email was sent successfully
timestamp: <number>, // UNIX timestamp in milliseconds
message: <string> // response message indicating success, or with error information if something went wrong
}π³ Plans & pricing
Free plan
0Because omg plan handling
Usage-only plan
010($0.001 per request)1 week trial
1π 1 week FREE trial π
Different duration trial
2π 1 year FREE trial π
Biweekly plan
5Usage plan
510($0.01 per request)Really long trial
6π 1 year FREE trial π
Example
9π 2 week FREE trial π
Example plan for testing.
Monthly plan
10New trial
20π 1 week FREE trial π
Quarterly plan
29Example 2
99Another plan for testing.

