the Bento growth platform

Create a Close.io Lead with Webhooks

Close is a great CRM that we actually use in Bento. To get leads and our trials from Bento to Close we do the following:

URL: https://[email protected]/api/v1/lead/

JSON Payload:

{"name":"{{visitor.company_name}}","url":"{{ visitor.url }}","description":"{{visitor.bio}}","contacts":[{"name":"{{visitor.first_name}}{{visitor.last_name}}","title":"{{visitor.jobTitle}}","emails":[{"type":"office","email":"{{visitor.email}}"}],"phones":[{"type":"office","phone":"{{visitor.phone}}"}]}],"custom":{"Source":"{{ visitor.referral_page }}"}}