Email & SMS Templates
Toggle the delivery by Clerk for a template of a given type and slug
Toggles the delivery by Clerk for a template of a given type and slug. If disabled, Clerk will not deliver the resulting email or SMS. The app developer will need to listen to the email.created or sms.created webhooks in order to handle delivery themselves.
post/templates/{template_type}/{slug}/toggle_delivery
Path parameters
template_type'email' | 'sms' required
The type of template to toggle delivery for
slugstring required
The slug of the template for which to toggle delivery
Request body
Response
Success