List connected accounts
list_accountsFetch social accounts for an organization with network, follower count, and error status. Check which connections are broken to find why a post failed to publish.
Instructions
The social accounts connected to an organization: network, name, follower count and whether the connection is broken. An account with error_code other than 0 cannot publish until a person reconnects it, and that is usually the answer to 'why did this post not go out'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| capability | No | Only accounts whose network supports this capability. | |
| social_network | No | Filter by network, e.g. ['instagram', 'linkedin']. | |
| id_organization | No | The PlanVortex organization id. Optional: if this app reaches a single organization, or the server was configured with a default one, it is resolved automatically. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| accounts | Yes |