Timelinesai

Learn how to use Timelinesai with Composio

Overview

Enum

TIMELINESAI

Description

TimelinesAI enables teams to manage and automate WhatsApp communications, integrating with various CRMs and tools to streamline workflows.

Authentication Details

bearer_token
stringRequired

Actions

Tool to delete an uploaded file by its uid. use after confirming the file is no longer needed.

Action Parameters

file_uid
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to get full or filtered list of all chats. use when you need to browse or search chats with optional filters. example: "list all unread chats assigned to me."

Action Parameters

assignee_id
string
created_since
string
has_label
boolean
has_open_task
boolean
integration_id
string
is_archived
boolean
is_assigned
boolean
is_followed
boolean
is_muted
boolean
is_unread
boolean
label_id
string
limit
integer
offset
integer
person_id
string
search
string
sort_direction
string
sort_field
string
team_member_id
string
types
array

Action Response

data
object
error
string
successful
boolean
Tool to retrieve metadata and temporary download url for an uploaded file. use after uploading a file or when needing its url.

Action Parameters

file_uid
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a webhook subscription by its id. use when you need to remove an existing webhook after confirming the webhook id. example: "delete the webhook with id '9f6a8c3d-56b7-4a1e-8f2e-abcdef123456'."

Action Parameters

webhook_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific webhook subscription. use after confirming the webhook id.

Action Parameters

webhook_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all webhook subscriptions for the workspace. use when you need to retrieve configured webhooks, optionally with pagination.

Action Parameters

limit
integer
offset
integer

Action Response

data
array
error
string
limit
integer
offset
integer
successful
boolean
total
integer
Tool to list all whatsapp accounts connected to the workspace. use after configuring whatsapp integration to verify accounts.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list files uploaded in your timelinesai workspace. use when you need to retrieve all uploaded files.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to create a new webhook subscription. use when you have the event type and callback url ready.

Action Parameters

event_type
stringRequired
secret
string
url
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to update an existing webhook subscription. use after confirming the webhook id when you need to change the url, subscribed event types, or enable/disable a webhook.

Action Parameters

enabled
boolean
event_types
arrayRequired
url
Required
webhook_id
stringRequired

Action Response

data
object
error
string
successful
boolean