Hi, I have very little programming knowledge and I’m trying to set up API calls with Zapier to get links from Reddit posts scheduled with Postpone.app to no avail, I don’t understand why this code isn’t working after hours switching things around, any help would be amazing.
The documentation is on: https://help.postpone.app/en/api-docs/postpone-api and I’ve tested out the code itself on: https://api.postpone.app/gql. and it seems to work but on Zapier I’m getting this message: Failed to create a request in Webhooks by Zapier ERROR: The request could not be satisfied (HTTP Status Code: 403)
I’ve screenshotted the code below, the text version is: query submissions( $limit: Int = 1 ) { submissions( limit: $limit ) { objects { result { url } } } }