Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TwiML - Task verb is missing #283

@mosampaio

Description

@mosampaio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    code-generationissue deals with generated code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions