Mandala
Tools

Email Bison

Manage Email Bison leads, campaigns, replies, and tags

Usage Instructions

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

Tools

emailbison_list_leads

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

Input

ParameterTypeRequiredDescription
apiKeystringYesEmail Bison API token
apiBaseUrlstringYesEmail Bison instance URL that issued the token
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
countnumberNumber of leads returned

emailbison_get_lead

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

Input

ParameterTypeRequiredDescription
apiKeystringYesEmail Bison API token
apiBaseUrlstringYesEmail Bison instance URL that issued the token
leadIdstringYesLead ID or email address

Output

ParameterTypeDescription
idnumberLead ID
first_namestringLead first name
last_namestringLead last name
emailstringLead email address
titlestringLead title
companystringLead company
notesstringLead notes
statusstringLead status
custom_variablesarrayLead custom variables
lead_campaign_dataarrayLead campaign data returned by Email Bison
overall_statsobjectLead engagement stats
created_atstringLead creation timestamp
updated_atstringLead update timestamp

emailbison_create_lead

Creates a single lead in Email Bison.

Input

ParameterTypeRequiredDescription
apiKeystringYesEmail Bison API token
apiBaseUrlstringYesEmail Bison instance URL that issued the token
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
idnumberLead ID
first_namestringLead first name
last_namestringLead last name
emailstringLead email address
titlestringLead title
companystringLead company
notesstringLead notes
statusstringLead status
custom_variablesarrayLead custom variables
lead_campaign_dataarrayLead campaign data returned by Email Bison
overall_statsobjectLead engagement stats
created_atstringLead creation timestamp
updated_atstringLead update timestamp

emailbison_update_lead

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

Input

ParameterTypeRequiredDescription
apiKeystringYesEmail Bison API token
apiBaseUrlstringYesEmail Bison instance URL that issued the token
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
idnumberLead ID
first_namestringLead first name
last_namestringLead last name
emailstringLead email address
titlestringLead title
companystringLead company
notesstringLead notes
statusstringLead status
custom_variablesarrayLead custom variables
lead_campaign_dataarrayLead campaign data returned by Email Bison
overall_statsobjectLead engagement stats
created_atstringLead creation timestamp
updated_atstringLead update timestamp

emailbison_list_campaigns

Retrieves Email Bison campaigns.

Input

ParameterTypeRequiredDescription
apiKeystringYesEmail Bison API token
apiBaseUrlstringYesEmail Bison instance URL that issued the token

Output

ParameterTypeDescription
campaignsarrayList of campaigns
countnumberNumber of campaigns returned

emailbison_create_campaign

Creates a new Email Bison campaign.

Input

ParameterTypeRequiredDescription
apiKeystringYesEmail Bison API token
apiBaseUrlstringYesEmail Bison instance URL that issued the token
namestringYesCampaign name
campaignTypestringNoCampaign type: outbound or reply_followup

Output

ParameterTypeDescription
idnumberCampaign ID
uuidstringCampaign UUID
namestringCampaign name
typestringCampaign type
statusstringCampaign status
emails_sentnumberEmails sent
openednumberTotal opens
unique_opensnumberUnique opens
repliednumberTotal replies
unique_repliesnumberUnique replies
bouncednumberBounces
unsubscribednumberUnsubscribes
interestednumberInterested replies
total_leads_contactednumberTotal leads contacted
total_leadsnumberTotal leads
max_emails_per_daynumberMaximum emails per day
max_new_leads_per_daynumberMaximum new leads per day
plain_textbooleanWhether campaign emails are plain text
open_trackingbooleanWhether open tracking is enabled
can_unsubscribebooleanWhether recipients can unsubscribe
unsubscribe_textstringUnsubscribe text
tagsarrayCampaign tags
created_atstringCampaign creation timestamp
updated_atstringCampaign update timestamp

emailbison_update_campaign

Updates Email Bison campaign settings.

Input

ParameterTypeRequiredDescription
apiKeystringYesEmail Bison API token
apiBaseUrlstringYesEmail Bison instance URL that issued the token
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
idnumberCampaign ID
uuidstringCampaign UUID
namestringCampaign name
typestringCampaign type
statusstringCampaign status
emails_sentnumberEmails sent
openednumberTotal opens
unique_opensnumberUnique opens
repliednumberTotal replies
unique_repliesnumberUnique replies
bouncednumberBounces
unsubscribednumberUnsubscribes
interestednumberInterested replies
total_leads_contactednumberTotal leads contacted
total_leadsnumberTotal leads
max_emails_per_daynumberMaximum emails per day
max_new_leads_per_daynumberMaximum new leads per day
plain_textbooleanWhether campaign emails are plain text
open_trackingbooleanWhether open tracking is enabled
can_unsubscribebooleanWhether recipients can unsubscribe
unsubscribe_textstringUnsubscribe text
tagsarrayCampaign tags
created_atstringCampaign creation timestamp
updated_atstringCampaign update timestamp

emailbison_update_campaign_status

Pauses, resumes, or archives an Email Bison campaign.

Input

ParameterTypeRequiredDescription
apiKeystringYesEmail Bison API token
apiBaseUrlstringYesEmail Bison instance URL that issued the token
campaignIdnumberYesCampaign ID
actionstringYesStatus action: pause, resume, or archive

Output

ParameterTypeDescription
idnumberCampaign ID
uuidstringCampaign UUID
namestringCampaign name
typestringCampaign type
statusstringCampaign status
emails_sentnumberEmails sent
openednumberTotal opens
unique_opensnumberUnique opens
repliednumberTotal replies
unique_repliesnumberUnique replies
bouncednumberBounces
unsubscribednumberUnsubscribes
interestednumberInterested replies
total_leads_contactednumberTotal leads contacted
total_leadsnumberTotal leads
max_emails_per_daynumberMaximum emails per day
max_new_leads_per_daynumberMaximum new leads per day
plain_textbooleanWhether campaign emails are plain text
open_trackingbooleanWhether open tracking is enabled
can_unsubscribebooleanWhether recipients can unsubscribe
unsubscribe_textstringUnsubscribe text
tagsarrayCampaign tags
created_atstringCampaign creation timestamp
updated_atstringCampaign update timestamp

emailbison_attach_leads_to_campaign

Adds existing Email Bison leads to a campaign.

Input

ParameterTypeRequiredDescription
apiKeystringYesEmail Bison API token
apiBaseUrlstringYesEmail Bison instance URL that issued the token
campaignIdnumberYesCampaign ID
leadIdsarrayYesLead IDs to add to the campaign
allowParallelSendingbooleanNoForce add leads already in sequence in other campaigns

Output

ParameterTypeDescription
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
apiKeystringYesEmail Bison API token
apiBaseUrlstringYesEmail Bison instance URL that issued the token
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
repliesarrayList of replies
countnumberNumber of replies returned

emailbison_list_tags

Retrieves all Email Bison tags for the authenticated workspace.

Input

ParameterTypeRequiredDescription
apiKeystringYesEmail Bison API token
apiBaseUrlstringYesEmail Bison instance URL that issued the token

Output

ParameterTypeDescription
tagsarrayList of tags
countnumberNumber of tags returned

emailbison_create_tag

Creates a new Email Bison tag.

Input

ParameterTypeRequiredDescription
apiKeystringYesEmail Bison API token
apiBaseUrlstringYesEmail Bison instance URL that issued the token
namestringYesTag name

Output

ParameterTypeDescription
idnumberTag ID
namestringTag name
defaultbooleanWhether this is a default tag
created_atstringTag creation timestamp
updated_atstringTag update timestamp

emailbison_attach_tags_to_leads

Attaches Email Bison tags to one or more leads.

Input

ParameterTypeRequiredDescription
apiKeystringYesEmail Bison API token
apiBaseUrlstringYesEmail Bison instance URL that issued the token
tagIdsarrayYesTag IDs to attach
leadIdsarrayYesLead IDs to tag
skipWebhooksbooleanNoSkip Email Bison webhooks for this action

Output

ParameterTypeDescription
successbooleanWhether the action succeeded
messagestringAction message

Triggers

emailbison_email_sent

Trigger when a campaign email is sent in Email Bison

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
scheduledEmail.idnumberScheduled email ID
scheduledEmail.lead_idnumberLead ID
scheduledEmail.sequence_step_idnumberSequence step ID
scheduledEmail.sequence_step_ordernumberSequence step order
scheduledEmail.sequence_step_variantnumberSequence step variant
scheduledEmail.email_subjectstringEmail subject
scheduledEmail.email_bodystringEmail body HTML
scheduledEmail.statusstringScheduled email status
scheduledEmail.scheduled_date_eststringScheduled date in EST
scheduledEmail.scheduled_date_localstringScheduled date in local timezone
scheduledEmail.local_timezonestringScheduled email local timezone
scheduledEmail.sent_atstringEmail sent timestamp
scheduledEmail.opensnumberOpen count
scheduledEmail.repliesnumberReply count
scheduledEmail.unique_opensnumberUnique open count
scheduledEmail.unique_repliesnumberUnique reply count
scheduledEmail.interestedstringInterested status
scheduledEmail.raw_message_idstringRaw email message ID
campaignEvent.idnumberCampaign event ID
campaignEvent.event_typestringCampaign event type
campaignEvent.created_at_localstringCampaign event local creation timestamp
campaignEvent.local_timezonestringCampaign event local timezone
campaignEvent.created_atstringCampaign event creation timestamp
lead.idnumberLead ID
lead.emailstringLead email address
lead.first_namestringLead first name
lead.last_namestringLead last name
lead.statusstringLead status
lead.titlestringLead title
lead.companystringLead company
lead.custom_variablesjsonLead custom variables
lead.emails_sentnumberLead emails sent count
lead.opensnumberLead open count
lead.unique_opensnumberLead unique open count
lead.repliesnumberLead reply count
lead.unique_repliesnumberLead unique reply count
lead.bouncesnumberLead bounce count
campaign.idnumberCampaign ID
campaign.namestringCampaign name
senderEmail.idnumberSender email ID
senderEmail.namestringSender email name
senderEmail.emailstringSender email address
senderEmail.statusstringSender email status
senderEmail.account_typestringSender email connection type
senderEmail.daily_limitnumberSender email daily limit
senderEmail.emails_sentnumberSender email sent count
senderEmail.repliednumberSender email replied count
senderEmail.openednumberSender email opened count
senderEmail.unsubscribednumberSender email unsubscribed count
senderEmail.bouncednumberSender email bounced count
senderEmail.unique_repliesnumberSender email unique reply count
senderEmail.unique_opensnumberSender email unique open count
senderEmail.total_leads_contactednumberSender email total leads contacted
senderEmail.interestednumberSender email interested count
senderEmail.created_atstringSender email creation timestamp
senderEmail.updated_atstringSender email update timestamp

emailbison_lead_first_contacted

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

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
scheduledEmail.idnumberScheduled email ID
scheduledEmail.lead_idnumberLead ID
scheduledEmail.sequence_step_idnumberSequence step ID
scheduledEmail.sequence_step_ordernumberSequence step order
scheduledEmail.sequence_step_variantnumberSequence step variant
scheduledEmail.email_subjectstringEmail subject
scheduledEmail.email_bodystringEmail body HTML
scheduledEmail.statusstringScheduled email status
scheduledEmail.scheduled_date_eststringScheduled date in EST
scheduledEmail.scheduled_date_localstringScheduled date in local timezone
scheduledEmail.local_timezonestringScheduled email local timezone
scheduledEmail.sent_atstringEmail sent timestamp
scheduledEmail.opensnumberOpen count
scheduledEmail.repliesnumberReply count
scheduledEmail.unique_opensnumberUnique open count
scheduledEmail.unique_repliesnumberUnique reply count
scheduledEmail.interestedstringInterested status
scheduledEmail.raw_message_idstringRaw email message ID
campaignEvent.idnumberCampaign event ID
campaignEvent.event_typestringCampaign event type
campaignEvent.created_at_localstringCampaign event local creation timestamp
campaignEvent.local_timezonestringCampaign event local timezone
campaignEvent.created_atstringCampaign event creation timestamp
lead.idnumberLead ID
lead.emailstringLead email address
lead.first_namestringLead first name
lead.last_namestringLead last name
lead.statusstringLead status
lead.titlestringLead title
lead.companystringLead company
lead.custom_variablesjsonLead custom variables
lead.emails_sentnumberLead emails sent count
lead.opensnumberLead open count
lead.unique_opensnumberLead unique open count
lead.repliesnumberLead reply count
lead.unique_repliesnumberLead unique reply count
lead.bouncesnumberLead bounce count
campaign.idnumberCampaign ID
campaign.namestringCampaign name
senderEmail.idnumberSender email ID
senderEmail.namestringSender email name
senderEmail.emailstringSender email address
senderEmail.statusstringSender email status
senderEmail.account_typestringSender email connection type
senderEmail.daily_limitnumberSender email daily limit
senderEmail.emails_sentnumberSender email sent count
senderEmail.repliednumberSender email replied count
senderEmail.openednumberSender email opened count
senderEmail.unsubscribednumberSender email unsubscribed count
senderEmail.bouncednumberSender email bounced count
senderEmail.unique_repliesnumberSender email unique reply count
senderEmail.unique_opensnumberSender email unique open count
senderEmail.total_leads_contactednumberSender email total leads contacted
senderEmail.interestednumberSender email interested count
senderEmail.created_atstringSender email creation timestamp
senderEmail.updated_atstringSender email update timestamp

emailbison_lead_replied

Trigger when a campaign lead replies in Email Bison

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
reply.idnumberReply ID
reply.uuidstringReply UUID
reply.email_subjectstringReply email subject
reply.interestedbooleanWhether the reply is marked interested
reply.automated_replybooleanWhether the reply is automated
reply.html_bodystringReply HTML body
reply.text_bodystringReply plain text body
reply.raw_bodystringRaw MIME reply body
reply.headersstringEncoded raw email headers
reply.date_receivedstringReply received timestamp
reply.from_namestringReply sender name
reply.from_email_addressstringReply sender email address
reply.primary_to_email_addressstringPrimary recipient email address
reply.tojsonReply To recipients
reply.ccjsonReply CC recipients
reply.bccjsonReply BCC recipients
reply.parent_idnumberParent reply ID
reply.reply_typestringReply type
reply.folderstringReply folder
reply.raw_message_idstringRaw email message ID
reply.created_atstringReply creation timestamp
reply.updated_atstringReply update timestamp
reply.attachmentsjsonReply attachments
campaignEvent.idnumberCampaign event ID
campaignEvent.event_typestringCampaign event type
campaignEvent.created_at_localstringCampaign event local creation timestamp
campaignEvent.local_timezonestringCampaign event local timezone
campaignEvent.created_atstringCampaign event creation timestamp
lead.idnumberLead ID
lead.emailstringLead email address
lead.first_namestringLead first name
lead.last_namestringLead last name
lead.statusstringLead status
lead.titlestringLead title
lead.companystringLead company
lead.custom_variablesjsonLead custom variables
lead.emails_sentnumberLead emails sent count
lead.opensnumberLead open count
lead.unique_opensnumberLead unique open count
lead.repliesnumberLead reply count
lead.unique_repliesnumberLead unique reply count
lead.bouncesnumberLead bounce count
campaign.idnumberCampaign ID
campaign.namestringCampaign name
scheduledEmail.idnumberScheduled email ID
scheduledEmail.sequence_step_idnumberSequence step ID
scheduledEmail.sequence_step_ordernumberSequence step order
scheduledEmail.sequence_step_variantnumberSequence step variant
scheduledEmail.statusstringScheduled email status
scheduledEmail.scheduled_date_eststringScheduled date in EST
scheduledEmail.scheduled_date_localstringScheduled date in local timezone
scheduledEmail.local_timezonestringScheduled email local timezone
scheduledEmail.sent_atstringEmail sent timestamp
scheduledEmail.opensnumberOpen count
scheduledEmail.repliesnumberReply count
scheduledEmail.unique_opensnumberUnique open count
scheduledEmail.unique_repliesnumberUnique reply count
scheduledEmail.interestedstringInterested status
scheduledEmail.raw_message_idstringRaw email message ID
senderEmail.idnumberSender email ID
senderEmail.namestringSender email name
senderEmail.emailstringSender email address
senderEmail.statusstringSender email status
senderEmail.account_typestringSender email connection type
senderEmail.daily_limitnumberSender email daily limit
senderEmail.emails_sentnumberSender email sent count
senderEmail.repliednumberSender email replied count
senderEmail.openednumberSender email opened count
senderEmail.unsubscribednumberSender email unsubscribed count
senderEmail.bouncednumberSender email bounced count
senderEmail.unique_repliesnumberSender email unique reply count
senderEmail.unique_opensnumberSender email unique open count
senderEmail.total_leads_contactednumberSender email total leads contacted
senderEmail.interestednumberSender email interested count
senderEmail.created_atstringSender email creation timestamp
senderEmail.updated_atstringSender email update timestamp

emailbison_lead_interested

Trigger when a reply is marked interested in Email Bison

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
reply.idnumberReply ID
reply.uuidstringReply UUID
reply.email_subjectstringReply email subject
reply.interestedbooleanWhether the reply is marked interested
reply.automated_replybooleanWhether the reply is automated
reply.html_bodystringReply HTML body
reply.text_bodystringReply plain text body
reply.raw_bodystringRaw MIME reply body
reply.headersstringEncoded raw email headers
reply.date_receivedstringReply received timestamp
reply.from_namestringReply sender name
reply.from_email_addressstringReply sender email address
reply.primary_to_email_addressstringPrimary recipient email address
reply.tojsonReply To recipients
reply.ccjsonReply CC recipients
reply.bccjsonReply BCC recipients
reply.parent_idnumberParent reply ID
reply.reply_typestringReply type
reply.folderstringReply folder
reply.raw_message_idstringRaw email message ID
reply.created_atstringReply creation timestamp
reply.updated_atstringReply update timestamp
reply.attachmentsjsonReply attachments
campaignEvent.idnumberCampaign event ID
campaignEvent.event_typestringCampaign event type
campaignEvent.created_at_localstringCampaign event local creation timestamp
campaignEvent.local_timezonestringCampaign event local timezone
campaignEvent.created_atstringCampaign event creation timestamp
lead.idnumberLead ID
lead.emailstringLead email address
lead.first_namestringLead first name
lead.last_namestringLead last name
lead.statusstringLead status
lead.titlestringLead title
lead.companystringLead company
lead.custom_variablesjsonLead custom variables
lead.emails_sentnumberLead emails sent count
lead.opensnumberLead open count
lead.unique_opensnumberLead unique open count
lead.repliesnumberLead reply count
lead.unique_repliesnumberLead unique reply count
lead.bouncesnumberLead bounce count
campaign.idnumberCampaign ID
campaign.namestringCampaign name
scheduledEmail.idnumberScheduled email ID
scheduledEmail.sequence_step_idnumberSequence step ID
scheduledEmail.sequence_step_ordernumberSequence step order
scheduledEmail.sequence_step_variantnumberSequence step variant
scheduledEmail.statusstringScheduled email status
scheduledEmail.scheduled_date_eststringScheduled date in EST
scheduledEmail.scheduled_date_localstringScheduled date in local timezone
scheduledEmail.local_timezonestringScheduled email local timezone
scheduledEmail.sent_atstringEmail sent timestamp
scheduledEmail.opensnumberOpen count
scheduledEmail.repliesnumberReply count
scheduledEmail.unique_opensnumberUnique open count
scheduledEmail.unique_repliesnumberUnique reply count
scheduledEmail.interestedstringInterested status
scheduledEmail.raw_message_idstringRaw email message ID
senderEmail.idnumberSender email ID
senderEmail.namestringSender email name
senderEmail.emailstringSender email address
senderEmail.statusstringSender email status
senderEmail.account_typestringSender email connection type
senderEmail.daily_limitnumberSender email daily limit
senderEmail.emails_sentnumberSender email sent count
senderEmail.repliednumberSender email replied count
senderEmail.openednumberSender email opened count
senderEmail.unsubscribednumberSender email unsubscribed count
senderEmail.bouncednumberSender email bounced count
senderEmail.unique_repliesnumberSender email unique reply count
senderEmail.unique_opensnumberSender email unique open count
senderEmail.total_leads_contactednumberSender email total leads contacted
senderEmail.interestednumberSender email interested count
senderEmail.created_atstringSender email creation timestamp
senderEmail.updated_atstringSender email update timestamp

emailbison_lead_unsubscribed

Trigger when a contact unsubscribes in Email Bison

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
scheduledEmail.idnumberScheduled email ID
scheduledEmail.lead_idnumberLead ID
scheduledEmail.sequence_step_idnumberSequence step ID
scheduledEmail.sequence_step_ordernumberSequence step order
scheduledEmail.sequence_step_variantnumberSequence step variant
scheduledEmail.email_subjectstringEmail subject
scheduledEmail.email_bodystringEmail body HTML
scheduledEmail.statusstringScheduled email status
scheduledEmail.scheduled_date_eststringScheduled date in EST
scheduledEmail.scheduled_date_localstringScheduled date in local timezone
scheduledEmail.local_timezonestringScheduled email local timezone
scheduledEmail.sent_atstringEmail sent timestamp
scheduledEmail.opensnumberOpen count
scheduledEmail.repliesnumberReply count
scheduledEmail.unique_opensnumberUnique open count
scheduledEmail.unique_repliesnumberUnique reply count
scheduledEmail.interestedstringInterested status
scheduledEmail.raw_message_idstringRaw email message ID
campaignEvent.idnumberCampaign event ID
campaignEvent.event_typestringCampaign event type
campaignEvent.created_at_localstringCampaign event local creation timestamp
campaignEvent.local_timezonestringCampaign event local timezone
campaignEvent.created_atstringCampaign event creation timestamp
lead.idnumberLead ID
lead.emailstringLead email address
lead.first_namestringLead first name
lead.last_namestringLead last name
lead.statusstringLead status
lead.titlestringLead title
lead.companystringLead company
lead.custom_variablesjsonLead custom variables
lead.emails_sentnumberLead emails sent count
lead.opensnumberLead open count
lead.unique_opensnumberLead unique open count
lead.repliesnumberLead reply count
lead.unique_repliesnumberLead unique reply count
lead.bouncesnumberLead bounce count
campaign.idnumberCampaign ID
campaign.namestringCampaign name
senderEmail.idnumberSender email ID
senderEmail.namestringSender email name
senderEmail.emailstringSender email address
senderEmail.statusstringSender email status
senderEmail.account_typestringSender email connection type
senderEmail.daily_limitnumberSender email daily limit
senderEmail.emails_sentnumberSender email sent count
senderEmail.repliednumberSender email replied count
senderEmail.openednumberSender email opened count
senderEmail.unsubscribednumberSender email unsubscribed count
senderEmail.bouncednumberSender email bounced count
senderEmail.unique_repliesnumberSender email unique reply count
senderEmail.unique_opensnumberSender email unique open count
senderEmail.total_leads_contactednumberSender email total leads contacted
senderEmail.interestednumberSender email interested count
senderEmail.created_atstringSender email creation timestamp
senderEmail.updated_atstringSender email update timestamp

emailbison_untracked_reply_received

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

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
reply.idnumberReply ID
reply.uuidstringReply UUID
reply.email_subjectstringReply email subject
reply.interestedbooleanWhether the reply is marked interested
reply.automated_replybooleanWhether the reply is automated
reply.html_bodystringReply HTML body
reply.text_bodystringReply plain text body
reply.raw_bodystringRaw MIME reply body
reply.headersstringEncoded raw email headers
reply.date_receivedstringReply received timestamp
reply.from_namestringReply sender name
reply.from_email_addressstringReply sender email address
reply.primary_to_email_addressstringPrimary recipient email address
reply.tojsonReply To recipients
reply.ccjsonReply CC recipients
reply.bccjsonReply BCC recipients
reply.parent_idnumberParent reply ID
reply.reply_typestringReply type
reply.folderstringReply folder
reply.raw_message_idstringRaw email message ID
reply.created_atstringReply creation timestamp
reply.updated_atstringReply update timestamp
reply.attachmentsjsonReply attachments
senderEmail.idnumberSender email ID
senderEmail.namestringSender email name
senderEmail.emailstringSender email address
senderEmail.statusstringSender email status
senderEmail.account_typestringSender email connection type
senderEmail.daily_limitnumberSender email daily limit
senderEmail.emails_sentnumberSender email sent count
senderEmail.repliednumberSender email replied count
senderEmail.openednumberSender email opened count
senderEmail.unsubscribednumberSender email unsubscribed count
senderEmail.bouncednumberSender email bounced count
senderEmail.unique_repliesnumberSender email unique reply count
senderEmail.unique_opensnumberSender email unique open count
senderEmail.total_leads_contactednumberSender email total leads contacted
senderEmail.interestednumberSender email interested count
senderEmail.created_atstringSender email creation timestamp
senderEmail.updated_atstringSender email update timestamp

emailbison_email_opened

Trigger when an Email Bison campaign email is opened

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
scheduledEmail.idnumberScheduled email ID
scheduledEmail.lead_idnumberLead ID
scheduledEmail.sequence_step_idnumberSequence step ID
scheduledEmail.sequence_step_ordernumberSequence step order
scheduledEmail.sequence_step_variantnumberSequence step variant
scheduledEmail.email_subjectstringEmail subject
scheduledEmail.email_bodystringEmail body HTML
scheduledEmail.statusstringScheduled email status
scheduledEmail.scheduled_date_eststringScheduled date in EST
scheduledEmail.scheduled_date_localstringScheduled date in local timezone
scheduledEmail.local_timezonestringScheduled email local timezone
scheduledEmail.sent_atstringEmail sent timestamp
scheduledEmail.opensnumberOpen count
scheduledEmail.repliesnumberReply count
scheduledEmail.unique_opensnumberUnique open count
scheduledEmail.unique_repliesnumberUnique reply count
scheduledEmail.interestedstringInterested status
scheduledEmail.raw_message_idstringRaw email message ID
campaignEvent.idnumberCampaign event ID
campaignEvent.event_typestringCampaign event type
campaignEvent.created_at_localstringCampaign event local creation timestamp
campaignEvent.local_timezonestringCampaign event local timezone
campaignEvent.created_atstringCampaign event creation timestamp
lead.idnumberLead ID
lead.emailstringLead email address
lead.first_namestringLead first name
lead.last_namestringLead last name
lead.statusstringLead status
lead.titlestringLead title
lead.companystringLead company
lead.custom_variablesjsonLead custom variables
lead.emails_sentnumberLead emails sent count
lead.opensnumberLead open count
lead.unique_opensnumberLead unique open count
lead.repliesnumberLead reply count
lead.unique_repliesnumberLead unique reply count
lead.bouncesnumberLead bounce count
campaign.idnumberCampaign ID
campaign.namestringCampaign name
senderEmail.idnumberSender email ID
senderEmail.namestringSender email name
senderEmail.emailstringSender email address
senderEmail.statusstringSender email status
senderEmail.account_typestringSender email connection type
senderEmail.daily_limitnumberSender email daily limit
senderEmail.emails_sentnumberSender email sent count
senderEmail.repliednumberSender email replied count
senderEmail.openednumberSender email opened count
senderEmail.unsubscribednumberSender email unsubscribed count
senderEmail.bouncednumberSender email bounced count
senderEmail.unique_repliesnumberSender email unique reply count
senderEmail.unique_opensnumberSender email unique open count
senderEmail.total_leads_contactednumberSender email total leads contacted
senderEmail.interestednumberSender email interested count
senderEmail.created_atstringSender email creation timestamp
senderEmail.updated_atstringSender email update timestamp

emailbison_email_bounced

Trigger when an Email Bison campaign email bounces

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
reply.idnumberReply ID
reply.uuidstringReply UUID
reply.email_subjectstringReply email subject
reply.interestedbooleanWhether the reply is marked interested
reply.automated_replybooleanWhether the reply is automated
reply.html_bodystringReply HTML body
reply.text_bodystringReply plain text body
reply.raw_bodystringRaw MIME reply body
reply.headersstringEncoded raw email headers
reply.date_receivedstringReply received timestamp
reply.from_namestringReply sender name
reply.from_email_addressstringReply sender email address
reply.primary_to_email_addressstringPrimary recipient email address
reply.tojsonReply To recipients
reply.ccjsonReply CC recipients
reply.bccjsonReply BCC recipients
reply.parent_idnumberParent reply ID
reply.reply_typestringReply type
reply.folderstringReply folder
reply.raw_message_idstringRaw email message ID
reply.created_atstringReply creation timestamp
reply.updated_atstringReply update timestamp
reply.attachmentsjsonReply attachments
campaignEvent.idnumberCampaign event ID
campaignEvent.event_typestringCampaign event type
campaignEvent.created_at_localstringCampaign event local creation timestamp
campaignEvent.local_timezonestringCampaign event local timezone
campaignEvent.created_atstringCampaign event creation timestamp
lead.idnumberLead ID
lead.emailstringLead email address
lead.first_namestringLead first name
lead.last_namestringLead last name
lead.statusstringLead status
lead.titlestringLead title
lead.companystringLead company
lead.custom_variablesjsonLead custom variables
lead.emails_sentnumberLead emails sent count
lead.opensnumberLead open count
lead.unique_opensnumberLead unique open count
lead.repliesnumberLead reply count
lead.unique_repliesnumberLead unique reply count
lead.bouncesnumberLead bounce count
campaign.idnumberCampaign ID
campaign.namestringCampaign name
scheduledEmail.idnumberScheduled email ID
scheduledEmail.sequence_step_idnumberSequence step ID
scheduledEmail.sequence_step_ordernumberSequence step order
scheduledEmail.sequence_step_variantnumberSequence step variant
scheduledEmail.statusstringScheduled email status
scheduledEmail.scheduled_date_eststringScheduled date in EST
scheduledEmail.scheduled_date_localstringScheduled date in local timezone
scheduledEmail.local_timezonestringScheduled email local timezone
scheduledEmail.sent_atstringEmail sent timestamp
scheduledEmail.opensnumberOpen count
scheduledEmail.repliesnumberReply count
scheduledEmail.unique_opensnumberUnique open count
scheduledEmail.unique_repliesnumberUnique reply count
scheduledEmail.interestedstringInterested status
scheduledEmail.raw_message_idstringRaw email message ID
senderEmail.idnumberSender email ID
senderEmail.namestringSender email name
senderEmail.emailstringSender email address
senderEmail.statusstringSender email status
senderEmail.account_typestringSender email connection type
senderEmail.daily_limitnumberSender email daily limit
senderEmail.emails_sentnumberSender email sent count
senderEmail.repliednumberSender email replied count
senderEmail.openednumberSender email opened count
senderEmail.unsubscribednumberSender email unsubscribed count
senderEmail.bouncednumberSender email bounced count
senderEmail.unique_repliesnumberSender email unique reply count
senderEmail.unique_opensnumberSender email unique open count
senderEmail.total_leads_contactednumberSender email total leads contacted
senderEmail.interestednumberSender email interested count
senderEmail.created_atstringSender email creation timestamp
senderEmail.updated_atstringSender email update timestamp

emailbison_email_account_added

Trigger when a sender email account is added to Email Bison

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
senderEmail.idnumberSender email ID
senderEmail.namestringSender email name
senderEmail.emailstringSender email address
senderEmail.statusstringSender email status
senderEmail.account_typestringSender email connection type
senderEmail.daily_limitnumberSender email daily limit
senderEmail.emails_sentnumberSender email sent count
senderEmail.repliednumberSender email replied count
senderEmail.openednumberSender email opened count
senderEmail.unsubscribednumberSender email unsubscribed count
senderEmail.bouncednumberSender email bounced count
senderEmail.unique_repliesnumberSender email unique reply count
senderEmail.unique_opensnumberSender email unique open count
senderEmail.total_leads_contactednumberSender email total leads contacted
senderEmail.interestednumberSender email interested count
senderEmail.created_atstringSender email creation timestamp
senderEmail.updated_atstringSender email update timestamp

emailbison_email_account_removed

Trigger when a sender email account is removed from Email Bison

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
senderEmail.idnumberSender email ID
senderEmail.namestringSender email name
senderEmail.emailstringSender email address
senderEmail.statusstringSender email status
senderEmail.account_typestringSender email connection type
senderEmail.daily_limitnumberSender email daily limit
senderEmail.emails_sentnumberSender email sent count
senderEmail.repliednumberSender email replied count
senderEmail.openednumberSender email opened count
senderEmail.unsubscribednumberSender email unsubscribed count
senderEmail.bouncednumberSender email bounced count
senderEmail.unique_repliesnumberSender email unique reply count
senderEmail.unique_opensnumberSender email unique open count
senderEmail.total_leads_contactednumberSender email total leads contacted
senderEmail.interestednumberSender email interested count
senderEmail.created_atstringSender email creation timestamp
senderEmail.updated_atstringSender email update timestamp

emailbison_email_account_disconnected

Trigger when a sender email account disconnects in Email Bison

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
senderEmail.idnumberSender email ID
senderEmail.namestringSender email name
senderEmail.emailstringSender email address
senderEmail.statusstringSender email status
senderEmail.account_typestringSender email connection type
senderEmail.daily_limitnumberSender email daily limit
senderEmail.emails_sentnumberSender email sent count
senderEmail.repliednumberSender email replied count
senderEmail.openednumberSender email opened count
senderEmail.unsubscribednumberSender email unsubscribed count
senderEmail.bouncednumberSender email bounced count
senderEmail.unique_repliesnumberSender email unique reply count
senderEmail.unique_opensnumberSender email unique open count
senderEmail.total_leads_contactednumberSender email total leads contacted
senderEmail.interestednumberSender email interested count
senderEmail.created_atstringSender email creation timestamp
senderEmail.updated_atstringSender email update timestamp

emailbison_email_account_reconnected

Trigger when a sender email account reconnects in Email Bison

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
senderEmail.idnumberSender email ID
senderEmail.namestringSender email name
senderEmail.emailstringSender email address
senderEmail.statusstringSender email status
senderEmail.account_typestringSender email connection type
senderEmail.daily_limitnumberSender email daily limit
senderEmail.emails_sentnumberSender email sent count
senderEmail.repliednumberSender email replied count
senderEmail.openednumberSender email opened count
senderEmail.unsubscribednumberSender email unsubscribed count
senderEmail.bouncednumberSender email bounced count
senderEmail.unique_repliesnumberSender email unique reply count
senderEmail.unique_opensnumberSender email unique open count
senderEmail.total_leads_contactednumberSender email total leads contacted
senderEmail.interestednumberSender email interested count
senderEmail.created_atstringSender email creation timestamp
senderEmail.updated_atstringSender email update timestamp

emailbison_manual_email_sent

Trigger when a manual email is sent in Email Bison

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
reply.idnumberReply ID
reply.email_subjectstringReply email subject
reply.interestedbooleanWhether the reply is marked interested
reply.automated_replybooleanWhether the reply is automated
reply.html_bodystringReply HTML body
reply.text_bodystringReply plain text body
reply.raw_bodystringRaw MIME reply body
reply.headersstringEncoded raw email headers
reply.date_receivedstringReply received timestamp
reply.reply_typestringReply type
reply.from_namestringReply sender name
reply.from_email_addressstringReply sender email address
reply.primary_to_email_addressstringPrimary recipient email address
reply.tojsonReply To recipients
reply.ccjsonReply CC recipients
reply.bccjsonReply BCC recipients
reply.parent_idjsonParent reply ID
reply.folderstringReply folder
reply.raw_message_idstringRaw email message ID
reply.created_atstringReply creation timestamp
reply.updated_atstringReply update timestamp
reply.attachmentsjsonReply attachments
lead.idnumberLead ID
lead.emailstringLead email address
lead.first_namestringLead first name
lead.last_namestringLead last name
lead.statusstringLead status
lead.titlestringLead title
lead.companystringLead company
lead.custom_variablesjsonLead custom variables
lead.emails_sentnumberLead emails sent count
lead.opensnumberLead open count
lead.unique_opensnumberLead unique open count
lead.repliesnumberLead reply count
lead.unique_repliesnumberLead unique reply count
lead.bouncesnumberLead bounce count
campaign.idnumberCampaign ID
campaign.namestringCampaign name
scheduledEmail.idnumberScheduled email ID
scheduledEmail.sequence_step_idnumberSequence step ID
scheduledEmail.sequence_step_ordernumberSequence step order
scheduledEmail.sequence_step_variantnumberSequence step variant
scheduledEmail.statusstringScheduled email status
scheduledEmail.scheduled_date_eststringScheduled date in EST
scheduledEmail.scheduled_date_localstringScheduled date in local timezone
scheduledEmail.local_timezonestringScheduled email local timezone
scheduledEmail.sent_atstringEmail sent timestamp
scheduledEmail.opensnumberOpen count
scheduledEmail.repliesnumberReply count
scheduledEmail.unique_opensnumberUnique open count
scheduledEmail.unique_repliesnumberUnique reply count
scheduledEmail.interestedjsonInterested status
scheduledEmail.raw_message_idstringRaw email message ID
senderEmail.idnumberSender email ID
senderEmail.namestringSender email name
senderEmail.emailstringSender email address
senderEmail.statusstringSender email status
senderEmail.account_typestringSender email connection type
senderEmail.daily_limitnumberSender email daily limit
senderEmail.emails_sentnumberSender email sent count
senderEmail.repliednumberSender email replied count
senderEmail.openednumberSender email opened count
senderEmail.unsubscribednumberSender email unsubscribed count
senderEmail.bouncednumberSender email bounced count
senderEmail.unique_repliesnumberSender email unique reply count
senderEmail.unique_opensnumberSender email unique open count
senderEmail.total_leads_contactednumberSender email total leads contacted
senderEmail.interestednumberSender email interested count
senderEmail.created_atstringSender email creation timestamp
senderEmail.updated_atstringSender email update timestamp

emailbison_tag_attached

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

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

emailbison_tag_removed

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

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

emailbison_warmup_disabled_receiving_bounces

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

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
senderEmail.idnumberSender email ID
senderEmail.namestringSender email name
senderEmail.emailstringSender email address
senderEmail.statusstringSender email status
senderEmail.account_typestringSender email connection type
senderEmail.daily_limitnumberSender email daily limit
senderEmail.emails_sentnumberSender email sent count
senderEmail.repliednumberSender email replied count
senderEmail.openednumberSender email opened count
senderEmail.unsubscribednumberSender email unsubscribed count
senderEmail.bouncednumberSender email bounced count
senderEmail.unique_repliesnumberSender email unique reply count
senderEmail.unique_opensnumberSender email unique open count
senderEmail.total_leads_contactednumberSender email total leads contacted
senderEmail.interestednumberSender email interested count
senderEmail.created_atstringSender email creation timestamp
senderEmail.updated_atstringSender email update timestamp

emailbison_warmup_disabled_causing_bounces

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

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
senderEmail.idnumberSender email ID
senderEmail.namestringSender email name
senderEmail.emailstringSender email address
senderEmail.statusstringSender email status
senderEmail.account_typestringSender email connection type
senderEmail.daily_limitnumberSender email daily limit
senderEmail.emails_sentnumberSender email sent count
senderEmail.repliednumberSender email replied count
senderEmail.openednumberSender email opened count
senderEmail.unsubscribednumberSender email unsubscribed count
senderEmail.bouncednumberSender email bounced count
senderEmail.unique_repliesnumberSender email unique reply count
senderEmail.unique_opensnumberSender email unique open count
senderEmail.total_leads_contactednumberSender email total leads contacted
senderEmail.interestednumberSender email interested count
senderEmail.created_atstringSender email creation timestamp
senderEmail.updated_atstringSender email update timestamp

Notes

  • Category: tools
  • Type: emailbison
Email Bison