| Package | Description |
|---|---|
| com.messagebird |
| Modifier and Type | Method and Description |
|---|---|
TemplateResponse |
MessageBirdClient.createWhatsAppTemplate(Template template)
Create a WhatsApp message template through messagebird.
|
TemplateResponse |
MessageBirdClient.fetchWhatsAppTemplateBy(String templateName,
String language)
Retrieves the template of an existing template name and language under the first waba connected to the requesting user.
|
TemplateResponse |
MessageBirdClient.fetchWhatsAppTemplateBy(String templateName,
String language,
String wabaID,
String channelID)
Retrieves the template of an existing template name and language under a WABA or for a channel.
|
TemplateResponse |
MessageBirdClient.updateWhatsAppTemplate(Template template,
String templateName,
String language)
Update a WhatsApp message template through MessageBird.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateResponse> |
MessageBirdClient.getWhatsAppTemplatesBy(String templateName)
Retrieves the template of an existing template name.
|
List<TemplateResponse> |
MessageBirdClient.getWhatsAppTemplatesBy(String templateName,
String wabaID,
String channelID)
Retrieves the template of an existing template name.
|
Copyright © 2024. All rights reserved.