go-customerio icon indicating copy to clipboard operation
go-customerio copied to clipboard

Official Golang client for the Customer.io API

Results 8 go-customerio issues
Sort by recently updated
recently updated
newest added

Add macOS .DS_Store to gitignore

## Overview This PR introduces new functionality to handle segments in the API client. It includes the following features: - Create, list, retrieve, and delete segments - Manage segment dependencies...

Hi! We've encountered an issue where our mocked HTTP client cannot be provided via options defined in the client library. Here is a PR with an example of how this...

Hi folks, Is there any particular reason [triggers for broadcast](https://www.customer.io/docs/api/#operation/triggerBroadcast) support isn't in this library already? cc @joepurdy

Currently, there's no way to override the timestamp an event is associated with. Unsure if deleting the key out of the map is the correct thing to do.

At Customer.io we have an informal rate limit for our public Track API set at 100 RPS. In reality we don't hard limit folks that exceed this limit by sending...

The calls issue blocking http requests, would be better to enqueue them and send in a background goroutine. Have a look at how the Segment Go client library works.