Amazon Pinpoint · Arazzo Workflow
Amazon Pinpoint Send and Verify OTP
Version 1.0.0
Send a one-time passcode to a recipient then verify the code they supply.
View Spec
View on GitHub
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalyticsArazzoWorkflows
Provider
Workflows
send-and-verify-otp
Send an OTP and verify the code the recipient enters.
Sends an OTP to a destination identity using a reference id, then verifies a submitted code against that reference id and branches on validity.
1
sendOtp
SendOTPMessage
Generate and send a one-time passcode over SMS to the destination identity, tagged with the supplied reference id.
2
verifyOtp
VerifyOTPMessage
Verify the code the recipient entered against the reference id used when the OTP was sent, branching on whether the code is valid.