Email Bison

Usage Instructions

Integrate Email Bison into workflows. Create and update leads, manage campaigns, attach leads to campaigns, list replies, and organize leads with tags.

Actions

emailbison_list_leads

Retrieves leads from Email Bison with optional search and tag filters.

Input

ParameterTypeRequiredDescription
searchstringNoSearch term for filtering leads
campaignStatusstringNoLead campaign status filter: in_sequence, sequence_finished, sequence_stopped, never_contacted, or replied
tagIdsarrayNoTag IDs to include
excludedTagIdsarrayNoTag IDs to exclude
withoutTagsbooleanNoOnly return leads without tags

Output

ParameterTypeDescription
leadsarrayList of leads
campaignsarrayList of campaigns
repliesarrayList of replies
tagsarrayList of tags
countnumberNumber of returned records
idnumberRecord ID
uuidstringRecord UUID
namestringCampaign or tag name
first_namestringLead first name
last_namestringLead last name
emailstringLead email address
statusstringRecord status
successbooleanWhether the action succeeded
messagestringAction message

emailbison_get_lead

Retrieves a lead by Email Bison lead ID or email address.

Input

ParameterTypeRequiredDescription
leadIdstringYesLead ID or email address

Output

ParameterTypeDescription
leadsarrayList of leads
campaignsarrayList of campaigns
repliesarrayList of replies
tagsarrayList of tags
countnumberNumber of returned records
idnumberRecord ID
uuidstringRecord UUID
namestringCampaign or tag name
first_namestringLead first name
last_namestringLead last name
emailstringLead email address
statusstringRecord status
successbooleanWhether the action succeeded
messagestringAction message

emailbison_create_lead

Creates a single lead in Email Bison.

Input

ParameterTypeRequiredDescription
firstNamestringYesLead first name
lastNamestringYesLead last name
emailstringYesLead email address
titlestringNoLead job title
companystringNoLead company
notesstringNoAdditional notes about the lead
customVariablesarrayNoCustom variables to store on the lead

Output

ParameterTypeDescription
leadsarrayList of leads
campaignsarrayList of campaigns
repliesarrayList of replies
tagsarrayList of tags
countnumberNumber of returned records
idnumberRecord ID
uuidstringRecord UUID
namestringCampaign or tag name
first_namestringLead first name
last_namestringLead last name
emailstringLead email address
statusstringRecord status
successbooleanWhether the action succeeded
messagestringAction message

emailbison_update_lead

Updates an existing Email Bison lead. Fields omitted from a PUT update may be cleared by Email Bison.

Input

ParameterTypeRequiredDescription
leadIdstringYesLead ID or email address
firstNamestringYesLead first name
lastNamestringYesLead last name
emailstringYesLead email address
titlestringNoLead job title
companystringNoLead company
notesstringNoAdditional notes about the lead
customVariablesarrayNoCustom variables to store on the lead

Output

ParameterTypeDescription
leadsarrayList of leads
campaignsarrayList of campaigns
repliesarrayList of replies
tagsarrayList of tags
countnumberNumber of returned records
idnumberRecord ID
uuidstringRecord UUID
namestringCampaign or tag name
first_namestringLead first name
last_namestringLead last name
emailstringLead email address
statusstringRecord status
successbooleanWhether the action succeeded
messagestringAction message

emailbison_list_campaigns

Retrieves Email Bison campaigns.

Input

ParameterTypeRequiredDescription

Output

ParameterTypeDescription
leadsarrayList of leads
campaignsarrayList of campaigns
repliesarrayList of replies
tagsarrayList of tags
countnumberNumber of returned records
idnumberRecord ID
uuidstringRecord UUID
namestringCampaign or tag name
first_namestringLead first name
last_namestringLead last name
emailstringLead email address
statusstringRecord status
successbooleanWhether the action succeeded
messagestringAction message

emailbison_create_campaign

Creates a new Email Bison campaign.

Input

ParameterTypeRequiredDescription
namestringYesCampaign name
campaignTypestringNoCampaign type: outbound or reply_followup

Output

ParameterTypeDescription
leadsarrayList of leads
campaignsarrayList of campaigns
repliesarrayList of replies
tagsarrayList of tags
countnumberNumber of returned records
idnumberRecord ID
uuidstringRecord UUID
namestringCampaign or tag name
first_namestringLead first name
last_namestringLead last name
emailstringLead email address
statusstringRecord status
successbooleanWhether the action succeeded
messagestringAction message

emailbison_update_campaign

Updates Email Bison campaign settings.

Input

ParameterTypeRequiredDescription
campaignIdnumberYesCampaign ID
namestringNoCampaign name
maxEmailsPerDaynumberNoMaximum emails per day
maxNewLeadsPerDaynumberNoMaximum new leads per day
plainTextbooleanNoSend plain text emails
openTrackingbooleanNoEnable open tracking
reputationBuildingbooleanNoEnable reputation building
canUnsubscribebooleanNoEnable unsubscribe link
includeAutoRepliesInStatsbooleanNoInclude auto replies in campaign stats
sequencePrioritizationstringNoSequence prioritization: followups or new_leads

Output

ParameterTypeDescription
leadsarrayList of leads
campaignsarrayList of campaigns
repliesarrayList of replies
tagsarrayList of tags
countnumberNumber of returned records
idnumberRecord ID
uuidstringRecord UUID
namestringCampaign or tag name
first_namestringLead first name
last_namestringLead last name
emailstringLead email address
statusstringRecord status
successbooleanWhether the action succeeded
messagestringAction message

emailbison_update_campaign_status

Pauses, resumes, or archives an Email Bison campaign.

Input

ParameterTypeRequiredDescription
campaignIdnumberYesCampaign ID
actionstringYesStatus action: pause, resume, or archive

Output

ParameterTypeDescription
leadsarrayList of leads
campaignsarrayList of campaigns
repliesarrayList of replies
tagsarrayList of tags
countnumberNumber of returned records
idnumberRecord ID
uuidstringRecord UUID
namestringCampaign or tag name
first_namestringLead first name
last_namestringLead last name
emailstringLead email address
statusstringRecord status
successbooleanWhether the action succeeded
messagestringAction message

emailbison_attach_leads_to_campaign

Adds existing Email Bison leads to a campaign.

Input

ParameterTypeRequiredDescription
campaignIdnumberYesCampaign ID
leadIdsarrayYesLead IDs to add to the campaign
allowParallelSendingbooleanNoForce add leads already in sequence in other campaigns

Output

ParameterTypeDescription
leadsarrayList of leads
campaignsarrayList of campaigns
repliesarrayList of replies
tagsarrayList of tags
countnumberNumber of returned records
idnumberRecord ID
uuidstringRecord UUID
namestringCampaign or tag name
first_namestringLead first name
last_namestringLead last name
emailstringLead email address
statusstringRecord status
successbooleanWhether the action succeeded
messagestringAction message

emailbison_list_replies

Retrieves Email Bison replies with optional status, folder, campaign, sender, lead, and tag filters.

Input

ParameterTypeRequiredDescription
searchstringNoSearch term for replies
statusstringNoReply status: interested, automated_reply, or not_automated_reply
folderstringNoReply folder: inbox, sent, spam, bounced, or all
readbooleanNoFilter by read state
campaignIdnumberNoCampaign ID
senderEmailIdnumberNoSender email ID
leadIdnumberNoLead ID
tagIdsarrayNoTag IDs to filter replies by

Output

ParameterTypeDescription
leadsarrayList of leads
campaignsarrayList of campaigns
repliesarrayList of replies
tagsarrayList of tags
countnumberNumber of returned records
idnumberRecord ID
uuidstringRecord UUID
namestringCampaign or tag name
first_namestringLead first name
last_namestringLead last name
emailstringLead email address
statusstringRecord status
successbooleanWhether the action succeeded
messagestringAction message

emailbison_list_tags

Retrieves all Email Bison tags for the authenticated workspace.

Input

ParameterTypeRequiredDescription

Output

ParameterTypeDescription
leadsarrayList of leads
campaignsarrayList of campaigns
repliesarrayList of replies
tagsarrayList of tags
countnumberNumber of returned records
idnumberRecord ID
uuidstringRecord UUID
namestringCampaign or tag name
first_namestringLead first name
last_namestringLead last name
emailstringLead email address
statusstringRecord status
successbooleanWhether the action succeeded
messagestringAction message

emailbison_create_tag

Creates a new Email Bison tag.

Input

ParameterTypeRequiredDescription
namestringYesTag name

Output

ParameterTypeDescription
leadsarrayList of leads
campaignsarrayList of campaigns
repliesarrayList of replies
tagsarrayList of tags
countnumberNumber of returned records
idnumberRecord ID
uuidstringRecord UUID
namestringCampaign or tag name
first_namestringLead first name
last_namestringLead last name
emailstringLead email address
statusstringRecord status
successbooleanWhether the action succeeded
messagestringAction message

emailbison_attach_tags_to_leads

Attaches Email Bison tags to one or more leads.

Input

ParameterTypeRequiredDescription
tagIdsarrayYesTag IDs to attach
leadIdsarrayYesLead IDs to tag
skipWebhooksbooleanNoSkip Email Bison webhooks for this action

Output

ParameterTypeDescription
leadsarrayList of leads
campaignsarrayList of campaigns
repliesarrayList of replies
tagsarrayList of tags
countnumberNumber of returned records
idnumberRecord ID
uuidstringRecord UUID
namestringCampaign or tag name
first_namestringLead first name
last_namestringLead last name
emailstringLead email address
statusstringRecord status
successbooleanWhether the action succeeded
messagestringAction message

Triggers

A Trigger is a block that starts a workflow when an event happens in this service.

Email Bison Contact First Emailed

Trigger when a contact receives their first campaign email in Email Bison

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
apiBaseUrlstringYesInstance URL

Output

ParameterTypeDescription
eventTypestringEmail Bison webhook event type
eventNamestringHuman-readable Email Bison event name
instanceUrlstringEmail Bison instance URL
workspaceIdnumberEmail Bison workspace ID
workspaceNamestringEmail Bison workspace name
eventjsonRaw Email Bison event metadata object
datajsonRaw Email Bison event data object
scheduledEmailobjectscheduledEmail output from the tool
idnumberScheduled email ID
lead_idnumberLead ID
sequence_step_idnumberSequence step ID
sequence_step_ordernumberSequence step order
sequence_step_variantnumberSequence step variant
email_subjectstringEmail subject
email_bodystringEmail body HTML
statusstringScheduled email status
scheduled_date_eststringScheduled date in EST
scheduled_date_localstringScheduled date in local timezone
local_timezonestringScheduled email local timezone
sent_atstringEmail sent timestamp
opensnumberOpen count
repliesnumberReply count
unique_opensnumberUnique open count
unique_repliesnumberUnique reply count
interestedstringInterested status
raw_message_idstringRaw email message ID
campaignEventobjectcampaignEvent output from the tool
idnumberCampaign event ID
event_typestringCampaign event type
created_at_localstringCampaign event local creation timestamp
local_timezonestringCampaign event local timezone
created_atstringCampaign event creation timestamp
leadobjectlead output from the tool
idnumberLead ID
emailstringLead email address
first_namestringLead first name
last_namestringLead last name
statusstringLead status
titlestringLead title
companystringLead company
custom_variablesjsonLead custom variables
emails_sentnumberLead emails sent count
opensnumberLead open count
unique_opensnumberLead unique open count
repliesnumberLead reply count
unique_repliesnumberLead unique reply count
bouncesnumberLead bounce count
campaignobjectcampaign output from the tool
idnumberCampaign ID
namestringCampaign name
senderEmailobjectsenderEmail output from the tool
idnumberSender email ID
namestringSender email name
emailstringSender email address
statusstringSender email status
account_typestringSender email connection type
daily_limitnumberSender email daily limit
emails_sentnumberSender email sent count
repliednumberSender email replied count
openednumberSender email opened count
unsubscribednumberSender email unsubscribed count
bouncednumberSender email bounced count
unique_repliesnumberSender email unique reply count
unique_opensnumberSender email unique open count
total_leads_contactednumberSender email total leads contacted
interestednumberSender email interested count
created_atstringSender email creation timestamp
updated_atstringSender email update timestamp

Email Bison Contact Interested

Trigger when a reply is marked interested in Email Bison

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
apiBaseUrlstringYesInstance URL

Output

ParameterTypeDescription
eventTypestringEmail Bison webhook event type
eventNamestringHuman-readable Email Bison event name
instanceUrlstringEmail Bison instance URL
workspaceIdnumberEmail Bison workspace ID
workspaceNamestringEmail Bison workspace name
eventjsonRaw Email Bison event metadata object
datajsonRaw Email Bison event data object
replyobjectreply output from the tool
idnumberReply ID
uuidstringReply UUID
email_subjectstringReply email subject
interestedbooleanWhether the reply is marked interested
automated_replybooleanWhether the reply is automated
html_bodystringReply HTML body
text_bodystringReply plain text body
raw_bodystringRaw MIME reply body
headersstringEncoded raw email headers
date_receivedstringReply received timestamp
from_namestringReply sender name
from_email_addressstringReply sender email address
primary_to_email_addressstringPrimary recipient email address
tojsonReply To recipients
ccjsonReply CC recipients
bccjsonReply BCC recipients
parent_idnumberParent reply ID
reply_typestringReply type
folderstringReply folder
raw_message_idstringRaw email message ID
created_atstringReply creation timestamp
updated_atstringReply update timestamp
attachmentsjsonReply attachments
campaignEventobjectcampaignEvent output from the tool
idnumberCampaign event ID
event_typestringCampaign event type
created_at_localstringCampaign event local creation timestamp
local_timezonestringCampaign event local timezone
created_atstringCampaign event creation timestamp
leadobjectlead output from the tool
idnumberLead ID
emailstringLead email address
first_namestringLead first name
last_namestringLead last name
statusstringLead status
titlestringLead title
companystringLead company
custom_variablesjsonLead custom variables
emails_sentnumberLead emails sent count
opensnumberLead open count
unique_opensnumberLead unique open count
repliesnumberLead reply count
unique_repliesnumberLead unique reply count
bouncesnumberLead bounce count
campaignobjectcampaign output from the tool
idnumberCampaign ID
namestringCampaign name
scheduledEmailobjectscheduledEmail output from the tool
idnumberScheduled email ID
sequence_step_idnumberSequence step ID
sequence_step_ordernumberSequence step order
sequence_step_variantnumberSequence step variant
statusstringScheduled email status
scheduled_date_eststringScheduled date in EST
scheduled_date_localstringScheduled date in local timezone
local_timezonestringScheduled email local timezone
sent_atstringEmail sent timestamp
opensnumberOpen count
repliesnumberReply count
unique_opensnumberUnique open count
unique_repliesnumberUnique reply count
interestedstringInterested status
raw_message_idstringRaw email message ID
senderEmailobjectsenderEmail output from the tool
idnumberSender email ID
namestringSender email name
emailstringSender email address
statusstringSender email status
account_typestringSender email connection type
daily_limitnumberSender email daily limit
emails_sentnumberSender email sent count
repliednumberSender email replied count
openednumberSender email opened count
unsubscribednumberSender email unsubscribed count
bouncednumberSender email bounced count
unique_repliesnumberSender email unique reply count
unique_opensnumberSender email unique open count
total_leads_contactednumberSender email total leads contacted
interestednumberSender email interested count
created_atstringSender email creation timestamp
updated_atstringSender email update timestamp

Email Bison Contact Replied

Trigger when a campaign lead replies in Email Bison

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
apiBaseUrlstringYesInstance URL

Output

