Skip to content

Dropbox Adapter API

Philipp Zeppezauer edited this page Nov 19, 2014 · 1 revision

Dropbox Adapter API /dropbox

REST API

POST `/` Create a new dropbox input adapter

POST/

Create a new dropbox input adapter.

Parameter:
body required - dropbox adapter config JSON object that defines the parameters of the adapter (see below)
interval optional (default is 1000) - defines the time offset in milliseconds between two consecutive pulls
delete optional (default is true) - defines if the adapter should be deleted after receiving a message

Respond:
200 adapter successfully created - Id is in the body of the response

Dropbox Adapter Configuration JSON

{
    "dropboxKey": "{KEY}",
    "dropboxFolder": "{FOLDER}",
    "fileName": "{FILE_NAME}",
    "type": "NEGOTIATION",
    "subtype": "RESPONSE",
    "conversationId": "{conversationId}
}

Clone this wiki locally