Hola. I am trying to establish a Zap that Creates a Workspace using the mutation of:
mutation {
create_workspace(name: “New Workspace”, kind: open, description: “My New Workspace description”) {
id
}
}
This works using the developers code just fine, but I keep running into a brick-wall when I try to Create the Workspace using Zapier.
I have tried a series of configurations and keep getting the same error.
Is there someone that could share the string with me that I should be adding? Please…and thank you.