Parameters
All available parameters for the generate-content endpoint.
Contact and Company Identifiers
To create hyper-personalized content, Autobound’s API relies on core identifiers to resolve the prospect (Contact) and their company. These identifiers allow the system to pull context-specific insights, such as professional history, relevant news, and company initiatives. These insights are on both the contact and company level.
Available Contact Identifiers:
The Contact is the prospect (the person whose insights you are retrieving). To generate insights, you must provide one (or more) of the following identifiers:
contactEmail
: Email address of the contact (e.g., "[email protected]").contactLinkedinUrl
: LinkedIn URL of the contact (e.g., "linkedin.com/in/prospect").contactCompanyDomain
: Domain of the contact’s company (e.g., "company.com").
If the system fails to identify the contact, it'll generate content using insights on the company.
Snapshot
Here's a quick overview of all parameters.
Parameter | Description | Type | Required |
---|---|---|---|
contactEmail | Email address of the contact | identifier | One of these 3 |
contactLinkedinUrl | LinkedIn URL of the contact | identifier | One of these 3 |
contactCompanyUrl | Overwrite contact's company URL | identifier | One of these 3 |
Updated about 1 month ago