BELLIL
BELLIL

Reputation: 765

How to Post data on IBM connections from a local file

I use IBM connections 5.5 and i want to post data on connections, from a local file(.docs or .txt), is there a default components on IBM connectionsthat enables this? Or should i develop an application that do this job from the scratch? Is there any API that can help me to achieve that?

Upvotes: 0

Views: 85

Answers (1)

Markus Nagel
Markus Nagel

Reputation: 133

Depending on what you want to post (and where), the APIs vary, of course:

1) If you want to post information to users, look into the ActivityStreams API

2) If you want to post/file the documents themselves, look into the Files API

Cheers, Markus

Upvotes: 1

Related Questions