How to set up Email Bison
Authentication
Email Bison uses API key authentication with a dedicated instance domain:- Log in to your Email Bison account
- Copy your dedicated instance URL (e.g.
https://send.acme.com) — this is different for each account - Generate an API token from your Email Bison settings
- In Cargo, create an Email Bison connector
- Paste your instance URL in the Domain field
- Paste your API token in the API key field
Email Bison actions
Create lead
Create a new lead in Email Bison. Required fields:- Email: The lead’s email address
- First name: The lead’s first name
- Last name: The lead’s last name
- Title: The lead’s job title
- Company: The lead’s company name
- Notes: Additional notes about the lead
- Custom variables: Key-value pairs for personalization
Update lead
Update an existing lead in Email Bison. Required fields:- Lead ID: The ID of the lead to update
- Email: The lead’s email address
- First name: The lead’s first name
- Last name: The lead’s last name
- Title: The lead’s job title
- Company: The lead’s company name
- Notes: Additional notes about the lead
- Custom variables: Key-value pairs for personalization
Upsert lead
Create a lead if it doesn’t exist, or update it if it does. Required fields:- Email: The lead’s email address
- First name: The lead’s first name
- Last name: The lead’s last name
- Title: The lead’s job title
- Company: The lead’s company name
- Notes: Additional notes about the lead
- Custom variables: Key-value pairs for personalization

