code-corps/code-corps-api

Make sparkpost template creation/updating idempotent

begedin opened this issue · 0 comments

Problem

From #1332

Make template creation/updating idempotent - Single command either updates or creates depending on the template existing or not.

Since templates might get renamed as well, we might have to do a lookup of all templates and perform a diff.