Amplitude
amplitudeAmplitude gives you the self-serve tools and real-time data to make products and experiences that win no matter what.
Acciones disponibles (16)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Check Amplitude Cohort StatusAMPLITUDE_CHECK_COHORT_STATUSAcciónCheck the status of a cohort export request. this action allows you to: - poll the status of an in-progress cohort download request - determine if a cohort is ready for download
AMPLITUDE_CHECK_COHORT_STATUSAcciónCheck the status of a cohort export request. this action allows you to: - poll the status of an in-progress cohort download request - determine if a cohort is ready for download
Parámetros de entrada
request_idstringObligatorioRequest ID from cohort request
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Amplitude Event CategoryAMPLITUDE_CREATE_EVENT_CATEGORYAcciónCreate a new event category in amplitude. this action allows you to: - create a new event category to organize event types - validate category name before creation key features: - creates event categories for organizing events - returns success/failure status
AMPLITUDE_CREATE_EVENT_CATEGORYAcciónCreate a new event category in amplitude. this action allows you to: - create a new event category to organize event types - validate category name before creation key features: - creates event categories for organizing events - returns success/failure status
Parámetros de entrada
category_namestringObligatorioName of the category to create
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Amplitude Event TypeAMPLITUDE_CREATE_EVENT_TYPEAcciónCreate a new event type in amplitude. this action allows you to: - define a new event type with various properties - associate the event with a category - add metadata like description, tags, and owner key features: - creates trackable events in your amplitude project - supports full event type configuration
AMPLITUDE_CREATE_EVENT_TYPEAcciónCreate a new event type in amplitude. this action allows you to: - define a new event type with various properties - associate the event with a category - add metadata like description, tags, and owner key features: - creates trackable events in your amplitude project - supports full event type configuration
Parámetros de entrada
tagsstringList of tags, separated by a comma
ownerstringOwner of the event type
categorystringThe event type's category
is_activebooleanActivity of the event type
event_typestringObligatorioThe event name
descriptionstringDetails about the event type
is_hidden_from_timelinebooleanEvent type is hidden from timeline
is_hidden_from_dropdownsbooleanEvent type is hidden from dropdowns
is_hidden_from_pathfinderbooleanEvent type is hidden from pathfinder
is_hidden_from_persona_resultsbooleanEvent type is hidden from persona results
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Amplitude Event CategoryAMPLITUDE_DELETE_EVENT_CATEGORYAcciónDelete an event category from amplitude. this action allows you to: - delete an existing event category - remove category organization from events key features: - permanently removes event categories - returns success/failure status
AMPLITUDE_DELETE_EVENT_CATEGORYAcciónDelete an event category from amplitude. this action allows you to: - delete an existing event category - remove category organization from events key features: - permanently removes event categories - returns success/failure status
Parámetros de entrada
category_idintegerObligatorioID of the category to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Amplitude Event TypeAMPLITUDE_DELETE_EVENT_TYPEAcciónDelete an event type from amplitude. this action allows you to: - remove an event type from your project - mark live events as deleted - remove planned events from the tracking plan key features: - different behavior based on event status (live, planned, etc.) - returns success/failure status
AMPLITUDE_DELETE_EVENT_TYPEAcciónDelete an event type from amplitude. this action allows you to: - remove an event type from your project - mark live events as deleted - remove planned events from the tracking plan key features: - different behavior based on event status (live, planned, etc.) - returns success/failure status
Parámetros de entrada
event_typestringObligatorioThe event name to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Request Amplitude CohortAMPLITUDE_GET_COHORTAcciónGet a single cohort by id and initiate download. this action allows you to: - request a specific cohort from amplitude - optionally include user properties in the response - start the asynchronous download process key features: - supports filtering by specific user properties - returns a request id used for polling status and downloading - supports eu data residency
AMPLITUDE_GET_COHORTAcciónGet a single cohort by id and initiate download. this action allows you to: - request a specific cohort from amplitude - optionally include user properties in the response - start the asynchronous download process key features: - supports filtering by specific user properties - returns a request id used for polling status and downloading - supports eu data residency
Parámetros de entrada
cohort_idstringObligatorioCohort ID to retrieve
property_keysstring[]User properties to include
include_propertiesbooleanInclude user properties in response
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Amplitude Event CategoriesAMPLITUDE_GET_EVENT_CATEGORIESAcciónGet event categories from amplitude. this action allows you to: - get all event categories in your project - get a specific category by name
AMPLITUDE_GET_EVENT_CATEGORIESAcciónGet event categories from amplitude. this action allows you to: - get all event categories in your project - get a specific category by name
Parámetros de entrada
category_namestringOptional category name to get specific category
Parámetros de salida
dataobjectModel for a single event category
errorstringError if any occurred during the execution of the action
errorsobject[]List of errors if any
successbooleanObligatorioWhether the operation was successful
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Amplitude Event TypeAMPLITUDE_GET_EVENT_TYPEAcciónGet a specific event type from amplitude by name. this action allows you to: - retrieve detailed information about a single event type - get all properties and metadata for the event key features: - retrieves comprehensive event type details - returns metadata like category, description, and settings - supports lookup by exact event name
AMPLITUDE_GET_EVENT_TYPEAcciónGet a specific event type from amplitude by name. this action allows you to: - retrieve detailed information about a single event type - get all properties and metadata for the event key features: - retrieves comprehensive event type details - returns metadata like category, description, and settings - supports lookup by exact event name
Parámetros de entrada
event_typestringObligatorioThe event name to retrieve
Parámetros de salida
dataobjectModel for a single event type
errorstringError if any occurred during the execution of the action
errorsobject[]List of errors if any
successbooleanObligatorioWhether the operation was successful
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Amplitude Event TypesAMPLITUDE_GET_EVENT_TYPESAcciónGet all event types from amplitude. this action allows you to: - retrieve all event types in your project - optionally include deleted events
AMPLITUDE_GET_EVENT_TYPESAcciónGet all event types from amplitude. this action allows you to: - retrieve all event types in your project - optionally include deleted events
Parámetros de entrada
show_deletedbooleanWhether to include deleted events
Parámetros de salida
dataobject[]List of event types
errorstringError if any occurred during the execution of the action
errorsobject[]List of errors if any
successbooleanObligatorioWhether the operation was successful
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update User Properties in AmplitudeAMPLITUDE_IDENTIFYAcciónUpdate user properties using amplitude's identify api. this action allows you to: - set or update the user id for a device id - update user properties without sending an event - perform operations on user properties (set, append, etc.) - update user attributes like device info and location
AMPLITUDE_IDENTIFYAcciónUpdate user properties using amplitude's identify api. this action allows you to: - set or update the user id for a device id - update user properties without sending an event - perform operations on user properties (set, append, etc.) - update user attributes like device info and location
Parámetros de entrada
api_keystringObligatorioYour Amplitude API Key for your project
identificationobjectObligatorioModel for a single identification object
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Amplitude CohortsAMPLITUDE_LIST_COHORTSAcciónList all discoverable cohorts for an amplitude project. this action allows you to: - get a list of all cohorts in your amplitude project - optionally include sync information for each cohort key features: - returns cohort details including id, name, size, and definition - optionally includes sync metadata for integration with other tools - supports eu data residency
AMPLITUDE_LIST_COHORTSAcciónList all discoverable cohorts for an amplitude project. this action allows you to: - get a list of all cohorts in your amplitude project - optionally include sync information for each cohort key features: - returns cohort details including id, name, size, and definition - optionally includes sync metadata for integration with other tools - supports eu data residency
Parámetros de entrada
include_sync_infobooleanWhether to include cohort sync metadata
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Restore Amplitude Event TypeAMPLITUDE_RESTORE_EVENT_TYPEAcciónRestore a deleted event type in amplitude. this action allows you to: - restore a previously deleted event type - make the event available again in the ui and api key features: - undoes the deletion of an event type - returns success/failure status
AMPLITUDE_RESTORE_EVENT_TYPEAcciónRestore a deleted event type in amplitude. this action allows you to: - restore a previously deleted event type - make the event available again in the ui and api key features: - undoes the deletion of an event type - returns success/failure status
Parámetros de entrada
event_typestringObligatorioThe event name to restore
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Send Events to AmplitudeAMPLITUDE_SEND_EVENTSAcciónSend events to amplitude using the http v2 api. this action allows you to send events to amplitude for tracking user behavior and analytics. it supports all amplitude event fields, handles proper validation, and includes comprehensive error handling.
AMPLITUDE_SEND_EVENTSAcciónSend events to amplitude using the http v2 api. this action allows you to send events to amplitude for tracking user behavior and analytics. it supports all amplitude event fields, handles proper validation, and includes comprehensive error handling.
Parámetros de entrada
eventsobject[]ObligatorioArray of events to upload
api_keystringObligatorioYour Amplitude API Key for your project
optionsobjectModel for Amplitude API options
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Amplitude Cohort MembershipAMPLITUDE_UPDATE_COHORT_MEMBERSHIPAcciónIncrementally update cohort membership by adding or removing ids. this action allows you to: - add new ids to an existing cohort - remove ids from an existing cohort - perform multiple operations in a single request
AMPLITUDE_UPDATE_COHORT_MEMBERSHIPAcciónIncrementally update cohort membership by adding or removing ids. this action allows you to: - add new ids to an existing cohort - remove ids from an existing cohort - perform multiple operations in a single request
Parámetros de entrada
cohort_idstringObligatorioCohort ID to update
count_groupstringCount group of the IDs
membershipsobject[]ObligatorioMembership operations to perform
skip_invalid_idsbooleanSkip invalid IDs
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Amplitude Event CategoryAMPLITUDE_UPDATE_EVENT_CATEGORYAcciónUpdate an existing event category in amplitude. this action allows you to: - update the name of an existing event category - validate the new category name key features: - updates category names - returns success/failure status
AMPLITUDE_UPDATE_EVENT_CATEGORYAcciónUpdate an existing event category in amplitude. this action allows you to: - update the name of an existing event category - validate the new category name key features: - updates category names - returns success/failure status
Parámetros de entrada
category_idintegerObligatorioID of the category to update
category_namestringObligatorioNew name for the category
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Amplitude Event TypeAMPLITUDE_UPDATE_EVENT_TYPEAcciónUpdate an existing event type in amplitude. this action allows you to: - change event type properties - update event name, category, metadata, and settings - modify display name for ingested events key features: - updates event type configuration - supports partial updates (only specified fields are changed)
AMPLITUDE_UPDATE_EVENT_TYPEAcciónUpdate an existing event type in amplitude. this action allows you to: - change event type properties - update event name, category, metadata, and settings - modify display name for ingested events key features: - updates event type configuration - supports partial updates (only specified fields are changed)
Parámetros de entrada
tagsstringList of tags, separated by a comma
ownerstringOwner of the event type
categorystringCategory name for the event type
is_activebooleanActivity of the event type
event_typestringObligatorioThe event name to update
descriptionstringDetails about the event type
display_namestringDisplay name of the event type
new_event_typestringNew name for the event type
is_hidden_from_timelinebooleanEvent type is hidden from timeline
is_hidden_from_dropdownsbooleanEvent type is hidden from dropdowns
is_hidden_from_pathfinderbooleanEvent type is hidden from pathfinder
is_hidden_from_persona_resultsbooleanEvent type is hidden from persona results
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not