Acoustic

Acoustic

Send event data to Acoustic

The configuration process for this destination mirrors Segment's setup. We've automatically modified the documentation from third-party sources to show you how to set up this destination with PostHog.

Acoustic Connect provides multichannel marketing without all the hassle. Automate campaigns and messages across SMS, mobile push, group messaging, email, and social media based on real-time customer signals and intent across the customer journey.

Trigger promotional and transactional messages based on customer preferences and behaviors to support onboarding, customer activation, cross-sell, and re-engagement strategies. Scale personalization and treat your customers as individuals with an automated view and understanding of the customer by pulling real-time behavior like intent so marketers don't have to manually segment users and audiences.

Installation

  1. From the PostHog web app, click Data pipelines, then click Destinations.
  2. Find the Destinations Actions item "Acoustic" in the left navigation, and click it.
  3. Click Configure Acoustic.
  4. Select an existing source to connect to Acoustic.

Configuration

OptionDescription
Customer Prefix
Type: string
Required: True

Use your Acoustic Org name but replace any spaces with an underscore, eg., AcmeCustomer_Prod

S3 Bucket Access Point Alias
Type: string
Required: True

The Alias of the Access Point created for your access to the S3 Bucket.

S3 Access Key
Type: string
Required: True

S3 Access Key for the S3 bucket.

S3 Secret
Type: string
Required: True

S3 Secret credential for the S3 bucket.

S3 Region
Type: string
Required: True

Should always be us-east-1 unless directed by Acoustic otherwise.

Version:
Type: string
Required: False

Last-Modified: 02.01.2024 10.30.43

Debug Mode
Type: boolean
Required: False

Will log configuration and request details

Using our REST API you can create this destination like so:

Terminal
# Create a new destination
curl --location 'https://us.i.posthog.com/api/environments/:project_id/hog_functions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <POSTHOG_PERSONAL_API_KEY>' \
--data '{
"type": "destination",
"name": "Acoustic",
"inputs": {
"fileNamePrefix": {
"value": ""
},
"s3_bucket_accesspoint_alias": {
"value": ""
},
"s3_access_key": {
"value": ""
},
"s3_secret": {
"value": ""
},
"s3_region": {
"value": ""
}
},
"enabled": true,
"template_id": "segment-actions-acoustic"
}'

FAQ

Is the source code for this destination available?

Yes. The source code is available on GitHub.

Who maintains this?

This is maintained by Segment. If you have issues with it not functioning as intended, please let us know!

What if I have feedback on this destination?

We love feature requests and feedback. Please tell us what you think.

What if my question isn't answered above?

We love answering questions. Ask us anything via our community forum.

Parts of this page are sourced from segmentio/segment-docs under the Creative Commons Attribution 4.0 International License. The content may have been modified according to this code.