ParameterTypeDescription
eventTypestringEmail Bison webhook event type
eventNamestringHuman-readable Email Bison event name
instanceUrlstringEmail Bison instance URL
workspaceIdnumberEmail Bison workspace ID
workspaceNamestringEmail Bison workspace name
eventjsonRaw Email Bison event metadata object
datajsonRaw Email Bison event data object
replyobjectreply output from the tool
idnumberReply ID
uuidstringReply UUID
email_subjectstringReply email subject
interestedbooleanWhether the reply is marked interested
automated_replybooleanWhether the reply is automated
html_bodystringReply HTML body
text_bodystringReply plain text body
raw_bodystringRaw MIME reply body
headersstringEncoded raw email headers
date_receivedstringReply received timestamp
from_namestringReply sender name
from_email_addressstringReply sender email address
primary_to_email_addressstringPrimary recipient email address
tojsonReply To recipients
ccjsonReply CC recipients
bccjsonReply BCC recipients
parent_idnumberParent reply ID
reply_typestringReply type
folderstringReply folder
raw_message_idstringRaw email message ID
created_atstringReply creation timestamp
updated_atstringReply update timestamp
attachmentsjsonReply attachments
campaignEventobjectcampaignEvent output from the tool
idnumberCampaign event ID
event_typestringCampaign event type
created_at_localstringCampaign event local creation timestamp
local_timezonestringCampaign event local timezone
created_atstringCampaign event creation timestamp
leadobjectlead output from the tool
idnumberLead ID
emailstringLead email address
first_namestringLead first name
last_namestringLead last name
statusstringLead status
titlestringLead title
companystringLead company
custom_variablesjsonLead custom variables
emails_sentnumberLead emails sent count
opensnumberLead open count
unique_opensnumberLead unique open count
repliesnumberLead reply count
unique_repliesnumberLead unique reply count
bouncesnumberLead bounce count
campaignobjectcampaign output from the tool
idnumberCampaign ID
namestringCampaign name
scheduledEmailobjectscheduledEmail output from the tool
idnumberScheduled email ID
sequence_step_idnumberSequence step ID
sequence_step_ordernumberSequence step order
sequence_step_variantnumberSequence step variant
statusstringScheduled email status
scheduled_date_eststringScheduled date in EST
scheduled_date_localstringScheduled date in local timezone
local_timezonestringScheduled email local timezone
sent_atstringEmail sent timestamp
opensnumberOpen count
repliesnumberReply count
unique_opensnumberUnique open count
unique_repliesnumberUnique reply count
interestedstringInterested status
raw_message_idstringRaw email message ID
senderEmailobjectsenderEmail output from the tool
idnumberSender email ID
namestringSender email name
emailstringSender email address
statusstringSender email status
account_typestringSender email connection type
daily_limitnumberSender email daily limit
emails_sentnumberSender email sent count
repliednumberSender email replied count
openednumberSender email opened count
unsubscribednumberSender email unsubscribed count
bouncednumberSender email bounced count
unique_repliesnumberSender email unique reply count
unique_opensnumberSender email unique open count
total_leads_contactednumberSender email total leads contacted
interestednumberSender email interested count
created_atstringSender email creation timestamp
updated_atstringSender email update timestamp

Email Bison Contact Unsubscribed

Trigger when a contact unsubscribes in Email Bison

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
apiBaseUrlstringYesInstance URL

Output

ParameterTypeDescription
eventTypestringEmail Bison webhook event type
eventNamestringHuman-readable Email Bison event name
instanceUrlstringEmail Bison instance URL
workspaceIdnumberEmail Bison workspace ID
workspaceNamestringEmail Bison workspace name
eventjsonRaw Email Bison event metadata object
datajsonRaw Email Bison event data object
scheduledEmailobjectscheduledEmail output from the tool
idnumberScheduled email ID
lead_idnumberLead ID
sequence_step_idnumberSequence step ID
sequence_step_ordernumberSequence step order
sequence_step_variantnumberSequence step variant
email_subjectstringEmail subject
email_bodystringEmail body HTML
statusstringScheduled email status
scheduled_date_eststringScheduled date in EST
scheduled_date_localstringScheduled date in local timezone
local_timezonestringScheduled email local timezone
sent_atstringEmail sent timestamp
opensnumberOpen count
repliesnumberReply count
unique_opensnumberUnique open count
unique_repliesnumberUnique reply count
interestedstringInterested status
raw_message_idstringRaw email message ID
campaignEventobjectcampaignEvent output from the tool
idnumberCampaign event ID
event_typestringCampaign event type
created_at_localstringCampaign event local creation timestamp
local_timezonestringCampaign event local timezone
created_atstringCampaign event creation timestamp
leadobjectlead output from the tool
idnumberLead ID
emailstringLead email address
first_namestringLead first name
last_namestringLead last name
statusstringLead status
titlestringLead title
companystringLead company
custom_variablesjsonLead custom variables
emails_sentnumberLead emails sent count
opensnumberLead open count
unique_opensnumberLead unique open count
repliesnumberLead reply count
unique_repliesnumberLead unique reply count
bouncesnumberLead bounce count
campaignobjectcampaign output from the tool
idnumberCampaign ID
namestringCampaign name
senderEmailobjectsenderEmail output from the tool
idnumberSender email ID
namestringSender email name
emailstringSender email address
statusstringSender email status
account_typestringSender email connection type
daily_limitnumberSender email daily limit
emails_sentnumberSender email sent count
repliednumberSender email replied count
openednumberSender email opened count
unsubscribednumberSender email unsubscribed count
bouncednumberSender email bounced count
unique_repliesnumberSender email unique reply count
unique_opensnumberSender email unique open count
total_leads_contactednumberSender email total leads contacted
interestednumberSender email interested count
created_atstringSender email creation timestamp
updated_atstringSender email update timestamp

Email Bison Email Account Added

Trigger when a sender email account is added to Email Bison

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
apiBaseUrlstringYesInstance URL

Output

ParameterTypeDescription
eventTypestringEmail Bison webhook event type
eventNamestringHuman-readable Email Bison event name
instanceUrlstringEmail Bison instance URL
workspaceIdnumberEmail Bison workspace ID
workspaceNamestringEmail Bison workspace name
eventjsonRaw Email Bison event metadata object
datajsonRaw Email Bison event data object
senderEmailobjectsenderEmail output from the tool
idnumberSender email ID
namestringSender email name
emailstringSender email address
statusstringSender email status
account_typestringSender email connection type
daily_limitnumberSender email daily limit
emails_sentnumberSender email sent count
repliednumberSender email replied count
openednumberSender email opened count
unsubscribednumberSender email unsubscribed count
bouncednumberSender email bounced count
unique_repliesnumberSender email unique reply count
unique_opensnumberSender email unique open count
total_leads_contactednumberSender email total leads contacted
interestednumberSender email interested count
created_atstringSender email creation timestamp
updated_atstringSender email update timestamp

Email Bison Email Account Disconnected

Trigger when a sender email account disconnects in Email Bison

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
apiBaseUrlstringYesInstance URL

Output

ParameterTypeDescription
eventTypestringEmail Bison webhook event type
eventNamestringHuman-readable Email Bison event name
instanceUrlstringEmail Bison instance URL
workspaceIdnumberEmail Bison workspace ID
workspaceNamestringEmail Bison workspace name
eventjsonRaw Email Bison event metadata object
datajsonRaw Email Bison event data object
senderEmailobjectsenderEmail output from the tool
idnumberSender email ID
namestringSender email name
emailstringSender email address
statusstringSender email status
account_typestringSender email connection type
daily_limitnumberSender email daily limit
emails_sentnumberSender email sent count
repliednumberSender email replied count
openednumberSender email opened count
unsubscribednumberSender email unsubscribed count
bouncednumberSender email bounced count
unique_repliesnumberSender email unique reply count
unique_opensnumberSender email unique open count
total_leads_contactednumberSender email total leads contacted
interestednumberSender email interested count
created_atstringSender email creation timestamp
updated_atstringSender email update timestamp

Email Bison Email Account Reconnected

Trigger when a sender email account reconnects in Email Bison

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
apiBaseUrlstringYesInstance URL

Output

ParameterTypeDescription
eventTypestringEmail Bison webhook event type
eventNamestringHuman-readable Email Bison event name
instanceUrlstringEmail Bison instance URL
workspaceIdnumberEmail Bison workspace ID
workspaceNamestringEmail Bison workspace name
eventjsonRaw Email Bison event metadata object
datajsonRaw Email Bison event data object
senderEmailobjectsenderEmail output from the tool
idnumberSender email ID
namestringSender email name
emailstringSender email address
statusstringSender email status
account_typestringSender email connection type
daily_limitnumberSender email daily limit
emails_sentnumberSender email sent count
repliednumberSender email replied count
openednumberSender email opened count
unsubscribednumberSender email unsubscribed count
bouncednumberSender email bounced count
unique_repliesnumberSender email unique reply count
unique_opensnumberSender email unique open count
total_leads_contactednumberSender email total leads contacted
interestednumberSender email interested count
created_atstringSender email creation timestamp
updated_atstringSender email update timestamp

Email Bison Email Account Removed

Trigger when a sender email account is removed from Email Bison

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
apiBaseUrlstringYesInstance URL

Output

ParameterTypeDescription
eventTypestringEmail Bison webhook event type
eventNamestringHuman-readable Email Bison event name
instanceUrlstringEmail Bison instance URL
workspaceIdnumberEmail Bison workspace ID
workspaceNamestringEmail Bison workspace name
eventjsonRaw Email Bison event metadata object
datajsonRaw Email Bison event data object
senderEmailobjectsenderEmail output from the tool
idnumberSender email ID
namestringSender email name
emailstringSender email address
statusstringSender email status
account_typestringSender email connection type
daily_limitnumberSender email daily limit
emails_sentnumberSender email sent count
repliednumberSender email replied count
openednumberSender email opened count
unsubscribednumberSender email unsubscribed count
bouncednumberSender email bounced count
unique_repliesnumberSender email unique reply count
unique_opensnumberSender email unique open count
total_leads_contactednumberSender email total leads contacted
interestednumberSender email interested count
created_atstringSender email creation timestamp
updated_atstringSender email update timestamp

Email Bison Email Bounced

Trigger when an Email Bison campaign email bounces

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
apiBaseUrlstringYesInstance URL

Output

