🦢
White Swan for Partners
Go to AppGet in Touch
  • White Swan for Partners Knowledge Base
  • 💡Platform Overview
    • Introduction to White Swan for Partners
    • Platform Capabilities
      • Digital Insurance Experiences
      • Supported Product Types
      • Supported Solution Types
      • Best-Interest Philosophy
      • Client Success Managers & Advanced Planning
    • Quick Start Guide
    • Using the Platform
      • White Labeling
      • Instant vs Custom Quotes
      • Page Types Overview
      • Sharing Pages
      • Customizing Pages
      • Custom Cases
      • Tracking Cases
      • General Company Settings
      • Policy Solve For Options
    • Client Experience
      • Guided vs Quick Quote Flow
      • Policy Type Recommendation Engine
      • Sample Plan Visualizations
      • Personal Plan Requests
      • Personal Plans
      • Applications
      • Underwriting & Issuance
    • Page
    • Plans to Access Platform
      • Concierge Plan
      • Digital Agent Plan
      • Innovator Plan
    • Instantly Quotable Carriers/Policies
    • Earnings
      • Understand Life Compensation & Our Philosophy
      • Activating Earnings
      • Licensing Considerations
      • Tracking Earnings
    • Platform Roadmap
    • Submit A Feature Request
  • 💻Embedding White Swan
    • Overview of White Swan Embed
    • Quick Start Guide
    • Using Embed + API/Zapier
  • ⚡Zapier Integration
    • Overview of Zapier Integration
    • Quick Start Guide
    • Example Use Cases
      • Integrate With CRMs
      • Integrate With Accounting/Payroll Tools
      • Integrate With Marketing Platforms
      • Integrate With Business Intelligence/Analytics Tools
      • Integrate With App/Website Builders
    • Data Formatting Standards
    • Triggers
      • New Plan Request Started
      • Plan Request Finished
      • New Personal Plan
      • New Change Request
      • New Application Started
      • Application Finished
      • New Plan Offered
      • New Plan Delivered
      • New Earnings Event
    • Create Actions
      • Start Personal Plan Request
      • Submit Complete Plan Request
      • Create Pre-Fill Information
    • Search Actions
      • Plan Request(s)
      • Personal Plan(s)
      • Referred Client(s)
      • Account User(s)
      • Earnings Event(s)
    • Using ChatGPT To Create Zaps
  • ✨AI Landing Page Builder
    • Overview of AI Landing Page Builder
    • Generate Landing Pages With AI
    • Editing Landing Pages
  • ⚙️API Documentation
    • Overview of White Swan's API
    • Authentication
    • Data & API Standards
    • Webhooks
      • Creating/Managing Webhooks
      • New Plan Request Started
      • Plan Request Finished
      • New Personal Plan
      • New Change Request
      • New Application Started
      • Application Finished
      • New Plan Offered
      • New Plan Delivered
      • New Earnings Event
    • Action Calls
      • Start Personal Plan Request
      • Submit Complete Plan Request
      • Create Pre-Fill Information
    • Information Calls
      • Plan Request(s)
      • Personal Plan(s)
      • Referred Client(s)
      • Account User(s)
      • Earnings Event(s)
  • ⛳BackNine Integration
    • Overview of BackNine Integration
    • Quick Start Guide
    • Capabilities
      • Instant Quotes
      • Instant Applications
      • Case Support
  • 💹Wealthbox Integration
    • Overview of Wealthbox Integration
    • Quick Start Guide
    • Capabilities
      • Import Contact from Wealthbox
      • Search Wealthbox Contacts in White Swan
      • Start a Plan Request
    • Notification Settings
  • Other Direct Integrations
    • Paperclip
Powered by GitBook
On this page

Was this helpful?

  1. API Documentation
  2. Webhooks

New Earnings Event

PreviousNew Plan DeliveredNextAction Calls

Last updated 1 year ago

Was this helpful?

This event happens when a new earnings event occurs in your White Swan account. The events can either be for payments made to you or amounts credited to your account.

Earnings events with the Earnings Event value "Paid Compensation" signifies payments made to you and should be treated differently than events with the Earnings Event value "Closed Case" or "Referred Partner Earning". Learn more in our .


Sample Payload
{
"event_message": "We just recorded another earnings event, Case Closed, for your White Swan account, with a total crediting amount of $5,000. To follow your earnings, you can visit https://app.whiteswan.io/earnings/acme-inc",
"event_type": "Case Closed",
"associated_partner_referral": "Acme Inc",
"associated_request_id": "1670721365811x149164079586738180",
"associated_client_name": "John Doe",
"associated_client_email": "john@doe.com",
"associated_client_phone": "1234567890",
"amount_credited": 5000,
"case_associated_account_user": "Jane Doe",
"case_associated_partner_company": "Doe Services Inc",
"credit_invoice_pdf": "https://s3.amazonaws.com/appforest_uf/f1676518836050x2330177020/doe-services-invoice-4.pdf"
}

Data Returned by this Event:

Field Label
Field Key
Field Type
Example Value
Description

Event Message

event_message

Text

We just recorded another earnings event, Case Closed, for your White Swan account...

Message detailing the event

Earnings Event

event_type

Text

Case Closed

Type of earnings event

Referred Partner Name

associated_partner_referral

Text

Acme Inc

Name of the referred partner

Associated Plan Request ID

associated_request_id

Text

1670721365811x149164079586738180

ID of the associated plan request

Referred Client Name

associated_client_name

Text

John Doe

Name of the referred client

Referred Client Email

associated_client_email

Text

john@doe.com

Email of the referred client

Referred Client Phone Number

associated_client_phone

Text

1234567890

Phone number of the referred client

Amount Credited

amount_credited

Number

5000

Amount credited to your account

Associated Account User

case_associated_account_user

Text

Jane Doe

Name of the associated account user

Company Credited

case_associated_partner_company

Text

Doe Services Inc

Name of the credited company

Payout Invoice PDF

credit_invoice_pdf

Text

https://s3.amazonaws.com/appforest_uf/f1676518836050x2330177020/doe-services-invoice-4.pdf

Link to the payout invoice PDF

⚙️
Example Use Case of Integrating With Accounting/Payroll Tools