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
APIs related to SMS, voice, mobile push, OTP, and phone number validate are not impacted by this change and are supported by AWS End User Messaging
However looking at the SDK v4 for .NET (for example), the "SMS & Voice V2" client APIs are still in the Pinpoint namespace and there is no new "End User Messaging" namespace so I'm wondering about practicalities.
Currently using PinpointClient.UpdateXxxTemplate() and PinpointClient.SendMessages() to send messages via any channel. That's all, no use of campaigns, journeys, segments etc..
Does the announcement mean that only email sending need be migrated to the SES client, and e.g. SMS will continue to work via the existing PinpointClient.UpdateSmsTemplate() and PinpointClient.SendMessages() interface? ... which would be convenient as it supports both templating and batching. Or will it be necessary to switch to AmazonPinpointSMSVoiceV2Client.SendMessage() which supports neither, to send messages one by one and use e.g. Handlebars to do templating in advance of sending?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The announcement says:
However looking at the SDK v4 for .NET (for example), the "SMS & Voice V2" client APIs are still in the Pinpoint namespace and there is no new "End User Messaging" namespace so I'm wondering about practicalities.
Currently using
PinpointClient.UpdateXxxTemplate()andPinpointClient.SendMessages()to send messages via any channel. That's all, no use of campaigns, journeys, segments etc..Does the announcement mean that only email sending need be migrated to the SES client, and e.g. SMS will continue to work via the existing
PinpointClient.UpdateSmsTemplate()andPinpointClient.SendMessages()interface? ... which would be convenient as it supports both templating and batching. Or will it be necessary to switch toAmazonPinpointSMSVoiceV2Client.SendMessage()which supports neither, to send messages one by one and use e.g. Handlebars to do templating in advance of sending?Thanks for your help
David
Beta Was this translation helpful? Give feedback.
All reactions