Dotsimple

Learn how to use Dotsimple with Composio

Overview

Enum

DOTSIMPLE

Description

DotSimple is a comprehensive social media management tool that enables users to plan, create, and publish content across multiple platforms, leveraging AI for content generation and providing analytics for performance optimization.

Authentication Details

access_token
stringRequired

Actions

Tool to create a new tag in dotsimple. use when you need to categorize content with custom tags. example: create a tag named "news" with color "#38bdf8".

Action Parameters

hex_color
Required
name
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete multiple media files in the workspace. use after confirming unwanted files. call this when you have a list of media ids to remove. returns success status.

Action Parameters

items
arrayRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a tag by its uuid. use when you need to remove a specific tag; ensure the uuid is correct before invoking.

Action Parameters

uuid
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific media file. use when you have the mediafileid and need its metadata.

Action Parameters

mediaFileId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details for a specific tag by uuid. use when you need full tag information after obtaining its identifier.

Action Parameters

tagId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all connected social media accounts in the workspace. use when you need to retrieve available accounts before posting or scheduling content.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list all autoresponders. use when you need to browse through your autoresponder setup.

Action Parameters

page
integer
per_page
integer

Action Response

data
array
error
string
meta
object
successful
boolean
Tool to list all media files with optional pagination. use when you need to retrieve or browse uploaded media files page by page.

Action Parameters

page
integer

Action Response

data
array
error
string
links
object
meta
object
successful
boolean
Tool to list all posts in the workspace with optional pagination. use when you need to fetch paginated posts after obtaining a valid auth token.

Action Parameters

page
integer
page_size
integer

Action Response

data
object
error
string
successful
boolean
Tool to list all account-level reports. use when you need to fetch aggregated account metrics chronologically after authentication.

Action Parameters

page
integer
page_size
integer

Action Response

data
object
error
string
successful
boolean
Tool to list all tags available in the workspace. use when you need to retrieve tag metadata for planning or display.

Action Parameters

Action Response

data
array
error
string
successful
boolean