Cross-Provider Workflow
Twilio Lookup then SMS
Version 1.0.0
Validate a phone number with Twilio Lookup, then send an SMS to it.
Providers Orchestrated
Workflows
lookup-then-send-sms
Validate a phone number, then send an SMS to it.
Looks up a destination phone number with Twilio Lookup and, on a valid number, sends an SMS notification to it through Twilio Messaging.
1
lookup-number
$sourceDescriptions.twilioLookupApi.fetchPhoneNumber
Validate the destination phone number with Twilio Lookup.
2
send-sms
$sourceDescriptions.twilioMessagingApi.createMessage
Send the SMS notification to the validated number.
Source API Descriptions
openapi
openapi