You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I already sent successfully other template models, but catalog template it fail. There is missing params that's I did not find any exemple online to follow it.
I'm using this code to send catalog template.
var recipientList = new List { phone };
var messageTemplate = new MessageTemplate(templateName, templateLanguage);
var templateContent = new TemplateNotificationContent(Guid.Parse(channelRegistrationId), recipientList, messageTemplate);
// Send template message
var sendTemplateMessageResult = await m_currentNotificationMessagesClient.SendAsync(templateContent);
==============================
{"error":{"code":"BadRequest","message":"Given request contains a parameter for WhatsApp which was invalid. This includes channel ID and template parameters.","innererror":{"code":"WaErrorCode.InvalidParameter","message":"InvalidParameter: (#131008) Required parameter is missing"}}}
The text was updated successfully, but these errors were encountered:
Greeting,
I already sent successfully other template models, but catalog template it fail. There is missing params that's I did not find any exemple online to follow it.
I'm using this code to send catalog template.
var recipientList = new List { phone };
var messageTemplate = new MessageTemplate(templateName, templateLanguage);
var templateContent = new TemplateNotificationContent(Guid.Parse(channelRegistrationId), recipientList, messageTemplate);
// Send template message
var sendTemplateMessageResult = await m_currentNotificationMessagesClient.SendAsync(templateContent);
==============================
{"error":{"code":"BadRequest","message":"Given request contains a parameter for WhatsApp which was invalid. This includes channel ID and template parameters.","innererror":{"code":"WaErrorCode.InvalidParameter","message":"InvalidParameter: (#131008) Required parameter is missing"}}}
The text was updated successfully, but these errors were encountered: