Skip to content
← Back to documentation
Technical Reference

VBOUT

Marketing automation platform for agencies

CategoryMarketing
Authenticationcustom
Version0.1.7
Published scopes0 published scopes
Last updatedSeptember 24, 2026

Overview

Connect VBOUT with Flows360

Marketing automation platform for agencies

Use the VBOUT connector to include its declared actions and events in Flows360 workflows without duplicating the integration logic inside each consuming system. This pinned connector version currently exposes 10 actions and no declared triggers.

Available actions

  • Add Contact to List
  • Add Tag to Contact
  • Create Email List
  • Create Email Marketing Campaign
  • Create Social Media Message
  • Get Contact by Email
  • Get List Details with Custom Fields
  • Remove Tags from Contact
  • Plus 2 additional declared actions.

Available triggers

  • No triggers are declared in this pinned package.

The capability list above is generated from the exact reviewed connector package so the public description stays aligned with the version Flows360 operates.

Technical guide

Technical reference

Package identity

  • Connector: VBOUT
  • Package: @activepieces/piece-vbout@0.1.7
  • Exact artifact digest: sha256:e25244e4a2293e45b070ff0e7f8365412787acac8ebbd120f031ce0811596cdb
  • Runtime: Activepieces-compatible deterministic worker
  • Source: the exact reviewed Activepieces source

Authentication

SECRET TEXT. Connection values are tenant-specific and remain in the consuming Studio instance; CDK stores definitions and field metadata, not customer credential values.

Action contracts

  • Add Contact to List (vbout_add_contact), Adds a contact to a given email list. Classification: read.
  • Add Tag to Contact (vbout_add_tag), Adds the tag to the contact. Classification: read.
  • Create Email List (vbout_create_email_list), Creates a new email list. Classification: read.
  • Create Email Marketing Campaign (vbout_add_email_marketing_campaign), Creates a new email campaign for specific list. Classification: read.
  • Create Social Media Message (vbout_create_social_media_message), Post a message to one of your social media channel. Classification: read.
  • Get Contact by Email (vbout_get_contact_by_email), Retrieves the contact by email. Classification: read.
  • Get List Details with Custom Fields (vbout_get_email_list), Retrieves specific list details with custom fields. Classification: read.
  • Remove Tags from Contact (vbout_remove_tag), Removes tags from an existing contact. Classification: read.
  • Unsubscribe Contact (vbout_unsubscribe_contact), Unsubscribes an existing contact in a given email list. Classification: read.
  • Update Contact (vbout_update_contact), Updates a contact in a given email list. Classification: read.

Trigger contracts

  • No trigger delivery contracts are declared.

Verification

Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.

Capability summary

Authenticationcustom
Supported objects10
Supported actions10
TriggersNone published

Authentication

Authentication method: custom

Authentication profiles

connection · custom
  • API Key Required · protected credential

Supported objects

ObjectReadWriteNotes
Add Contact to List Yes No Adds a contact to a given email list.
Add Tag to Contact Yes No Adds the tag to the contact.
Create Email List Yes No Creates a new email list.
Create Email Marketing Campaign Yes No Creates a new email campaign for specific list.
Create Social Media Message Yes No Post a message to one of your social media channel.
Get Contact by Email Yes No Retrieves the contact by email.
Get List Details with Custom Fields Yes No Retrieves specific list details with custom fields.
Remove Tags from Contact Yes No Removes tags from an existing contact.
Unsubscribe Contact Yes No Unsubscribes an existing contact in a given email list.
Update Contact Yes No Updates a contact in a given email list.

Supported actions

Add Contact to List · Read

Adds a contact to a given email list.

vbout_add_contact · Risk: low · Retry: safe

Inputs

  • email · string · Required
  • listid · string · Required
  • status · string · Required
  • ipaddress · string · Optional
  • fields · object · Required
Add Tag to Contact · Read

Adds the tag to the contact.

vbout_add_tag · Risk: low · Retry: safe

Inputs

  • email · string · Required
  • tagname · array · Required
Create Email List · Read

Creates a new email list.

vbout_create_email_list · Risk: low · Retry: safe

Inputs

  • name · string · Required, The name of the list.
  • email_subject · string · Optional, The default subscription subject.
  • reply_to · string · Optional, The Reply to email of the list.
  • fromemail · string · Optional, The From email of the list.
  • from_name · string · Optional, The From name of the list.
  • notify_email · string · Optional, Notification Email.
  • success_email · string · Optional, Subscription Success Email.
  • success_message · string · Optional, Subscription Success Message.
  • error_message · string · Optional, Subscription Error Message.
  • confirmation_email · string · Optional, Confirmation Email Message.
  • confirmation_message · string · Optional
Create Email Marketing Campaign · Read

Creates a new email campaign for specific list.

vbout_add_email_marketing_campaign · Risk: low · Retry: safe

Inputs

  • lists · array · Required
  • name · string · Required
  • subject · string · Required
  • type · string · Required
  • fromemail · string · Required
  • from_name · string · Required
  • reply_to · string · Required
  • body · string · Required
Create Social Media Message · Read

Post a message to one of your social media channel.

vbout_create_social_media_message · Risk: low · Retry: safe

Inputs

  • message · string · Required
  • channel · string · Required
  • channelid · string · Required
Get Contact by Email · Read

Retrieves the contact by email.

vbout_get_contact_by_email · Risk: low · Retry: safe

Inputs

  • listid · string · Optional
  • email · string · Required
Get List Details with Custom Fields · Read

Retrieves specific list details with custom fields.

vbout_get_email_list · Risk: low · Retry: safe

Inputs

  • listid · string · Required
Remove Tags from Contact · Read

Removes tags from an existing contact.

vbout_remove_tag · Risk: low · Retry: safe

Inputs

  • email · string · Required
  • tagname · string · Required, use comma for multiple tag e.g. **tag1,tag2**.
Unsubscribe Contact · Read

Unsubscribes an existing contact in a given email list.

vbout_unsubscribe_contact · Risk: low · Retry: safe

Inputs

  • email · string · Required, Contact email for update.
  • listid · string · Required
Update Contact · Read

Updates a contact in a given email list.

vbout_update_contact · Risk: low · Retry: safe

Inputs

  • email · string · Required, Contact email for update.
  • listid · string · Required
  • status · string · Optional
  • ipaddress · string · Optional
  • fields · object · Required

Setup

Setup

  1. Add the VBOUT connector to the workflow in the target Flows360 Studio instance.
  2. Create or select the tenant-specific connection required by the connector. Connection secrets remain in the Studio connection boundary and are not copied into CDK documentation.
  3. Provide the connection fields declared by the pinned package:
  • No provider credential fields are declared by the pinned package.
  1. Select the required action or trigger and complete its declared input fields. Required and optional inputs are defined by the exact package schema.
  2. Test the workflow in the appropriate environment before enabling production scheduling or event delivery.

Limitations

Limitations and operational notes

  • This content describes @activepieces/piece-vbout@0.1.7; provider behaviour can change independently and should be revalidated when the provider or connector version changes.
  • Only the 10 actions and 0 triggers declared by this pinned package are represented here.
  • Tenant credentials and connection values are not stored in the public connector record.
  • Provider-side permissions, account entitlements, quotas and rate limits remain subject to the connected provider account and are not inferred when the package does not declare them.
  • Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.

Troubleshooting

Why canu2019t the connector authenticate?

Check the tenant connection in Studio and confirm every required VBOUT connection field is present. Re-authorise OAuth-based connections if the provider token or consent has expired. Do not place credential values in CDK content or logs.

Why is an action or trigger unavailable?

Confirm that the workflow is using @activepieces/piece-vbout@0.1.7 and compare the requested capability with the declared action and trigger list for this version. A capability that is not declared by the pinned package should not be presented as supported.

What should I check after a provider-side change?

Revalidate authentication, required fields, action/trigger behaviour and provider documentation before publishing refreshed connector content or moving a new package version into production.