Cross-Provider Workflow
Twilio Verify OTP with Slack Notify
Version 1.0.0
Start a Twilio verification, check the code, then notify a Slack channel.
Providers Orchestrated
Workflows
verify-otp-and-notify
Start a verification, check the code, then notify Slack of the result.
Starts a Twilio Verify verification over SMS, checks the user-provided code, and posts the approval result to a Slack channel.
1
start-verification
$sourceDescriptions.twilioVerifyApi.createVerification
Start a verification and send the OTP over SMS.
2
check-code
$sourceDescriptions.twilioVerifyApi.createVerificationCheck
Check the user-supplied code against the verification.
3
notify-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Post the verification result to a Slack channel.
Source API Descriptions
openapi