API Documentation
SDK
The bundle.social SDK is a set of tools that allows you to easily integrate bundle.social into your application.
Node.js SDK
NPM: https://www.npmjs.com/package/bundlesocial
Github: https://github.com/bundleglobal/bundlesocial-node
Installation
Make sure you have generated an API key on bundle.social.
Setup
Usage
Get the organization information
Create a team
Get the team information
Manage social accounts (needed for product integration only)
If you can connect social accounts directly through our web app, you can skip this step.
Connect social account
Select page, account or channel (required for FACEBOOK, INSTAGRAM, YOUTUBE and LINKEDIN)
After the user has connected the account and was redirected to your page, you can let the user select the page, account or channel. We unified the data for all platforms. Each social account has a channels
field, that is an array of their channels (pages, accounts, channels depending on the platform).
Upload a file
Create a post
Get the post information
Handling errors
Handling webhook events
Was this page helpful?