Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Filter duplicates through AWS Lambda before adding to Close.io

Notifications You must be signed in to change notification settings

Ticketbud/closeio-go-aws-lambda-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Close.io Filter AWS Lambda Golang

Accepts a JSON string of an email address (from Zapier, most likely):

{ "email": "nathaniel@ticketbud.com" }

If the contact doesn't exist, we create it, and tag it with "Unbounce" and the currrent time.

If the contact does exist, we tag Lead_Source_Unbounce with the current time. If the contact doesn't already have a Lead Source, we go ahead and add Unbounce.

Would probably need a bit of hacking to get working with your setup, but hopefully serves as a good starting point.

About

Filter duplicates through AWS Lambda before adding to Close.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published