ParameterTypeDescription
eventTypestringEmail Bison webhook event type
eventNamestringHuman-readable Email Bison event name
instanceUrlstringEmail Bison instance URL
workspaceIdnumberEmail Bison workspace ID
workspaceNamestringEmail Bison workspace name
eventjsonRaw Email Bison event metadata object
datajsonRaw Email Bison event data object
replyobjectreply output from the tool
idnumberReply ID
uuidstringReply UUID
email_subjectstringReply email subject
interestedbooleanWhether the reply is marked interested
automated_replybooleanWhether the reply is automated
html_bodystringReply HTML body
text_bodystringReply plain text body
raw_bodystringRaw MIME reply body
headersstringEncoded raw email headers
date_receivedstringReply received timestamp
from_namestringReply sender name
from_email_addressstringReply sender email address
primary_to_email_addressstringPrimary recipient email address
tojsonReply To recipients
ccjsonReply CC recipients
bccjsonReply BCC recipients
parent_idnumberParent reply ID
reply_typestringReply type
folderstringReply folder
raw_message_idstringRaw email message ID
created_atstringReply creation timestamp
updated_atstringReply update timestamp
attachmentsjsonReply attachments
campaignEventobjectcampaignEvent output from the tool
idnumberCampaign event ID
event_typestringCampaign event type
created_at_localstringCampaign event local creation timestamp
local_timezonestringCampaign event local timezone
created_atstringCampaign event creation timestamp
leadobjectlead output from the tool
idnumberLead ID
emailstringLead email address
first_namestringLead first name
last_namestringLead last name
statusstringLead status
titlestringLead title
companystringLead company
custom_variablesjsonLead custom variables
emails_sentnumberLead emails sent count
opensnumberLead open count
unique_opensnumberLead unique open count
repliesnumberLead reply count
unique_repliesnumberLead unique reply count
bouncesnumberLead bounce count
campaignobjectcampaign output from the tool
idnumberCampaign ID
namestringCampaign name
scheduledEmailobjectscheduledEmail output from the tool
idnumberScheduled email ID
sequence_step_idnumberSequence step ID
sequence_step_ordernumberSequence step order
sequence_step_variantnumberSequence step variant
statusstringScheduled email status
scheduled_date_eststringScheduled date in EST
scheduled_date_localstringScheduled date in local timezone
local_timezonestringScheduled email local timezone
sent_atstringEmail sent timestamp
opensnumberOpen count
repliesnumberReply count
unique_opensnumberUnique open count
unique_repliesnumberUnique reply count
interestedstringInterested status
raw_message_idstringRaw email message ID
senderEmailobjectsenderEmail output from the tool
idnumberSender email ID
namestringSender email name
emailstringSender email address
statusstringSender email status
account_typestringSender email connection type
daily_limitnumberSender email daily limit
emails_sentnumberSender email sent count
repliednumberSender email replied count
openednumberSender email opened count
unsubscribednumberSender email unsubscribed count
bouncednumberSender email bounced count
unique_repliesnumberSender email unique reply count
unique_opensnumberSender email unique open count
total_leads_contactednumberSender email total leads contacted
interestednumberSender email interested count
created_atstringSender email creation timestamp
updated_atstringSender email update timestamp

Email Bison Email Opened

Trigger when an Email Bison campaign email is opened

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
apiBaseUrlstringYesInstance URL

Output

ParameterTypeDescription
eventTypestringEmail Bison webhook event type
eventNamestringHuman-readable Email Bison event name
instanceUrlstringEmail Bison instance URL
workspaceIdnumberEmail Bison workspace ID
workspaceNamestringEmail Bison workspace name
eventjsonRaw Email Bison event metadata object
datajsonRaw Email Bison event data object
scheduledEmailobjectscheduledEmail output from the tool
idnumberScheduled email ID
lead_idnumberLead ID
sequence_step_idnumberSequence step ID
sequence_step_ordernumberSequence step order
sequence_step_variantnumberSequence step variant
email_subjectstringEmail subject
email_bodystringEmail body HTML
statusstringScheduled email status
scheduled_date_eststringScheduled date in EST
scheduled_date_localstringScheduled date in local timezone
local_timezonestringScheduled email local timezone
sent_atstringEmail sent timestamp
opensnumberOpen count
repliesnumberReply count
unique_opensnumberUnique open count
unique_repliesnumberUnique reply count
interestedstringInterested status
raw_message_idstringRaw email message ID
campaignEventobjectcampaignEvent output from the tool
idnumberCampaign event ID
event_typestringCampaign event type
created_at_localstringCampaign event local creation timestamp
local_timezonestringCampaign event local timezone
created_atstringCampaign event creation timestamp
leadobjectlead output from the tool
idnumberLead ID
emailstringLead email address
first_namestringLead first name
last_namestringLead last name
statusstringLead status
titlestringLead title
companystringLead company
custom_variablesjsonLead custom variables
emails_sentnumberLead emails sent count
opensnumberLead open count
unique_opensnumberLead unique open count
repliesnumberLead reply count
unique_repliesnumberLead unique reply count
bouncesnumberLead bounce count
campaignobjectcampaign output from the tool
idnumberCampaign ID
namestringCampaign name
senderEmailobjectsenderEmail output from the tool
idnumberSender email ID
namestringSender email name
emailstringSender email address
statusstringSender email status
account_typestringSender email connection type
daily_limitnumberSender email daily limit
emails_sentnumberSender email sent count
repliednumberSender email replied count
openednumberSender email opened count
unsubscribednumberSender email unsubscribed count
bouncednumberSender email bounced count
unique_repliesnumberSender email unique reply count
unique_opensnumberSender email unique open count
total_leads_contactednumberSender email total leads contacted
interestednumberSender email interested count
created_atstringSender email creation timestamp
updated_atstringSender email update timestamp

Email Bison Email Sent

Trigger when a campaign email is sent in Email Bison

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
apiBaseUrlstringYesInstance URL

Output

