Enter the client's website and what they want to achieve. You get a ROILift branded report built around that goal, as a shareable link and a PDF.
| Client | Need | Score | Source | Created | |
|---|---|---|---|---|---|
| Loading | |||||
Have Gobble send each new lead to this address. Reports are created automatically and the score, top issues and report links are written back to the lead.
Send the header X-Gobble-Secret with the value of GOBBLE_WEBHOOK_SECRET. The body can be one lead or a list of leads:
{
"lead_id": "12345",
"website": "brightlineplumbing.com",
"company": "Brightline Plumbing Co.",
"city": "Austin",
"state": "TX",
"country_code": "us",
"need": "leads",
"need_details": "More calls from Google Maps",
"owner_name": "Neha Kapoor"
}
Values for need: . Field names can be changed in lib/gobble.js.