Attentive

Attentive

Send event data to Attentive

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.

Attentive with PostHog makes it easy to sync customer and event data from PostHog to Attentive so that you can send highly personalized and timely messages.

The Attentive's Destination leverages Attentive's APIs. For more information on the APIs, see Attentive's Developer Site.

Installation

To enable your new Attentive destination:

  1. Create a new private app by opening Attenive's UI and clicking Marketplace > Create App.
  2. Enter an App name and Contact email. Then change the permissions for Custom Events, Custom Attributes, eCommerce and Subscribers to Write.
  3. Then, click Create to save the app. An API key will be provided. Copy the API key.
  4. Return to PostHog and open the destination settings for your Attentive destination.
  5. Enter the private key into the "API Key" field.
  6. Enable your Actions destination.

Configuration

OptionDescription
API Key
Type: string
Required: True

Your Attentive API Key.

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": "Attentive",
"inputs": {
"apiKey": {
"value": ""
}
},
"enabled": true,
"template_id": "segment-actions-attentive"
}'

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.