Skip to content

Instantly share code, notes, and snippets.

@gregblake
Created April 10, 2018 21:09
Show Gist options
  • Select an option

  • Save gregblake/2ccbc40e3867c8800709c8ac30c2d6ed to your computer and use it in GitHub Desktop.

Select an option

Save gregblake/2ccbc40e3867c8800709c8ac30c2d6ed to your computer and use it in GitHub Desktop.
push_notification_payload.rb
payload = { title: "Greg Blake",
body: ConnectMessage.find(24705809).body,
data: {
sound: "NitroNotification.caf",
user_id: 31995,
badge: 1,
category: "connect-reply",
"message-type": "connect",
"as-of": Time.current.iso8601,
"nitro-environment": Rails.env,
connect_message: ConnectMessage.find(24705809).as_json,
connect_message_id: 24705809
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment