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 Answer
2
Accepted Answer

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
EXPERT
answered 2 months ago
profile picture
EXPERT
reviewed 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions