Skip to main content
Some networks need a value you cannot know in advance: which board to pin to, which subreddit flair is allowed, which Discord channel to post in. Provider tools fetch those values from the network on your behalf, so you can fill in post settings without asking the person to copy an id out of a web UI. Call them three ways, all reaching the same code:
This page is the catalogue. For the live list on one specific channel, including the parameter schema, call the settings endpoint: it returns a tools array built from the same source as the tables below.
Networks not listed here expose no tools. That includes LinkedIn, YouTube, X, Facebook, Threads, TikTok, Telegram, Mastodon, Bluesky, Nostr, VK, Kick, Tumblr, Moltbook and Google Business Profile: everything they need comes from the post settings themselves.

Dev.to

Discord

Dribbble

Farcaster

Hashnode

Instagram

Lemmy

Listmonk

Medium

MeWe

Pinterest

Reddit

Skool

Slack

Whop

WordPress

Chaining tools

Two tools take an id that another tool produces. Call them in order:
Reddit works the same way in spirit: search with subreddits, then pass the name you get back to restrictions to learn whether a flair is required before you schedule.
When the second call returns, you are holding the ids the post settings ask for, so nobody has to copy a value out of a web UI.

Next steps

Call a tool

POST /integration-trigger/{id}, the endpoint behind every example here.

Ask one channel directly

The live tools array for a connected channel, parameter schema included.

Use the values in a post

Where a subreddit and its flair go once you have fetched them.

Run tools from the CLI

integrations:trigger, plus the commands around it.