Skip to main content
We’re actively building out a library of examples covering common use cases - schedulers, analytics dashboards, bulk uploaders, webhook handlers, and more. This section is growing, so check back often.

Select A Channel After OAuth

For Facebook, Instagram through Facebook Login, LinkedIn, YouTube, and Google Business, OAuth alone is not enough. After the user connects, select the page, profile, channel, or location they want this team to use.
Use refresh-channels before showing a custom picker if your cached channel list may be stale.

Create A Scheduled Post

Fetch Raw Analytics

Raw analytics return the raw payload stored for the newest analytics snapshot. Availability depends on platform.

Handle Post Webhooks

There is no separate post.failed event. Use post.published and inspect data.status.

More Resources

GitHub repo with examples

Postman collection