Skip to content
← Back to documentation
Technical Reference

Acumbamail

Easily send email and SMS campaigns and boost your business

CategoryOther
Authenticationcustom
Version0.2.7
Published scopes0 published scopes
Last updatedSeptember 19, 2026

Overview

Acumbamail

This CDK catalogue package is pinned to @activepieces/piece-acumbamail@0.2.7 and declares 7 declared actions and no declared triggers. Its definition is derived from the exact reviewed Activepieces source.

Provider runtime verification is recorded separately when an approved test connection is exercised; this catalogue entry does not claim that verification.

Technical guide

Technical reference

  • Package: @activepieces/piece-acumbamail@0.2.7
  • Exact artifact digest: sha256:f9c6eadf284a8a261aca039d92b10ed84e2006e23cf3bc0eeb6f43aa0c41ab74
  • Source: the exact reviewed Activepieces source
  • Authentication, action and trigger schemas are taken from the exact pinned package.

Capability summary

Authenticationcustom
Supported objects7
Supported actions7
TriggersNone published

Authentication

Authentication method: custom

Authentication profiles

connection · custom
  • Auth Token Required · protected credential

Supported objects

ObjectReadWriteNotes
Add/Update Subscriber Yes No
Create Subscriber List Yes No
Unsuscribe Subscriber Yes No
Delete Subscriber List Yes No
Duplicate Template Yes No
Search Subscriber Yes No
Remove Subscriber Yes No

Supported actions

Add/Update Subscriber · Read

Adds a new subscriber to a subscriber list of your choosing.Can be used to update an existing subscriber too.

acumbamail_add_update_subscriber · Risk: low · Retry: safe

Inputs

  • listId · string · Required
  • listMergeFields · object · Required
  • update_subscriber · boolean · Optional, Updates the merge fields over the existent ones if the subscriber exists on the subscriber list.
  • double_option · boolean · Optional, Activates the send of a confirmation email when the subscriber is added.
Create Subscriber List · Read

Creates a new subscriber list.

acumbamail_create_subscriber_list · Risk: low · Retry: safe

Inputs

  • listname · string · Required
  • sender_email · string · Required, Sender e-mail shown to the subscribers of the list when e-mail marketing campaigns are sent to them.
  • company · string · Optional
  • address · string · Optional
  • phone · string · Optional
Unsuscribe Subscriber · Read

Unsubscribes an email address from a subscriber list of your choosing.

acumbamail_unsubscribe_subscriber · Risk: low · Retry: safe

Inputs

  • email · string · Required
  • listId · string · Required
Delete Subscriber List · Read

Deletes an existing subscriber list.

acumbamail_delete_subscriber_list · Risk: low · Retry: safe

Inputs

  • listId · string · Required
Duplicate Template · Read

Duplicates an existing template to use it on a email marketing campaign shipping.

acumbamail_duplicate_template · Risk: low · Retry: safe

Inputs

  • template_name · string · Required
  • templateId · string · Required
Search Subscriber · Read

Returns the subscriber's advanced data in each list to which they belong.

acumbamail_search_subscriber · Risk: low · Retry: safe

Inputs

  • subscriber · string · Required
Remove Subscriber · Read

Removes a subscriber from a list

acumbamail_remove_subscriber · Risk: low · Retry: safe

Inputs

  • email · string · Required
  • listId · string · Required

Setup

Setup

Create a tenant connection only in the consuming Studio instance when this connector is made available there. Credentials remain in that tenant's Vault-backed connection and are not stored in CDK package metadata.

Limitations

The package has passed deterministic offline package-load and contract validation. No provider credentials, provider API call or live webhook delivery is represented by this release state.