Skip to main content
Dub

partner.application_submitted

1 min read

Occurs whenever a partner submits an application to your program.

Response body parameters

All webhook payloads follow a consistent top-level structure with event-specific data nested within the data object.

idstring#
The event ID.
eventstring#
The event type that triggered the webhook (e.g., partner.application_submitted).
createdAtstring#
ISO 8601 timestamp when the webhook event was created.
dataobject#
Event-specific data containing detailed information about the event. The data object for the partner.application_submitted event contains the following parameters:
Show object parameters
idstring#

The application ID.

createdAtstring#

ISO 8601 timestamp when the application was submitted.

partnerobject#

The partner who submitted the application.

Show partner object
idstring#

Unique identifier for the partner.

namestring#

Partner name.

emailstring#

Partner email address.

companyNamestring | null#

Company name, if provided.

imagestring | null#

URL to the partner's profile image.

descriptionstring | null#

Partner bio or description.

countrystring#

Country code (e.g. US).

groupIdstring#

ID of the partner group they applied to.

statusstring#

Application status (e.g. pending).

websitestring | null#

Partner website URL.

youtubestring | null#

YouTube profile URL.

twitterstring | null#

Twitter/X profile URL.

linkedinstring | null#

LinkedIn profile URL.

instagramstring | null#

Instagram profile URL.

tiktokstring | null#

TikTok profile URL.

applicationFormDataarray#

Array of form fields submitted by the partner.

Show form field object
labelstring#

The form field label.

valuestring | null#

The value submitted for this field.