You are here

public function SendInBlueApiInterface::getTemplate in SendinBlue 7.2

Get template by id.

Parameters

string $id: A template identification.

Return value

GetSmtpTemplateOverview A template.

2 methods override SendInBlueApiInterface::getTemplate()
SendinblueApiV2::getTemplate in includes/Api/SendinblueApiV2.php
Get template by id.
SendinblueApiV3::getTemplate in includes/Api/SendinblueApiV3.php
Get template by id.

File

includes/Api/SendInBlueApiInterface.php, line 41

Class

SendInBlueApiInterface
Interface for SendInBlue API.

Code

public function getTemplate($id);