Generate Blog Post
Create a full blog post based on a given topic or outline.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GENERATE_BLOG_POST])
Write Product Description
Generate a compelling product description for e-commerce listings.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.WRITE_PRODUCT_DESCRIPTION])
Create Social Media Post
Generate engaging social media content for various platforms.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_SOCIAL_MEDIA_POST])
Draft Email
Compose professional or casual emails based on given parameters.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.DRAFT_EMAIL])
Write Ad Copy
Create persuasive ad copy for digital marketing campaigns.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.WRITE_AD_COPY])
Generate Article Outline
Create a structured outline for long-form articles or essays.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GENERATE_ARTICLE_OUTLINE])
Write Press Release
Compose a professional press release for company news or product launches.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.WRITE_PRESS_RELEASE])
Create Landing Page Copy
Generate compelling copy for website landing pages.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_LANDING_PAGE_COPY])
Write Video Script
Create engaging scripts for marketing or educational videos.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.WRITE_VIDEO_SCRIPT])
Write Product Features
Generate clear and concise product feature descriptions.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.WRITE_PRODUCT_FEATURES])
Create FAQ Content
Generate frequently asked questions and answers for various topics.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_FAQ_CONTENT])
Write Newsletter
Compose engaging email newsletter content for subscribers.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.WRITE_NEWSLETTER])
Write Product Review
Generate honest and detailed product reviews based on given information.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.WRITE_PRODUCT_REVIEW])
Create Job Description
Write comprehensive job descriptions for various positions.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_JOB_DESCRIPTION])
Generate Podcast Description
Create engaging descriptions for podcast episodes.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GENERATE_PODCAST_DESCRIPTION])
Write Company Bio
Compose professional company biographies for various platforms.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.WRITE_COMPANY_BIO])
Create Event Description
Generate compelling descriptions for events and webinars.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_EVENT_DESCRIPTION])
Write Sales Email
Compose persuasive sales emails for lead generation and nurturing.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.WRITE_SALES_EMAIL])
New Project Created
Triggered when a new project is created in Copy.ai.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_PROJECT_CREATED])
Content Generated
Triggered when new content is successfully generated by Copy.ai.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CONTENT_GENERATED])
Project Completed
Triggered when a project is marked as completed in Copy.ai.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.PROJECT_COMPLETED])
New Team Member Added
Triggered when a new team member is added to a Copy.ai workspace.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_TEAM_MEMBER_ADDED])
Credit Usage Threshold Reached
Triggered when the account's credit usage reaches a specified threshold.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREDIT_USAGE_THRESHOLD_REACHED])
New Template Created
Triggered when a new custom template is created in Copy.ai.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_TEMPLATE_CREATED])
Content Approval Required
Triggered when generated content requires approval from a team member.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CONTENT_APPROVAL_REQUIRED])
Account Upgrade
Triggered when a user upgrades their Copy.ai account to a higher tier.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.ACCOUNT_UPGRADE])
API Usage Limit Reached
Triggered when the API usage limit for the account is reached.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.API_USAGE_LIMIT_REACHED])
New Integration Connected
Triggered when a new third-party integration is connected to Copy.ai.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_INTEGRATION_CONNECTED])