Status: UP
Deliverability Letter
Important Update

Looking for the Latest Documentation?

We've moved our documentation to a new home! Visit our official docs site for the most up-to-date guides, API references, and tutorials. The below docs are like old and out of date.

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 }}"}}