provider subscriptionssubscriptions POST /api/environments/{environment_id}/subscriptions/{id}/test-delivery/
@utdk/posthog /api/environments/{environment_id}/subscriptions/{id}/test-delivery/
environments_subscriptions_test_delivery_create
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
A unique integer value identifying this subscription.
integer

Try it

Authentication
Configure credentials for PostHog API
environmentsSubscriptionsTestDeliveryCreate
POST/api/environments/{environment_id}/subscriptions/{id}/test-delivery/

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

required

A unique integer value identifying this subscription.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.environmentsSubscriptionsTestDeliveryCreate()