A webhook is a way for different applications to talk to each other or send data from one application to another in real-time.
In the case of Referral Factory, you can create an outbound webhook to send the data of your new referred user (or referred lead) to any endpoint β this could be an endpoint your developer creates or an endpoint you create in Zapier, Airtable, Tray.io, or anywhere else that can receive an incoming webhook.
Once you have created your webhook endpoint that can receive the data you're trying to send out,
π Navigate to your campaigns tab in your dashboard
π Click on the Actions dropdown
π Choose Webhooks
π Click on the "Create An Outbound Webhook" button.
Steps to set up the outbound webhook π
π Choose An Event
Follow the step-by-step prompts β start by choosing the event that your Webhook should fire on.

π Endpoint & Method
- Next, you will need to enter the endpoint that you created earlier. This must be a URL starting with HTTPS.
- You will then choose the request type β in most cases you will choose βSend me POST Requestβ.
- GET- It requests data from a specified resource.
- POST- It submits the processed data to a specified resource.
π User Fields
Next, you need to customize the request fields and choose what information you want to send through. Toggle on which request fields you would like to pass on. Remember you need to use the same naming convention as your endpoint in order to catch the data correctly. For example β if you have named the field email_address in Airtable, you need to make sure you name it email_address in your Webhook setup on Referral Factory.
π Hidden Fields
Next, you can use hidden fields if needed.
π Headers
π Finish
Once youβve completed the above steps, make sure you give your Webhook a name that you can easily identify and click βSaveβ.
Congrats. Your Webhook is now setup π
Once you have created your Webhook or Webhooks, you can find them by navigating to your campaigns tab β clicking the blue 'Actions' button β, and then clicking on Webhooks π
Here is an example of how the request body is formatted in the request when data is sent to your endpoint. Data is sent via query parameters to your Webhook URL.
referrer_id=261470&referrer_code=zgLAYb&referrer_first_name=Jessica&referrer_email=support%2Bjessica%40referral-factory.com&id=261471&code=zruTPh&first_name=Byron&email=support%2Bbyron%40referral-factory.com&url=https%3A%2F%2Fwebhooks.referral-factory.com%2FzruTPh%2Fjoin&source=Referred&date=2022-06-09&referrals_count=0&campaign_id=4815
Learn more about Webhooks and Referral Factory in this help guide.