Tapfiliate
tapfiliateTapfiliate is an affiliate and referral tracking platform that enables businesses to create, track, and scale their affiliate programs efficiently.
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ónTool to list all affiliates. use after verifying api credentials to fetch affiliates with optional filters.
TAPFILIATE_AFFILIATES_LIST_ALL_AFFILIATESAcciónTool to list all affiliates. use after verifying api credentials to fetch affiliates with optional filters.
Parámetros de entrada
emailstringFilter by affiliate email
click_idstringFilter by click ID
parent_idstringFilter by parent affiliate ID
source_idstringFilter by source ID
referral_codestringFilter by referral code
affiliate_group_idstringFilter by affiliate group ID
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve an AffiliateTAPFILIATE_AFFILIATES_RETRIEVE_AN_AFFILIATEAcciónTool to retrieve details of a specific affiliate. use when you have the affiliate id and need full affiliate profile.
TAPFILIATE_AFFILIATES_RETRIEVE_AN_AFFILIATEAcciónTool to retrieve details of a specific affiliate. use when you have the affiliate id and need full affiliate profile.
Parámetros de entrada
affiliate_idstringObligatorioUnique identifier of the affiliate to retrieve.
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 all commissionsTAPFILIATE_COMMISSIONS_LIST_ALL_COMMISSIONSAcciónTool to retrieve all commissions. use when you need to fetch commission records with optional filters and pagination after confirming valid api credentials.
TAPFILIATE_COMMISSIONS_LIST_ALL_COMMISSIONSAcciónTool 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
pageintegerPage number to retrieve; must be >=1. Defaults to first page
statusstringFilter by commission status (e.g., approved, pending)
per_pageintegerNumber of items per page; must be >=1
program_idstringOnly return commissions belonging to this program
affiliate_idstringOnly return commissions belonging to this affiliate
conversion_idstringOnly return commissions for this conversion
created_at_tostringISO 8601 timestamp; include commissions created at or before this time
created_at_fromstringISO 8601 timestamp; include commissions created at or after this time
Parámetros de salida
dataobject[]ObligatorioData 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 an affiliateTAPFILIATE_DELETE_AN_AFFILIATEAcciónTool to delete a specific affiliate. use when you need to remove an affiliate by their affiliate id after confirming it exists.
TAPFILIATE_DELETE_AN_AFFILIATEAcciónTool 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_idstringObligatorioUnique identifier of the affiliate 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
List all affiliatesTAPFILIATE_LIST_ALL_AFFILIATESAcciónTool to list all affiliates. use after confirming api access to fetch affiliates with optional filters.
TAPFILIATE_LIST_ALL_AFFILIATESAcciónTool to list all affiliates. use after confirming api access to fetch affiliates with optional filters.
Parámetros de entrada
emailstringFilter by affiliate email
click_idstringFilter by click ID
parent_idstringFilter by parent affiliate ID
source_idstringFilter by source ID
referral_codestringFilter by referral code
affiliate_group_idstringFilter by affiliate group ID
Parámetros de salida
dataobject[]ObligatorioData 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 a PaymentTAPFILIATE_PAYMENTS_CREATE_A_PAYMENTAcciónTool to create a payment. use when you need to credit an affiliate after confirming transaction details.
TAPFILIATE_PAYMENTS_CREATE_A_PAYMENTAcciónTool to create a payment. use when you need to credit an affiliate after confirming transaction details.
Parámetros de entrada
amountnumberObligatorioThe payment amount, must be non-negative.
currencystringObligatorioThree-letter ISO 4217 currency code for the payment.
affiliate_idstringObligatorioThe ID of the affiliate to receive the payment.
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 all paymentsTAPFILIATE_PAYMENTS_LIST_ALL_PAYMENTSAcciónTool to list all payments. use when you need to retrieve paginated payment records after confirming api credentials.
TAPFILIATE_PAYMENTS_LIST_ALL_PAYMENTSAcciónTool to list all payments. use when you need to retrieve paginated payment records after confirming api credentials.
Parámetros de entrada
pageintegerPage number to retrieve, must be >=1
per_pageintegerNumber of items per page, must be >=1
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve a PaymentTAPFILIATE_PAYMENTS_RETRIEVE_A_PAYMENTAcciónTool to retrieve details of a specific payment. use when you have the payment id and need full payment information.
TAPFILIATE_PAYMENTS_RETRIEVE_A_PAYMENTAcciónTool to retrieve details of a specific payment. use when you have the payment id and need full payment information.
Parámetros de entrada
payment_idstringObligatorioUnique identifier of the payment to retrieve.
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 all payout methodsTAPFILIATE_PAYOUT_METHODS_LIST_ALL_PAYOUT_METHODSAcciónTool to retrieve a list of all payout methods for an affiliate. use when fetching available payment options for an affiliate.
TAPFILIATE_PAYOUT_METHODS_LIST_ALL_PAYOUT_METHODSAcciónTool 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_idstringObligatorioTapfiliate-generated ID of the affiliate whose payout methods to list
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 all programsTAPFILIATE_PROGRAMS_LIST_ALL_PROGRAMSAcciónTool to list all programs. use after confirming api credentials to fetch program list with optional asset filters.
TAPFILIATE_PROGRAMS_LIST_ALL_PROGRAMSAcciónTool to list all programs. use after confirming api credentials to fetch program list with optional asset filters.
Parámetros de entrada
asset_idstringFilter programs by asset ID.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not