Skip to main content
The Zig package targets Zig 0.16.0 exactly. Its class-based client uses https://api.signal.apollodeploy.com by default and keeps allocation and I/O ownership explicit. Before you start, create an API key with Emails: Send permission and verify the From domain.
1

Add the package

Import the dependency as the apollo_signal module in your build.zig.
2

Store your API key

Load the key into a trusted server or command-line process. Pass it into the sending function instead of embedding it in the binary.
3

Send an email

The caller owns the allocator and std.Io. Generated results own response memory, so call deinit exactly once after handling either success or API error metadata.

Release downloads

Download versioned SDK archives and checksums.

All SDKs

Compare every supported language and framework.