Accoil

Accoil

Pipe PostHog data to Accoil for usage-based account scoring, churn alerts, and expansion insights — automatically shared with Customer Success, Sales, RevOps, and Leadership in tools like Slack and HubSpot.

Configuration

OptionDescription
API Key
Type: string
Required: True

Your Accoil.com API Key. You can find your API Key in your Accoil account settings.

Timestamp
Type: string
Required: True

Event timestamp in ISO8601 format

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": "Accoil",
"inputs": {
"apiKey": {
"value": ""
},
"timestamp": {
"value": ""
}
},
"enabled": true,
"template_id": "template-accoil"
}'

Community questions

Questions about this page? or post a community question.