Create an affiliate
create_affiliateRegister a new affiliate by email on a ThriveCart account. Check for existing affiliates first to prevent duplicate records or rejection.
Instructions
Register a new affiliate on a ThriveCart account. Check with get_affiliate first, because creating one that already exists is not a no-op and ThriveCart may reject it or duplicate the record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The affiliate's email address. This becomes their identity. | ||
| account | No | Which configured ThriveCart account to use, by name (for example 'navid-media'). Defaults to the first configured account. Call list_accounts to see them. Figures from one cart never include another. | |
| last_name | No | Last name. | |
| first_name | No | First name. |