Skip to content

Feat: Add support for subaccounts #65

@shatanikmahanty

Description

@shatanikmahanty

Sub accounts documentation:

https://www.twilio.com/docs/iam/api/subaccounts

Example curl looks like this

curl -X POST "https://api.twilio.com/2010-04-01/Accounts/$TWILIO_SUBACCOUNT_SID/Messages.json" \
--data-urlencode "To=+16518675310" \
--data-urlencode "From=+14158141829" \
--data-urlencode "Body=Ahoy there$EXCLAMATION_MARK" \
-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN

In my initial analysis of the flutter library we just need to modify the behavior of passing account sid to the URL property of sid, so that we can take in subaccount sid if provided.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions