-
Notifications
You must be signed in to change notification settings - Fork 772
Closed
Labels
code-generationissue deals with generated codeissue deals with generated code
Description
Version: next-gen
API Subdomain: twiml
Code Snippet
resp = twiml.Response()
with resp.enqueue(None, workflowSid=workflow_sid) as e:
e.task('{"account_number":"12345abcdef"}')
Exception / Log
AttributeError: 'Enqueue' object has no attribute 'task'
Feature Request
In the TwiML Enqueue Verb, it should be possible to append a Task
.
In the previous version, it exists, but I don't see it in the next-gen.
raicheff and jrusk
Metadata
Metadata
Assignees
Labels
code-generationissue deals with generated codeissue deals with generated code