pub async fn retrieve_message_template_with_id(
    configuration: &Configuration,
    message_template_id: &str
) -> Result<MessageTemplateResponse, Error<RetrieveMessageTemplateWithIdError>>
Expand description

Retrieves the message template for the given Id. If you don’t specify the id, this will return all the message templates.