Tapfiliate

Learn how to use Tapfiliate with Composio

Overview

SLUG

TAPFILIATE

Description

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

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: TAPFILIATE_AFFILIATES_LIST_ALL_AFFILIATES

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

Action Parameters

affiliate_group_id
string
click_id
string
email
string
parent_id
string
referral_code
string
source_id
string

Action Response

data
arrayRequired
error
string
successful
booleanRequired

SLUG: TAPFILIATE_AFFILIATES_RETRIEVE_AN_AFFILIATE

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

Action Parameters

affiliate_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: TAPFILIATE_COMMISSIONS_LIST_ALL_COMMISSIONS

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

Action Parameters

affiliate_id
string
conversion_id
string
created_at_from
string
created_at_to
string
page
integer
per_page
integer
program_id
string
status
string

Action Response

data
arrayRequired
error
string
successful
booleanRequired

SLUG: TAPFILIATE_DELETE_AN_AFFILIATE

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

Action Parameters

affiliate_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: TAPFILIATE_LIST_ALL_AFFILIATES

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

Action Parameters

affiliate_group_id
string
click_id
string
email
string
parent_id
string
referral_code
string
source_id
string

Action Response

data
arrayRequired
error
string
successful
booleanRequired

SLUG: TAPFILIATE_PAYMENTS_CREATE_A_PAYMENT

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

Action Parameters

affiliate_id
stringRequired
amount
numberRequired
currency
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: TAPFILIATE_PAYMENTS_LIST_ALL_PAYMENTS

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

Action Parameters

page
integer
per_page
integer

Action Response

data
arrayRequired
error
string
successful
booleanRequired

SLUG: TAPFILIATE_PAYMENTS_RETRIEVE_A_PAYMENT

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

Action Parameters

payment_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: TAPFILIATE_PAYOUT_METHODS_LIST_ALL_PAYOUT_METHODS

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

Action Parameters

affiliate_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: TAPFILIATE_PROGRAMS_LIST_ALL_PROGRAMS

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

Action Parameters

asset_id
string

Action Response

data
arrayRequired
error
string
successful
booleanRequired