Skip to content

Instantly share code, notes, and snippets.

@bskim45
Last active July 24, 2025 17:28
Show Gist options
  • Save bskim45/2d3023ecb2acf8e81cde17c2803fc93e to your computer and use it in GitHub Desktop.
Save bskim45/2d3023ecb2acf8e81cde17c2803fc93e to your computer and use it in GitHub Desktop.
Posthog Alert Message Template for Discord

Posthog Alert Message Template for Discord

Error Tracking

Docs: https://posthog.com/docs/error-tracking/alerts

## πŸ”΄ **{event.properties.name}**
> {event.properties.description}

**Details**
- **Project:** [{project.name}]({project.url})
- **User ID:** `{event.distinct_id}`
- **Timestamp (UTC):** {event.timestamp}

[πŸ”— View Error in PostHog]({event.url})

@here

Survey

Docs: https://posthog.com/docs/surveys/destinations

## πŸ“ New survey response: **{event.properties.$survey_name}**
> **{person.name}** responded to survey **{event.properties.$survey_name}**

**Details**
- **Project:** [{project.name}]({project.url})
- **User:** {person.name} (`{person.id}`)
- **Timestamp (UTC):** {event.timestamp}


[πŸ”— View in PostHog]({event.url})

@here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment