Webhooks API

Create a new Unbounce Enterprise lead

Creates a new lead for General Assembly's enterprise team.

Parameters

Name Description
data.json JSON Data Hash
data.json[name] Name
data.json[email] Email Address
data.json[phone] Phone Number
data.json[company] Company Name
data.json[company_employee_count] Number of Employees
data.json[company_department] Department
data.json[company_industry] Industry
data.json[company_needs] Company Needs
data.json[job_title] A lead's job title
data.json[job_level] The level of a lead's role, i.e. Manager, C-Suite
data.json[job_function] The type of team or department in which a lead works
data.json[information] Additional Information
data.json[ip_address] IP Address
data.json[visitor_id] Visitor ID
data.json[enterprise_form_handler] The enterprise form handler identifier for this lead
data.json[opt_in] Whether or not the user opted in to marketing emails (boolean)
data.json[lead_source] The source where this lead was generated
data.json[source_campaign_category] Source campaign category associated with lead form
data.json[source_campaign] Source campaign associated with lead form
page_url Unbounce Page URL
page_id Unbounce Page ID
page_name Unbounce Page Name
variant Unbounce Page Variant
data.json[metadata_ga_source] source metadata
data.json[metadata_ga_campaign] campaign metadata
data.json[metadata_ga_medium] medium metadata
data.json[metadata_ga_content] content metadata
data.json[metadata_ga_term] medium metadata
data.json[metadata_gclid] gclid metadata
data.json[metadata_affiliate_id] affiliate id metadata

Request

Headers

Accept: application/json
Content-Type: application/x-www-form-urlencoded

Route

POST /api/v1/webhooks/unbounce_enterprise_leads?token=[your_auth_token]

Query Parameters

token=[your_auth_token]

Body

Response

Headers

Content-Type: text/html;charset=utf-8

Status

200