Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

MMS Needs to be updated to allow array of media (not Catapult URL) #15

@dtolb

Description

@dtolb

MMS should allow an array of URLs to send as one payload.

MMS no longer requires the URL to be a valid catapult url, any URL can be used.

http://ap.bandwidth.com/docs/rest-api/messages/

New Messages should be created like:

$mms_array = array('<url1>', '<url2>', '<url3');

$message1 = new Catapult\Message(array(
    "from" => $argv[1],
    "to" => $argv[2],
    "text" => $text1,
    "media" => $mms_array
));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions