BlueFox Email

BlueFox Email provides APIs for managing contacts and subscriber lists and sending transactional and triggered emails.

11 actions Integration catalog
Request access
Connect BlueFox Email once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create ContactBLUEFOX_EMAIL_CREATE_CONTACT
Create a contact in the specified BlueFox project. This creates persistent project data but does not subscribe the contact to a list.
Delete ContactBLUEFOX_EMAIL_DELETE_CONTACT
Permanently delete a contact by its current email address from the specified BlueFox project. This is destructive and may affect related email workflows.
Get ContactBLUEFOX_EMAIL_GET_CONTACT
Retrieve one contact by its current email address from the specified BlueFox project.
Get SubscriberBLUEFOX_EMAIL_GET_SUBSCRIBER
Retrieve one subscriber by current email address from a known BlueFox subscriber list.
List ContactsBLUEFOX_EMAIL_LIST_CONTACTS
Return all contacts in the specified BlueFox project. BlueFox documents no filters or pagination parameters.
List SubscribersBLUEFOX_EMAIL_LIST_SUBSCRIBERS
Return subscribers in one known BlueFox subscriber list. BlueFox documents no filters or pagination parameters.
Send Transactional EmailBLUEFOX_EMAIL_SEND_TRANSACTIONAL_EMAIL
Immediately send one transactional-template email to an external recipient. This externally visible action is irreversible and consumes BlueFox send credits. Insufficient credits or a bounce-flagged recipient can prevent the send.
Send Triggered EmailBLUEFOX_EMAIL_SEND_TRIGGERED_EMAIL
Start a triggered email flow for one or more external recipients. This externally visible action is irreversible, may send multiple messages over time, and consumes BlueFox send credits. Insufficient credits can prevent the flow from starting.
Subscribe To ListBLUEFOX_EMAIL_SUBSCRIBE_TO_LIST
Create a subscriber-list membership. This changes persistent subscription state and may send a double-opt-in email; setting status to active bypasses double opt-in.
Update ContactBLUEFOX_EMAIL_UPDATE_CONTACT
Update a contact identified by its current email address in the specified BlueFox project. Provide at least one of new_email, name, or data. This changes persistent contact data.
Update SubscriberBLUEFOX_EMAIL_UPDATE_SUBSCRIBER
Update a subscriber's identity, custom data, or state in a known BlueFox list. Provide at least one of new_email, name, data, status, or paused_until. This can unsubscribe, pause, or reactivate the subscriber and changes future email eligibility.