Sprout Social
Supports:
Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
client_id | string | Your Sprout Social OAuth Client ID | false | false |
client_secret | string | Your Sprout Social OAuth Client Secret | false | false |
Example
1 { 2 "name": "Sprout Social connection", 3 "type": "sproutsocial", 4 "configuration": { 5 "client_id": "", 6 "client_secret": "" 7 } 8 }