Twilio · Arazzo Workflow
Twilio Sync Document Lifecycle
Version 1.0.0
Create a Sync Service, add a Document to it, then update the Document's data.
View Spec
View on GitHub
AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoiceArazzoWorkflows
Provider
Workflows
sync-document-lifecycle
Provision a Sync Service and manage a Document through create and update.
Creates a Sync Service, creates a Document within it seeded with initial data, then updates that Document's data payload.
1
createService
CreateService
Create a Sync Service to hold the Document.
2
createDocument
CreateDocument
Create a Sync Document in the new Service, seeded with the initial data.
3
updateDocument
UpdateDocument
Update the Document with a new data payload.