Dripcel

Learn how to use Dripcel with Composio

Overview

Enum

DRIPCEL

Description

Dripcel is a cloud-based SMS marketing platform that leverages AI and machine learning to automate and optimize customer communication campaigns.

Authentication Details

api_key
stringRequired

Actions

Tool to delete a contact by their cell number. use when you need to remove a contact from dripcel after confirming the msisdn.

Action Parameters

cell
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all campaigns. use after authenticating when you need to paginate or filter campaigns.

Action Parameters

page
integer
pageSize
integer
status
string

Action Response

data
object
error
string
successful
boolean
Tool to get current credit balance. use after authenticating and when you need to verify account balance before credit-consuming operations.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of deliveries. use when you need to fetch delivered messages optionally filtered by cell or customerid.

Action Parameters

cell
string
customerId
string

Action Response

data
array
error
string
ok
boolean
successful
boolean
Tool to list all available email templates. use when you need to retrieve available templates before sending email campaigns.

Action Parameters

limit
integer
order
string
page
integer
search
string
sort
string

Action Response

data
array
error
string
limit
integer
message
string
page
integer
success
boolean
successful
boolean
total
integer
Tool to retrieve a list of all sales. use when you need comprehensive sales data for reporting or analytics.

Action Parameters

Action Response

data
array
error
string
ok
boolean
successful
boolean
Tool to check a list of cell numbers against campaign targeting criteria. use when ensuring suppliers comply with your campaign rules before sending messages.

Action Parameters

campaign_id
string
cells
arrayRequired
country
stringRequired

Action Response

data
object
error
string
ok
boolean
successful
boolean
Tool to search replies based on filters. use when you need to find replies by id, campaign, date range, or content.

Action Parameters

Message
string
Msisdn
string
Received
object
UserReference
string
_id
string
campaign_id
string
kind
string

Action Response

data
array
error
string
ok
boolean
successful
boolean
Tool to add tags to a contact. use when you need to assign tag ids or tag names to an existing contact by msisdn. set create missing contact=true to auto-create the contact if it does not exist.

Action Parameters

cell
Required
create_missing_contact
boolean
tag_ids
array
tags
array

Action Response

data
object
error
string
ok
boolean
successful
boolean
Tool to send a single sms to a contact. use when you need to deliver a targeted message immediately or schedule it for later.

Action Parameters

campaignId
string
country
stringRequired
deliveryMethod
stringDefaults to standard
message
stringRequired
schedule
string
sender
stringRequired
to
stringRequired
type
stringDefaults to plain

Action Response

data
object
error
string
successful
boolean