Segmetrics

Learn how to use Segmetrics with Composio

Overview

Enum

SEGMETRICS

Description

SegMetrics is a marketing analytics platform that provides detailed insights into customer journeys, helping businesses optimize their marketing strategies.

Authentication Details

generic_api_key
stringRequired

Actions

Tool to create a new product in segmetrics. use after confirming product details.

Action Parameters

description
string
external_id
string
id
stringRequired
name
stringRequired
price
number
type
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a specific contact by id. use after confirming the contact id exists.

Action Parameters

contact_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to add or update a contact in segmetrics. use when you need to upsert the contact record during data import.

Action Parameters

contact_id
stringRequired
date_created
string
email
Required
first_name
string
last_name
string
last_updated
string
status
string
utm_campaign
string
utm_content
string
utm_medium
string
utm_source
string
utm_term
string

Action Response

data
object
error
string
successful
boolean