Unique id that you include when requesting a review either through batch campaign or review request api
Overall star rating (0-5) of the review
Content of review
Star rating for value for money (0-5) if available
Star rating for quality of service (0-5) if available
Star rating for customer service (0-5) if available
Star rating for company trustworthiness (0-5) if available
Net promoter score (0-10) if available
{ "type": "review-customer-id", "data": { "crm_id": 100, "star_rating_overall": 5, "review_content": "Everything was great.", "star_rating_value_for_money": 4, "star_rating_quality_of_service": 5, "star_rating_customer_service": 5, "star_rating_company_trustworthiness": 3, "net_promoter_score": 9 } }
First name of person who was referred
Last name of person who was referred
Zip code of the referred
Phone number of referral
First name of referrer
Last name of referrer
Unique id that you include when requesting a referral either through batch campaign or referral request api
First name of the sales rep user that generated the referral if from a sales rep's personal request in app. If the referral request was a personalized company request either through a batch campaign or via the referral request API where a a salesrep_first_name was included, then that salesrep_first_name would be included here. Otherwise this parameter will be left blank
Last name of the sales rep user that generated the referral if from a sales rep's personal request in app. If the referral request was a personalized company request either through a batch campaign or via the referral request API where a a salesrep_last_name was included, then that salesrep_last_name would be included here. Otherwise this parameter will be left blank
Email of the sales rep who worked with the customer
Clarifies by which channel the referral was generated.....sales request, company request, reviewer, or Snoball
Unique ID from Snoball's system tied to that referral. This will be what is used in the Referral is qualified API and Referral became a sale API
If you have a promo setup in Admin Controls then this will be the title of the promo
If you specified a template ID at the time of requesting a referral or review then this will be that specified template ID that was used
Amount offered for this referral
Amount offered for this referral should it turn into a sale
The initial message the referral sends when they click Message or Text Me on the company interstitial page or rep profile page
The trusted_form certificate generated when referral was captured
The trusted_form token generated when referral was captured
{ "type": "referral-posting", "data": { "referral_first_name": "Alex", "referral_last_name": "Jobs", "referral_phone": "+15005550006", "referring_customer_first_name": "Lex", "referring_customer_last_name": "Smith", "crm_id": 100, "salesrep_first_name": "Ben", "salesrep_last_name": "Gates", "salesrep_email": "[email protected]", "referral_source": "support request", "bc_referral_id": "98796159-8357-49eb-a55f", "promo_title": "Black Friday", "template_id": 1, "referral_payout": 10, "sale_payout": 20, "referral_message": "My friend referred me.", "trusted_form_cert": "https://cert.trustedform.com/823ba6cc357afa823ba6cc357afa", "xxTrustedFormTokenxx": "https://cert.trustedform.com/823ba6cc357afa823ba6cc357afa" } }
Bearer 3|9Y4SV4mqBXQLzfxWHtZ8wQz5okF6ncM9bi8DNlXF
First name of customer
Last name of customer
Phone number of customer
Zip code of customer
Email of customer
Indicate what outreach method you want Snoball to lead with. Text, Email or Phone If Email, we will ONLY attempt an email If Text, we will reach out through text first and then email if not contacted over text If Phone, we will reach through phone first and then email if not contacted over the phone
Email for the referral desk user on account. Snoball will provide this
First name of the sales rep who worked with the customer. Including this will personalize the outreach
Last name of the sales rep who worked with the customer. Including this will personalize the outreach
Email of sales rep
Unique ID from your CRM. This will be included in the Review Customer ID webhook
{ "requesting_user_email": "[email protected]", "customers": [ { "customer_first_name": "Ty", "customer_last_name": "Bates", "customer_phone": "+15005550006", "customer_zip": "90011", "customer_email": "[email protected]", "outreach_method": "text", "salesrep_first_name": "Leonardo", "salesrep_last_name": "Brown", "salesrep_email": "[email protected]" }, { "customer_first_name": "Laura", "customer_last_name": "Simmons", "customer_email": "[email protected]", "customer_zip": "90011", "outreach_method": "email" }, { "customer_first_name": "Henry", "customer_last_name": "Brubeck", "customer_phone": "+15005550006", "customer_email": "[email protected]", "customer_zip": "90011", "outreach_method": "phone" } ] }
First name of customer
Last name of customer
Phone number of customer
Email for the referral desk user on account. Snoball will provide this
Email of customer
Zip code of the customer
Unique ID from your CRM. This will be included in the Referral Posting webhook
First name of the sales rep who worked with the customer. Including this will personalize the initial outreach
Last name of the sales rep who worked with the customer. Including this will personalize the initial outreach
Email of the sales rep who worked with the customer. This will be included with the Referral Posting payload and can be used to route the referral directly to the sales rep if you’d like
Specify which template you want to send out. You can find the template ID in your account under Templates -> Referral Requests. If no template is specified then it will send the default system template.
{ "customer_first_name": "Chad", "customer_last_name": "Gates", "customer_email": "[email protected]", "customer_phone": "+15005550006", "requesting_user_email": "[email protected]", "crm_id": 1000, "salesrep_first_name": "Leonardo", "salesrep_last_name": "Brown", "salesrep_email": "[email protected]", "template_id": 1 }
Unique ID from Snoball's system tied to that referral. This was included in the Referral Posting Payload
Let us know if a referral is qualified or not. If you pass false that will tell us it IS NOT qualified. If you pass true or leave it empty we'll assume it IS qualified.
{ "bc_referral_id": "98796890-74bd-40bd-865e", "is_qualified": true }
Unique ID from Snoball's system tied to that referral. This was included in the Referral Posting Payload
Let us know if a referral turned into a sale or not. If you pass false that will tell us it DID NOT become a sale. If you pass true or leave it empty we'll assume it DID turn into a sale
{ "bc_referral_id": "98796890-74bd-40bd-865e", "is_qualified": false }