POST
/
api
/
v1
/
inbound_smart_action_webhooks
/
{ID}
/
add_lead
POST /api/v1/inbound_smart_action_webhooks/5761d8c6-7bb8-4904-9b0d-438b946c33d8/add_lead HTTP/1.1
User-Agent: MyClient/1.0.0
Accept: application/json, */*
Content-Type: application/json
Host: app.amplemarket.com

{
  "email": "john.doe@acme.org"
}
HTTP/1.1 200 OK

URL Parameters

ID
string

The ID of the inbound workflow webhook

Body Parameters

email
string
required

The email of the inbound lead

first_name
string

The first name of the inbound lead

last_name
string

The last name of the inbound lead

company_name
string

The company name of the inbound lead

company_domain
string

The company domain of the inbound lead

user_email
string

If configured as account-level specifies the user email for which to trigger the configured actions

You may pass additional arbitrary parameters which you can then use on the actions for these inbound leads.
POST /api/v1/inbound_smart_action_webhooks/5761d8c6-7bb8-4904-9b0d-438b946c33d8/add_lead HTTP/1.1
User-Agent: MyClient/1.0.0
Accept: application/json, */*
Content-Type: application/json
Host: app.amplemarket.com

{
  "email": "john.doe@acme.org"
}
HTTP/1.1 200 OK