Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sgassmann-skedulo/ade7870a4354611b8595e52452cb8081 to your computer and use it in GitHub Desktop.
Save sgassmann-skedulo/ade7870a4354611b8595e52452cb8081 to your computer and use it in GitHub Desktop.
{
"name": "NewUnavailability",
"url": "REPLACE WITH YOUR ZAPIER URL",
"type": "graphql",
"query": "
subscription {
schemaAvailabilities(operation: INSERT, filter: "IsAvailable == false" ) {
operation
timestamp
data {
UID
Notes
Type
IsAvailable
Start
Finish
ResourceId
}
previous {
UID
}
}
}
"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment