Skip to content

Instantly share code, notes, and snippets.

@bossbossk20
Last active February 3, 2018 16:16
Show Gist options
  • Save bossbossk20/9687e6906daf075bae3dea6efd9dd402 to your computer and use it in GitHub Desktop.
Save bossbossk20/9687e6906daf075bae3dea6efd9dd402 to your computer and use it in GitHub Desktop.
one signal example
{
 app_id: "app_id",
 filters: [
 	{field: "tag", key: "group", relation: "=", value: "student"}
 ],
 data: {foo: "bar"},
 contents: {en: "hello world"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment