NAiOS IconNAiOS Logo
Volver al catálogo

Tapfiliate

tapfiliate

Tapfiliate is an affiliate and referral tracking platform that enables businesses to create, track, and scale their affiliate programs efficiently.

Acciones
10
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 (10)

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.

List all affiliatesTAPFILIATE_AFFILIATES_LIST_ALL_AFFILIATESAcción

Tool to list all affiliates. use after verifying api credentials to fetch affiliates with optional filters.

Parámetros de entrada

  • emailstring

    Filter by affiliate email

  • click_idstring

    Filter by click ID

  • parent_idstring

    Filter by parent affiliate ID

  • source_idstring

    Filter by source ID

  • referral_codestring

    Filter by referral code

  • affiliate_group_idstring

    Filter by affiliate group ID

Parámetros de salida

  • dataobject[]Obligatorio

    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

Retrieve an AffiliateTAPFILIATE_AFFILIATES_RETRIEVE_AN_AFFILIATEAcción

Tool to retrieve details of a specific affiliate. use when you have the affiliate id and need full affiliate profile.

Parámetros de entrada

  • affiliate_idstringObligatorio

    Unique identifier of the affiliate to retrieve.

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

Tool to retrieve all commissions. use when you need to fetch commission records with optional filters and pagination after confirming valid api credentials.

Parámetros de entrada

  • pageinteger

    Page number to retrieve; must be >=1. Defaults to first page

  • statusstring

    Filter by commission status (e.g., approved, pending)

  • per_pageinteger

    Number of items per page; must be >=1

  • program_idstring

    Only return commissions belonging to this program

  • affiliate_idstring

    Only return commissions belonging to this affiliate

  • conversion_idstring

    Only return commissions for this conversion

  • created_at_tostring

    ISO 8601 timestamp; include commissions created at or before this time

  • created_at_fromstring

    ISO 8601 timestamp; include commissions created at or after this time

Parámetros de salida

  • dataobject[]Obligatorio

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

Tool to delete a specific affiliate. use when you need to remove an affiliate by their affiliate id after confirming it exists.

Parámetros de entrada

  • affiliate_idstringObligatorio

    Unique identifier of the affiliate 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

List all affiliatesTAPFILIATE_LIST_ALL_AFFILIATESAcción

Tool to list all affiliates. use after confirming api access to fetch affiliates with optional filters.

Parámetros de entrada

  • emailstring

    Filter by affiliate email

  • click_idstring

    Filter by click ID

  • parent_idstring

    Filter by parent affiliate ID

  • source_idstring

    Filter by source ID

  • referral_codestring

    Filter by referral code

  • affiliate_group_idstring

    Filter by affiliate group ID

Parámetros de salida

  • dataobject[]Obligatorio

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

Tool to create a payment. use when you need to credit an affiliate after confirming transaction details.

Parámetros de entrada

  • amountnumberObligatorio

    The payment amount, must be non-negative.

  • currencystringObligatorio

    Three-letter ISO 4217 currency code for the payment.

  • affiliate_idstringObligatorio

    The ID of the affiliate to receive the payment.

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

Tool to list all payments. use when you need to retrieve paginated payment records after confirming api credentials.

Parámetros de entrada

  • pageinteger

    Page number to retrieve, must be >=1

  • per_pageinteger

    Number of items per page, must be >=1

Parámetros de salida

  • dataobject[]Obligatorio

    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

Retrieve a PaymentTAPFILIATE_PAYMENTS_RETRIEVE_A_PAYMENTAcción

Tool to retrieve details of a specific payment. use when you have the payment id and need full payment information.

Parámetros de entrada

  • payment_idstringObligatorio

    Unique identifier of the payment to retrieve.

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 all payout methodsTAPFILIATE_PAYOUT_METHODS_LIST_ALL_PAYOUT_METHODSAcción

Tool to retrieve a list of all payout methods for an affiliate. use when fetching available payment options for an affiliate.

Parámetros de entrada

  • affiliate_idstringObligatorio

    Tapfiliate-generated ID of the affiliate whose payout methods to list

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

Tool to list all programs. use after confirming api credentials to fetch program list with optional asset filters.

Parámetros de entrada

  • asset_idstring

    Filter programs by asset ID.

Parámetros de salida

  • dataobject[]Obligatorio

    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