Add enrichment
.HTTP API
.Authorization
header).
For this example, we will select an account from the dropdown.Setup Inputs
-> Method
, select POST
from the dropdown.Setup Inputs
-> Endpoint
, input the leads endpoint.Setup Inputs
-> Body
, refernce the API Reference
to view the parameters this request takes.first_name
parameter, we will input /
and find the First Name
column in our Clay table.custom_variables
array. An example would be AI Enriched Paragraph
or Linkedin URL
Add enrichment
.HTTP API
.Authorization
header).
For this example, we will select an account from the dropdown.Setup Inputs
-> Method
, select POST
from the dropdown.Setup Inputs
-> Endpoint
, input the attach leads to campaign endpoint.{campaign_id}
with the ID of the EmailBison campaign you want these leads to be attached to. Alternatively, use the Clay /
feature to use the the Clay column that contains the campaign ID.API Reference
to view the parameters this request takes.Setup Inputs
-> Body
, input the JSON curly braces ({}
), a key named lead_ids
, and then square brackets ([]
) to denote an array.lead_ids
array, input /
, find the HTTP API
enrichment that ran before this one, click on it, click on data
, and then click on id
. This is the ID EmailBison will use to identify this lead, and returns to you when you create a lead.