Skip to main content
The Rails gem adds configuration and a managed client around the Ruby SDK. It uses https://api.signal.apollodeploy.com by default. Before you start, create an API key with Emails: Send permission and verify the From domain.
1

Install the Rails gem

2

Configure the client

Set SIGNAL_API_KEY in your Rails secrets, then create config/initializers/apollo_signal.rb:
3

Send an email

Keep delivery orchestration in a service or background job when the request should not wait for email acceptance. The From domain must be verified in the API key’s Signal project.

Ruby

Use the core Ruby SDK outside Rails.

All SDKs

Compare every supported language and framework.