Skip to content

beamable-sdk / api / mailGetTemplateBasic

Function: mailGetTemplateBasic()

mailGetTemplateBasic(requester, gamerTag, templateName, gamertag?): Promise<HttpResponse<MailTemplate>>

Defined in: src/__generated__/apis/MailApi.ts:59

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

gamerTag

The gamerTag parameter to include in the API request.

string | bigint

templateName

string

The templateName parameter to include in the API request.

gamertag?

string

Override the Gamer Tag of the player. This is generally inferred by the auth token.

Returns

Promise<HttpResponse<MailTemplate>>