getTemplate

open suspend fun getTemplate(code: String): Template(source)

Requests the Template with the given code. returns null when the webhook isn't present.

Throws

if something went wrong while retrieving the template.

if template was null.