Your first send is one POST.
POST to /api/v2/transactional/send with a to, a subject and an HTML body — that is the whole integration. Batch hundreds of messages in a single /batch call, and look up delivery status by ID whenever you need it.
curl, JavaScript, Python, Go, Java, Ruby & PHP examples