Skip to main content

Why are my affiliates appearing in the archived section of my account?

Troubleshooting with Zapier & the REST API

Gumrah avatar
Written by Gumrah
Updated over 2 weeks ago

Why are my affiliates appearing in the archived section?

When creating affiliates via Zapier or the REST API, it is important to remember that affiliates can participate in multiple different programs within your account.

If an affiliate is created but not explicitly assigned to a specific program, the system will automatically place them in the Archived section. To ensure your affiliates are active and ready to promote, you must follow a two-step creation process.


Zapier Configuration

To successfully onboard affiliates using Zapier, your Zap must include these specific actions:

  1. Trigger: An action in your chosen platform/app.

  2. Find/Create Affiliate: Ensure the "Create Tapfiliate Affiliate if it doesn’t exist yet?" box is checked.

  3. Add Affiliate to Program: This is the critical step to prevent archiving.

  4. Add to Group (Optional): You may then add the affiliate to a specific group for reporting or commission purposes.


REST API Implementation

For developers using the REST API, the process must be handled in two distinct calls:

  1. Create Affiliate: Use the /affiliates/ endpoint.

  2. Add Affiliate to Program: Assign them to a program ID.

    • Pro Tip: To automatically send a welcome email during this second step, append ?send_welcome_email=true to your endpoint URL.


Next Steps

Did this answer your question?