Skip to content

davelemons/pinpoint-dotnetcore-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinpoint-dotnetcore-examples

Several (very rough) examples of calling the Amazon pinpoint API to create Endpoints, Events, and Segments

Prerequisites

  • Getting Started
  • dotnet add package AWSSDK.Pinpoint
  • Modify applicationId variable. Application ID (also called ProjectId) can be found in the Pinoint AWS Console
  • dotnet build
  • dotnet run

Current API Calls

  • UpdateEndpointsBatch
  • GetEndpoint
  • WriteEvents
  • CreateSegment
  • UpdateSegment
  • GetSegment

The examples above should provide a good introduction and allow you to implement any of the other methods here: https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Pinpoint/TPinpointClient.html

About

Example Amazon Pinpoint API calls using the .Net SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages