> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mention-me.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Referrer Promotion

> How to promote your referral programme to referrers in app

You can promote referral at any point in your app - normally a "**point of delight**" makes sense - after a successful transaction. We’ll send customers from those touch points via links or buttons to web views hosted by us where they can share the offer with their friends.

Here is an example of how this integration looks in app for two of our clients:

<Frame caption="The referral promotion button as it appears within the ASOS app.">
  <img src="https://mintcdn.com/mentionme/Dcv4Ct-ZIyuK4Pcd/images/developer-docs/bundles/noraproject/images/integration_instructions/app-integration/asos-btn.gif?s=fa7daf639548e421d1e091ce66119db2" alt="Referral promotion button shown within the ASOS app" width="600" height="1183" data-path="images/developer-docs/bundles/noraproject/images/integration_instructions/app-integration/asos-btn.gif" />
</Frame>

The same pattern applied within the Bloom & Wild app:

<Frame caption="The referral promotion button as it appears within the Bloom & Wild app.">
  <img src="https://mintcdn.com/mentionme/Dcv4Ct-ZIyuK4Pcd/images/developer-docs/bundles/noraproject/images/integration_instructions/app-integration/bloom-wild-btn.gif?s=bb3c40052054fd7f991a1f7022eb4ba6" alt="Referral promotion button shown within the Bloom & Wild app" width="600" height="1183" data-path="images/developer-docs/bundles/noraproject/images/integration_instructions/app-integration/bloom-wild-btn.gif" />
</Frame>

## How to Promote Referral to Your Existing Customers

<Steps>
  <Step title="Call the Referrer API">
    Call the [Referrer API](/api-reference/entry-point-api/overview) passing parameters about the customer and touchpoint.

    Pass the customer details, any segmentation parameters and the order/transaction/sign-up event details (if it happens at the same time).
  </Step>

  <Step title="Handle the response">
    If the touch point is available, Mention Me returns a URL to the web view and content which you can use for the headline, description and call to action.

    If we return an HTTP error code (e.g. 404) you should not show anything - enrolment is not available for that customer, your account, or that touchpoint.
  </Step>

  <Step title="Return to app">
    When the user has finished sharing they will close the web view to return to the app.
  </Step>
</Steps>

## What's Next

<Card title="Referee integration" icon="user-plus" href="/api-reference/entry-point-api/referee-integration">
  Learn about the Referee ("find a friend") integration via the Entry Point API.
</Card>
