amazonses
Cloud-based email sending service.
Extends: Technology
Amazon SES
Cloud-based email sending service.
Overview
Category: Email Service software
Cloud-based email sending service.
Related Skills
No related skills listed.
Occupations Using This Technology
No occupations listed.
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Amazon SES',
category: 'Email Service software',
description: 'Cloud-based email sending service.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Amazon SES",
"applicationCategory": "Email Service software",
"description": "Cloud-based email sending service."
}