Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(NotificationSetting): Add trafficSource field #56

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

danbillson
Copy link
Contributor

Adds the trafficSource types to notification settings for create, update and list

Usage:

  const ntfSet = await paddle.notificationSettings.create({
    description: "Test Notification Setting",
    destination: "https://your.app/webhook",
    subscribedEvents: ["address.created"],
    type: "url",
    trafficSource: "simulation",
  });

@danbillson danbillson requested a review from vifer October 15, 2024 10:45
@danbillson danbillson self-assigned this Oct 15, 2024
@danbillson danbillson requested a review from a team as a code owner October 15, 2024 10:45
@danbillson danbillson force-pushed the notification-setting-traffic-source branch from 50f64c2 to d4c0fea Compare October 15, 2024 11:01
@danbillson danbillson merged commit 122dcc7 into v1.x Oct 15, 2024
3 checks passed
@danbillson danbillson deleted the notification-setting-traffic-source branch October 15, 2024 13:04
@danbillson danbillson mentioned this pull request Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants