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 ```