ParameterTypeDescription
eventTypestringEmail Bison webhook event type
eventNamestringHuman-readable Email Bison event name
instanceUrlstringEmail Bison instance URL
workspaceIdnumberEmail Bison workspace ID
workspaceNamestringEmail Bison workspace name
eventjsonRaw Email Bison event metadata object
datajsonRaw Email Bison event data object
scheduledEmailobjectscheduledEmail output from the tool
idnumberScheduled email ID
lead_idnumberLead ID
sequence_step_idnumberSequence step ID
sequence_step_ordernumberSequence step order
sequence_step_variantnumberSequence step variant
email_subjectstringEmail subject
email_bodystringEmail body HTML
statusstringScheduled email status
scheduled_date_eststringScheduled date in EST
scheduled_date_localstringScheduled date in local timezone
local_timezonestringScheduled email local timezone
sent_atstringEmail sent timestamp
opensnumberOpen count
repliesnumberReply count
unique_opensnumberUnique open count
unique_repliesnumberUnique reply count
interestedstringInterested status
raw_message_idstringRaw email message ID
campaignEventobjectcampaignEvent output from the tool
idnumberCampaign event ID
event_typestringCampaign event type
created_at_localstringCampaign event local creation timestamp
local_timezonestringCampaign event local timezone
created_atstringCampaign event creation timestamp
leadobjectlead output from the tool
idnumberLead ID
emailstringLead email address
first_namestringLead first name
last_namestringLead last name
statusstringLead status
titlestringLead title
companystringLead company
custom_variablesjsonLead custom variables
emails_sentnumberLead emails sent count
opensnumberLead open count
unique_opensnumberLead unique open count
repliesnumberLead reply count
unique_repliesnumberLead unique reply count
bouncesnumberLead bounce count
campaignobjectcampaign output from the tool
idnumberCampaign ID
namestringCampaign name
senderEmailobjectsenderEmail output from the tool
idnumberSender email ID
namestringSender email name
emailstringSender email address
statusstringSender email status
account_typestringSender email connection type
daily_limitnumberSender email daily limit
emails_sentnumberSender email sent count
repliednumberSender email replied count
openednumberSender email opened count
unsubscribednumberSender email unsubscribed count
bouncednumberSender email bounced count
unique_repliesnumberSender email unique reply count
unique_opensnumberSender email unique open count
total_leads_contactednumberSender email total leads contacted
interestednumberSender email interested count
created_atstringSender email creation timestamp
updated_atstringSender email update timestamp

Email Bison Manual Email Sent

Trigger when a manual email is sent in Email Bison

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
apiBaseUrlstringYesInstance URL

Output

ParameterTypeDescription
eventTypestringEmail Bison webhook event type
eventNamestringHuman-readable Email Bison event name
instanceUrlstringEmail Bison instance URL
workspaceIdnumberEmail Bison workspace ID
workspaceNamestringEmail Bison workspace name
eventjsonRaw Email Bison event metadata object
datajsonRaw Email Bison event data object
replyobjectreply output from the tool
idnumberReply ID
email_subjectstringReply email subject
interestedbooleanWhether the reply is marked interested
automated_replybooleanWhether the reply is automated
html_bodystringReply HTML body
text_bodystringReply plain text body
raw_bodystringRaw MIME reply body
headersstringEncoded raw email headers
date_receivedstringReply received timestamp
reply_typestringReply type
from_namestringReply sender name
from_email_addressstringReply sender email address
primary_to_email_addressstringPrimary recipient email address
tojsonReply To recipients
ccjsonReply CC recipients
bccjsonReply BCC recipients
parent_idjsonParent reply ID
folderstringReply folder
raw_message_idstringRaw email message ID
created_atstringReply creation timestamp
updated_atstringReply update timestamp
attachmentsjsonReply attachments
leadobjectlead output from the tool
idnumberLead ID
emailstringLead email address
first_namestringLead first name
last_namestringLead last name
statusstringLead status
titlestringLead title
companystringLead company
custom_variablesjsonLead custom variables
emails_sentnumberLead emails sent count
opensnumberLead open count
unique_opensnumberLead unique open count
repliesnumberLead reply count
unique_repliesnumberLead unique reply count
bouncesnumberLead bounce count
campaignobjectcampaign output from the tool
idnumberCampaign ID
namestringCampaign name
scheduledEmailobjectscheduledEmail output from the tool
idnumberScheduled email ID
sequence_step_idnumberSequence step ID
sequence_step_ordernumberSequence step order
sequence_step_variantnumberSequence step variant
statusstringScheduled email status
scheduled_date_eststringScheduled date in EST
scheduled_date_localstringScheduled date in local timezone
local_timezonestringScheduled email local timezone
sent_atstringEmail sent timestamp
opensnumberOpen count
repliesnumberReply count
unique_opensnumberUnique open count
unique_repliesnumberUnique reply count
interestedjsonInterested status
raw_message_idstringRaw email message ID
senderEmailobjectsenderEmail output from the tool
idnumberSender email ID
namestringSender email name
emailstringSender email address
statusstringSender email status
account_typestringSender email connection type
daily_limitnumberSender email daily limit
emails_sentnumberSender email sent count
repliednumberSender email replied count
openednumberSender email opened count
unsubscribednumberSender email unsubscribed count
bouncednumberSender email bounced count
unique_repliesnumberSender email unique reply count
unique_opensnumberSender email unique open count
total_leads_contactednumberSender email total leads contacted
interestednumberSender email interested count
created_atstringSender email creation timestamp
updated_atstringSender email update timestamp

Email Bison Tag Attached

Trigger when a custom tag is attached to a taggable in Email Bison

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
apiBaseUrlstringYesInstance URL

Output

ParameterTypeDescription
eventTypestringEmail Bison webhook event type
eventNamestringHuman-readable Email Bison event name
instanceUrlstringEmail Bison instance URL
workspaceIdnumberEmail Bison workspace ID
workspaceNamestringEmail Bison workspace name
eventjsonRaw Email Bison event metadata object
datajsonRaw Email Bison event data object
tagIdnumberEmail Bison tag ID
tagNamestringEmail Bison tag name
taggableIdnumberID of the tagged resource
taggableTypestringType of the tagged resource

Email Bison Tag Removed

Trigger when a custom tag is removed from a taggable in Email Bison

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
apiBaseUrlstringYesInstance URL

Output

ParameterTypeDescription
eventTypestringEmail Bison webhook event type
eventNamestringHuman-readable Email Bison event name
instanceUrlstringEmail Bison instance URL
workspaceIdnumberEmail Bison workspace ID
workspaceNamestringEmail Bison workspace name
eventjsonRaw Email Bison event metadata object
datajsonRaw Email Bison event data object
tagIdnumberEmail Bison tag ID
tagNamestringEmail Bison tag name
taggableIdnumberID of the tagged resource
taggableTypestringType of the tagged resource

Email Bison Untracked Reply Received

Trigger when Email Bison receives a reply not tied to a scheduled campaign email

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
apiBaseUrlstringYesInstance URL

Output

ParameterTypeDescription
eventTypestringEmail Bison webhook event type
eventNamestringHuman-readable Email Bison event name
instanceUrlstringEmail Bison instance URL
workspaceIdnumberEmail Bison workspace ID
workspaceNamestringEmail Bison workspace name
eventjsonRaw Email Bison event metadata object
datajsonRaw Email Bison event data object
replyobjectreply output from the tool
idnumberReply ID
uuidstringReply UUID
email_subjectstringReply email subject
interestedbooleanWhether the reply is marked interested
automated_replybooleanWhether the reply is automated
html_bodystringReply HTML body
text_bodystringReply plain text body
raw_bodystringRaw MIME reply body
headersstringEncoded raw email headers
date_receivedstringReply received timestamp
from_namestringReply sender name
from_email_addressstringReply sender email address
primary_to_email_addressstringPrimary recipient email address
tojsonReply To recipients
ccjsonReply CC recipients
bccjsonReply BCC recipients
parent_idnumberParent reply ID
reply_typestringReply type
folderstringReply folder
raw_message_idstringRaw email message ID
created_atstringReply creation timestamp
updated_atstringReply update timestamp
attachmentsjsonReply attachments
senderEmailobjectsenderEmail output from the tool
idnumberSender email ID
namestringSender email name
emailstringSender email address
statusstringSender email status
account_typestringSender email connection type
daily_limitnumberSender email daily limit
emails_sentnumberSender email sent count
repliednumberSender email replied count
openednumberSender email opened count
unsubscribednumberSender email unsubscribed count
bouncednumberSender email bounced count
unique_repliesnumberSender email unique reply count
unique_opensnumberSender email unique open count
total_leads_contactednumberSender email total leads contacted
interestednumberSender email interested count
created_atstringSender email creation timestamp
updated_atstringSender email update timestamp

Email Bison Warmup Disabled Causing Bounces

Trigger when warmup is disabled for a sender email causing too many bounces

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
apiBaseUrlstringYesInstance URL

Output

ParameterTypeDescription
eventTypestringEmail Bison webhook event type
eventNamestringHuman-readable Email Bison event name
instanceUrlstringEmail Bison instance URL
workspaceIdnumberEmail Bison workspace ID
workspaceNamestringEmail Bison workspace name
eventjsonRaw Email Bison event metadata object
datajsonRaw Email Bison event data object
senderEmailobjectsenderEmail output from the tool
idnumberSender email ID
namestringSender email name
emailstringSender email address
statusstringSender email status
account_typestringSender email connection type
daily_limitnumberSender email daily limit
emails_sentnumberSender email sent count
repliednumberSender email replied count
openednumberSender email opened count
unsubscribednumberSender email unsubscribed count
bouncednumberSender email bounced count
unique_repliesnumberSender email unique reply count
unique_opensnumberSender email unique open count
total_leads_contactednumberSender email total leads contacted
interestednumberSender email interested count
created_atstringSender email creation timestamp
updated_atstringSender email update timestamp

Email Bison Warmup Disabled Receiving Bounces

Trigger when warmup is disabled for a sender email receiving too many bounces

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
apiBaseUrlstringYesInstance URL

Output

ParameterTypeDescription
eventTypestringEmail Bison webhook event type
eventNamestringHuman-readable Email Bison event name
instanceUrlstringEmail Bison instance URL
workspaceIdnumberEmail Bison workspace ID
workspaceNamestringEmail Bison workspace name
eventjsonRaw Email Bison event metadata object
datajsonRaw Email Bison event data object
senderEmailobjectsenderEmail output from the tool
idnumberSender email ID
namestringSender email name
emailstringSender email address
statusstringSender email status
account_typestringSender email connection type
daily_limitnumberSender email daily limit
emails_sentnumberSender email sent count
repliednumberSender email replied count
openednumberSender email opened count
unsubscribednumberSender email unsubscribed count
bouncednumberSender email bounced count
unique_repliesnumberSender email unique reply count
unique_opensnumberSender email unique open count
total_leads_contactednumberSender email total leads contacted
interestednumberSender email interested count
created_atstringSender email creation timestamp
updated_atstringSender email update timestamp

On this page