Downline Settings
You can access downline settings through the settings page, which will let you control how your downline agencies interact with the White Swan platform.
The downline settings has the following standard capabilities:
Blocking white-label branding capabilities. This blocks the ability for your downline agencies to set up their own white-label branding. If you block this, they will have the same branding as you have.
Controlling logo branding in the platform. Including the ability to cobrand the platform with your own logo (either always or before your downlines set up their own logo) or enforce that the platform should always be branded with your logo only.
Blocking white-label domain capabilities. This blocks the ability for your downline agencies to set up their own white-label domain. If you block this, they will have the same domain as you have.
Blocking white-label email capabilities. This blocks the ability for your downline agencies to set up their own white-label emails. If you block this, they will have the same email setup as you have.
Blocking white-label phone system capabilities. This blocks the ability for your downline agencies to set up their own white-label phone integration. If you block this, they will have the same phone setup as you have.
Blocking their ability to view commissions. This blocks the ability for your downline agencies to access the commissions dashboard.
Blocking their ability to select available policy types/carriers/products. This blocks the ability for your downline agencies to select what policy types, carriers, and products are available for quoting. Instead, they will only be able to access the selection you pick.
Blocking their ability to have their own downlines. This blocks the ability for your downline agencies to invite and manage their own downlines.
The capabilities below are gated capabilities that can't be activated by you but must be activated by a White Swan team member. Please get in touch with us if you're interested in any of these capabilities:
Receiving and distributing commissions for downline agencies. This option allows you to receive all commissions payable to your downline agencies. It also comes with the responsibility to distribute these commissions to downlines appropriately. Our commission tracking capabilities can help with this.
Automatically matching agents with your company when signing up outside your official downline onboarding channels. This option requires you to build and provide White Swan with access to an API that allow us to query a national producer number or an email to see if a particular agent is associated with your company. This API needs to be approved by White Swan before it can be implemented and should follow the structure below.
Agent association match API shape:
You'll provide the URL endpoint for the API, which can be anything, but should be provided without URL parameters (eg. https://api.example.com/agent-check rather than https://api.example.com/[email protected])
The API endpoint should accept two query parameters: email and npn. It should not require both of these, but should accept either. These parameters will be passed as URL parameters, and not as a JSON body (eg. https://api.example.com/[email protected]&npn=123456789).
The API endpoint should use authorization in the form of a header field with the key x-api-key. You'll provide a key in setup which will be encrypted and stored securely by White Swan.
The API endpoint should return a JSON body with the key associated_agent which should be a boolean indicating whether the individual is associated with your company or not. Both email and national producer number should be matched strictly, and you should not for example flag a user as associated with your company based on a matching email domain. It is however accepted and encouraged to match email on a lowercase basis. Example return body:
Last updated
Was this helpful?