NAiOS IconNAiOS Logo
Volver al catálogo

Amplitude

amplitude

Amplitude gives you the self-serve tools and real-time data to make products and experiences that win no matter what.

Acciones
16
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Check 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_idstringObligatorio

    Request ID from cohort request

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Amplitude Event CategoryAMPLITUDE_CREATE_EVENT_CATEGORYAcción

Create 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_namestringObligatorio

    Name of the category to create

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Amplitude Event TypeAMPLITUDE_CREATE_EVENT_TYPEAcción

Create 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

  • tagsstring

    List of tags, separated by a comma

  • ownerstring

    Owner of the event type

  • categorystring

    The event type's category

  • is_activeboolean

    Activity of the event type

  • event_typestringObligatorio

    The event name

  • descriptionstring

    Details about the event type

  • is_hidden_from_timelineboolean

    Event type is hidden from timeline

  • is_hidden_from_dropdownsboolean

    Event type is hidden from dropdowns

  • is_hidden_from_pathfinderboolean

    Event type is hidden from pathfinder

  • is_hidden_from_persona_resultsboolean

    Event type is hidden from persona results

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Amplitude Event CategoryAMPLITUDE_DELETE_EVENT_CATEGORYAcción

Delete 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_idintegerObligatorio

    ID of the category to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Amplitude Event TypeAMPLITUDE_DELETE_EVENT_TYPEAcción

Delete 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_typestringObligatorio

    The event name to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Request Amplitude CohortAMPLITUDE_GET_COHORTAcción

Get 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_idstringObligatorio

    Cohort ID to retrieve

  • property_keysstring[]

    User properties to include

  • include_propertiesboolean

    Include user properties in response

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Amplitude Event CategoriesAMPLITUDE_GET_EVENT_CATEGORIESAcción

Get 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_namestring

    Optional category name to get specific category

Parámetros de salida

  • dataobject

    Model for a single event category

  • errorstring

    Error if any occurred during the execution of the action

  • errorsobject[]

    List of errors if any

  • successbooleanObligatorio

    Whether the operation was successful

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Amplitude Event TypeAMPLITUDE_GET_EVENT_TYPEAcción

Get 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_typestringObligatorio

    The event name to retrieve

Parámetros de salida

  • dataobject

    Model for a single event type

  • errorstring

    Error if any occurred during the execution of the action

  • errorsobject[]

    List of errors if any

  • successbooleanObligatorio

    Whether the operation was successful

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Amplitude Event TypesAMPLITUDE_GET_EVENT_TYPESAcción

Get 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_deletedboolean

    Whether to include deleted events

Parámetros de salida

  • dataobject[]

    List of event types

  • errorstring

    Error if any occurred during the execution of the action

  • errorsobject[]

    List of errors if any

  • successbooleanObligatorio

    Whether the operation was successful

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update User Properties in AmplitudeAMPLITUDE_IDENTIFYAcción

Update 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_keystringObligatorio

    Your Amplitude API Key for your project

  • identificationobjectObligatorio

    Model for a single identification object

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Amplitude CohortsAMPLITUDE_LIST_COHORTSAcción

List 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_infoboolean

    Whether to include cohort sync metadata

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Restore Amplitude Event TypeAMPLITUDE_RESTORE_EVENT_TYPEAcción

Restore 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_typestringObligatorio

    The event name to restore

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Send Events to AmplitudeAMPLITUDE_SEND_EVENTSAcción

Send 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[]Obligatorio

    Array of events to upload

  • api_keystringObligatorio

    Your Amplitude API Key for your project

  • optionsobject

    Model for Amplitude API options

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Amplitude Cohort MembershipAMPLITUDE_UPDATE_COHORT_MEMBERSHIPAcción

Incrementally 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_idstringObligatorio

    Cohort ID to update

  • count_groupstring

    Count group of the IDs

  • membershipsobject[]Obligatorio

    Membership operations to perform

  • skip_invalid_idsboolean

    Skip invalid IDs

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Amplitude Event CategoryAMPLITUDE_UPDATE_EVENT_CATEGORYAcción

Update 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_idintegerObligatorio

    ID of the category to update

  • category_namestringObligatorio

    New name for the category

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Amplitude Event TypeAMPLITUDE_UPDATE_EVENT_TYPEAcción

Update 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

  • tagsstring

    List of tags, separated by a comma

  • ownerstring

    Owner of the event type

  • categorystring

    Category name for the event type

  • is_activeboolean

    Activity of the event type

  • event_typestringObligatorio

    The event name to update

  • descriptionstring

    Details about the event type

  • display_namestring

    Display name of the event type

  • new_event_typestring

    New name for the event type

  • is_hidden_from_timelineboolean

    Event type is hidden from timeline

  • is_hidden_from_dropdownsboolean

    Event type is hidden from dropdowns

  • is_hidden_from_pathfinderboolean

    Event type is hidden from pathfinder

  • is_hidden_from_persona_resultsboolean

    Event type is hidden from persona results

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not