Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkd committed Feb 2, 2018
1 parent 1423341 commit e7fc0dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HubSpot.NET.Examples/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ static void Main(string[] args)
{
Type = "NOTE" //used for file attachments
},
Metadata = new
{
body = "This is an example note"
},
Associations = new EngagementHubSpotAssociationsModel()
{
ContactIds = new List<long>() { contact.Id.Value } //use the ID of the created contact from above
Expand Down

0 comments on commit e7fc0dd

Please sign in to comment.