Posts text to your Tumblr blogs via the API v2 (Neue Post Format). Add your Tumblr OAuth app's consumer key and secret below, then connect with OAuth — each blog on the account is added as a separate channel.
Tumblr uses OAuth2: you first register a developer application to get an app-level consumer key/secret, then each blog owner connects via OAuth to grant posting access.
Sign in to the Tumblr account that should own the integration, then go to the application registration page.
OpenClick Register application and fill in the app name, website URL, and a valid OAuth2 redirect URI (this must exactly match the callback URL this tool gives you).
After registering, copy the OAuth Consumer Key and click Show secret key to reveal the Secret Key.
Enter the OAuth Consumer Key as Consumer key and the Secret Key as Consumer secret in the Tumblr integration's config fields here.
Click Connect Tumblr in this app and approve access with your Tumblr account; each blog on that account is added as a separate channel automatically.
tumblr.com/oauth/apps → your app → "OAuth Consumer Key". The app's registered callback URL must match this tool's redirect URI exactly.
Same app → click "Show secret key". Connecting requests basic + write + offline_access so posting keeps working after the token expires.