Dripcel
Overview
SLUG: 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
Connecting to Dripcel
Create an auth config
Use the dashboard to create an auth config for the Dripcel toolkit. This allows you to connect multiple Dripcel accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Dripcel toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
DRIPCEL_DELETE_CONTACT
Tool Name: Delete Contact
Description
Action Parameters
Action Response
DRIPCEL_DRIPCEL_GET_CAMPAIGNS
Tool Name: Get Dripcel Campaigns
Description
Action Parameters
Action Response
DRIPCEL_GET_BALANCE
Tool Name: Get current credit balance
Description
Action Parameters
Action Response
DRIPCEL_GET_DELIVERIES
Tool Name: Get Deliveries
Description
Action Parameters
Action Response
DRIPCEL_GET_EMAIL_TEMPLATES
Tool Name: Get email templates
Description
Action Parameters
Action Response
DRIPCEL_GET_SALES
Tool Name: Get sales
Description
Action Parameters
Action Response
DRIPCEL_POST_COMPLIANCE_SEND
Tool Name: Dripcel Post Compliance Send
Description
Action Parameters
Action Response
DRIPCEL_POST_REPLIES_SEARCH
Tool Name: Search replies based on filters
Description
Action Parameters
Action Response
DRIPCEL_PUT_CONTACT_TAG_ADD
Tool Name: Add tags to a contact
Description
Action Parameters
Action Response
DRIPCEL_SEND_SMS
Tool Name: Send SMS
Description
Action Parameters
Action Response