Create and manage reusable SMS message templates.
Create SMS template
Method and route: POST /api/TemplatesSMS/CriarTemplate. Creates a reusable SMS template for the authenticated merchant. Use templates for messages that will be sent repeatedly with the same wording.
Create SMS template › Responses
Template created.
idnomeconteudocriadoEmatualizadoEmList SMS templates
Get SMS template by ID
Method and route: GET /api/TemplatesSMS/ObterTemplatesSmsPorId/{templateId}. Retrieves one SMS template by its identifier.
path Parameters
templateIdSMS template identifier.
Get SMS template by ID › Responses
SMS template details.
idnomeconteudocriadoEmatualizadoEmSearch SMS templates by date
Method and route: GET /api/TemplatesSMS/pesquisarTemplateSMSporData. Finds SMS templates created on a specific day, month, and year.
query Parameters
diaDay of month.
mesMonth number.
anoFour-digit year.
Search SMS templates by date › Responses
Matching SMS templates.
idnomeconteudocriadoEmatualizadoEmUpdate SMS template
Method and route: PUT /api/TemplatesSMS/AtualizarTemplate/{templateId}. Updates the name and content of an existing SMS template.
path Parameters
templateIdSMS template identifier.
Update SMS template › Responses
Template updated.
idnomeconteudocriadoEmatualizadoEm