Twilio · Arazzo Workflow
Twilio Send a Message and Redact Its Body
Version 1.0.0
Send an SMS, then redact the stored message body by updating it to an empty string for privacy.
View Spec
View on GitHub
AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoiceArazzoWorkflows
Provider
Workflows
send-and-redact-message
Send a message then redact its stored body.
Sends a message and then updates it with an empty body to redact the stored content.
1
sendMessage
createMessage
Send the SMS containing the sensitive content.
2
redactBody
updateMessage
Redact the stored message body by updating the message with an empty body string.