Skip to content

Latest commit

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

go-getresponse

A golang API client for GetResponse V3

Supported APIs

Usage

go get github.com/healthimation/go-getresponse/getresponse
import (
"log""time""context""github.com/healthimation/go-getresponse/getresponse"
)
funcmain() {
timeout:=5*time.Secondclient:=getresponse.NewClient("my get response api key", timeout)
campaignID:="123"err:=client.(context.Background(), "jsmith@example.com", "John Smith", nil, campaignID, nil, nil)
iferr!=nil {
log.Printf("Error creating contact in GR: %s", err.Error())
}
}

About

A golang API client for apidocs.getresponse.com/v3

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages