Sending SMS from Zendesk

0

We need to implement a solution where customer service is able to send a sms to the customer by clicking a button on Zendesk. What would be the recommendation for implementing sms. Would it be using AWS Cognito and Lambda AWS SNS? Or API Gateway HTTP API? Which one is more secure and cost effective?

1 Antwort
2
Akzeptierte Antwort

I d look into Eventbridge and it’s integration with Zendesk. https://aws.amazon.com/eventbridge/integrations/. You could react from a status change in zendesk which then triggers an event bridge rule and from there trigger an SNS topic to send sms.

Api would also work, by a bit more tightly coupled dependency gets introduced.

profile picture
EXPERTE
beantwortet vor 2 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen