kiflo('partner', ...) each time a prospective partner submits your partner application form. Kiflo creates a partner record in your account and places the new partner into the program level you specify, so your team can immediately review their application and move them through your onboarding workflow. This is the recommended approach if you want partners to apply directly from your marketing site or partner portal.
Syntax
Example
Parameters
PartnerObject
string
required
The display name of the partner organization — typically the company name (e.g.,
"Acme Corp").object
required
The primary contact person for this partner.
firstName, lastName, and email are required.string
The initial status of the partner record. Accepted values are
"Applicant", "Prospect", "Active", and "Declined". Use "Applicant" for partners submitting an application form so your team knows the record needs review.number
The identifier of the program level the partner is applying to join. See Finding the programLevelId below.
object
Custom partner properties as configured in your Kiflo account properties. Use this to capture any additional data your application form collects, such as
country, website, or partnerType.Finding the programLevelId
TheprogramLevelId is the numeric ID of a specific level within one of your Kiflo programs. To find it:
- Log in to your Kiflo account.
- Navigate to the program that contains the level.
- Click on the level you want partners to apply to.
- Look at the browser address bar — the URL will look like:
- The last number in the URL is the
programLevelId. In this example it is 155.
