Tapfiliate

Learn how to use Tapfiliate with Composio

Overview

Enum

TAPFILIATE

Description

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

Authentication Details

api_key
stringRequired

Actions

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
array
error
string
successful
boolean
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
object
error
string
successful
boolean
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
array
error
string
successful
boolean
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
object
error
string
successful
boolean
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
array
error
string
successful
boolean
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
object
error
string
successful
boolean
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
array
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
array
error
string
successful
boolean