> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Package: referralProgram # Namespace: referralTracker # Webhook link: https://dev.wix.com/docs/api-reference/business-management/marketing/referral-program/referral-tracker/referral-event-created.md ## Introduction # Webhook Permissions Scopes IDs: Manage Referrals: SCOPE.DC-REFERRALS.MANAGE-REFERRALS --- ## REST API ### Schema ``` Webhook: Referral Event Created Description: Event body: - name: id | type: string | description: Unique event ID. Allows clients to ignore duplicate events. - name: entityFqdn | type: string | description: Fully qualified domain name of the entity associated with the event. - name: slug | type: string | description: Event name. - name: entityId | type: string | description: ID of the entity associated with the event. - name: eventTime | type: string (date-time) | description: Event timestamp. - name: triggeredByAnonymizeRequest | type: boolean | description: Whether the event was triggered as a result of a privacy regulation application such as GDPR. - name: originatedFrom | type: string | description: If present, indicates the action that triggered the event. - name: createdEvent | type: object | description: Created event details. - name: entity | type: ReferralEvent | description: The created entity. - ONE-OF: - name: referredFriendSignupEvent | type: ReferredFriendSignupEvent | description: Event triggered when a referred friend signs up. - name: referredFriendId | type: string | description: GUID of the referred friend. - name: successfulReferralEvent | type: SuccessfulReferralEvent | description: Event triggered when a referral is successful. For example, customer places and pays for an order. - name: referredFriendId | type: string | description: GUID of the referred friend. - name: referringCustomerId | type: string | description: GUID of the referring customer. - name: actionEvent | type: ActionEvent | description: Event triggered when an action is performed. For example, placing an order. - name: referredFriendId | type: string | description: GUID of the referred friend. - name: referringCustomerId | type: string | description: GUID of the referring customer. - name: trigger | type: Trigger | description: Trigger for the action. - name: appId | type: string | description: GUID of the app that triggered the event. - name: activityType | type: string | description: Type of activity that triggered the event. - name: amount | type: string | description: Amount associated with the action. - name: currency | type: string | description: Currency of the amount. - name: orderId | type: string | description: GUID of the associated order. - name: rewardEvent | type: RewardEvent | description: Event triggered when a reward is given. - name: referralRewardId | type: string | description: GUID of the referral reward. - name: rewardType | type: Reward | description: Type of reward. - enum: - UNKNOWN: Unknown reward. This field is not used. - COUPON: Reward is a coupon. - LOYALTY_POINTS: Reward is loyalty points. - NOTHING: No reward. - name: id | type: string | description: Referral event GUID. - name: revision | type: string | description: Revision number, which increments by 1 each time the referral event is updated. To prevent conflicting changes, the current revision must be passed when updating the referral event. - name: createdDate | type: string | description: Date and time the referral event was created. - name: updatedDate | type: string | description: Date and time the referral event was last updated. ``` ### Examples ```curl { "id": "9aca3895-8c58-48b7-84a5-35bcd431c125", "entityFqdn": "wix.loyalty.referral.v1.referral_event", "slug": "created", "entityId": "aaf51c30-a61c-473e-96be-a42dfa5064c0", "cratedEvent": { "entity": { "id": "017fad99-aa0f-47a9-8d4f-177fc6a07da3", "revision": "1", "createdDate": "2024-07-08T11:22:00.826Z", "updatedDate": "2024-07-08T11:22:00.826Z", "rewardEvent": { "referralRewardId": "c8c732cf-2ca2-4025-9b1c-3be02f099cdb", "rewardType": "COUPON", "rewardedReferringCustomerId": "4fb41de4-da9c-4818-b54f-82c955ecc866" } } } } ``` --- ## JavaScript SDK ### Schema ``` Webhook: onReferralEventCreated Description: Payload: ReferralEventCreatedEnvelope - name: entity | type: ReferralEvent | description: none - ONE-OF: - name: referredFriendSignupEvent | type: ReferredFriendSignupEvent | description: Event triggered when a referred friend signs up. - name: referredFriendId | type: string | description: GUID of the referred friend. - name: successfulReferralEvent | type: SuccessfulReferralEvent | description: Event triggered when a referral is successful. For example, customer places and pays for an order. - name: referredFriendId | type: string | description: GUID of the referred friend. - name: referringCustomerId | type: string | description: GUID of the referring customer. - name: actionEvent | type: ActionEvent | description: Event triggered when an action is performed. For example, placing an order. - name: referredFriendId | type: string | description: GUID of the referred friend. - name: referringCustomerId | type: string | description: GUID of the referring customer. - name: trigger | type: Trigger | description: Trigger for the action. - name: appId | type: string | description: GUID of the app that triggered the event. - name: activityType | type: string | description: Type of activity that triggered the event. - name: amount | type: string | description: Amount associated with the action. - name: currency | type: string | description: Currency of the amount. - name: orderId | type: string | description: GUID of the associated order. - name: rewardEvent | type: RewardEvent | description: Event triggered when a reward is given. - name: referralRewardId | type: string | description: GUID of the referral reward. - name: rewardType | type: Reward | description: Type of reward. - enum: - UNKNOWN: Unknown reward. This field is not used. - COUPON: Reward is a coupon. - LOYALTY_POINTS: Reward is loyalty points. - NOTHING: No reward. - name: _id | type: string | description: Referral event GUID. - name: revision | type: string | description: Revision number, which increments by 1 each time the referral event is updated. To prevent conflicting changes, the current revision must be passed when updating the referral event. - name: _createdDate | type: Date | description: Date and time the referral event was created. - name: _updatedDate | type: Date | description: Date and time the referral event was last updated. - name: metadata | type: EventMetadata | description: none - name: instanceId | type: string | description: App instance GUID. - name: eventType | type: string | description: Event type. - name: identity | type: IdentificationData | description: The identification type and identity data. - ONE-OF: - name: anonymousVisitorId | type: string | description: GUID of a site visitor that has not logged in to the site. - name: memberId | type: string | description: GUID of a site visitor that has logged in to the site. - name: wixUserId | type: string | description: GUID of a Wix user (site owner, contributor, etc.). - name: appId | type: string | description: GUID of an app. - name: identityType | type: WebhookIdentityType | description: - enum: UNKNOWN, ANONYMOUS_VISITOR, MEMBER, WIX_USER, APP - name: accountInfo | type: AccountInfo | description: Details related to the account - name: accountId | type: string | description: GUID of the Wix account associated with the event. - name: parentAccountId | type: string | description: GUID of the parent Wix account. Only included when accountId belongs to a child account. - name: siteId | type: string | description: GUID of the Wix site associated with the event. Only included when the event is tied to a specific site. - name: _id | type: string | description: Event GUID. With this GUID you can easily spot duplicated events and ignore them. - name: entityFqdn | type: string | description: Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities. For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`. - name: slug | type: string | description: Event action name, placed at the top level to make it easier for users to dispatch messages. For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`. - name: entityId | type: string | description: GUID of the entity associated with the event. - name: eventTime | type: Date | description: Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. - name: triggeredByAnonymizeRequest | type: boolean | description: Whether the event was triggered as a result of a privacy regulation application (for example, GDPR). - name: originatedFrom | type: string | description: If present, indicates the action that triggered the event. - name: entityEventSequence | type: string | description: A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number. You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it. ``` ### Examples ```javascript import { tracker } from '@wix/referral'; tracker.onReferralEventCreated((event) => { // handle your event here }); ``` ```javascript import { createClient, AppStrategy } from '@wix/sdk'; import { tracker } from '@wix/referral'; const wixClient = createClient({ auth: AppStrategy({ appId: 'MY-APP-ID', publicKey: 'YOUR_APP_PUBLIC_KEY', }), modules: { tracker, }, }); wixClient.tracker.onReferralEventCreated((event) => { // handle your event here }); ``` ---