Sign in

Configure a Start Form on existing pipe

documented

Configure the Start Form on an existing pipe.

POST /graphqlPipesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

Note: This uses Pipefy's GraphQL endpoint and OAuth2 Bearer token auth as documented by Pipefy. See the GraphQL Endpoint and Authentication references for details. ([developers.pipefy.com](https://developers.pipefy.com/reference/the-graphql-endpoint?utm_source=openai))

npx -y keychains@latest curl "https://api.pipefy.com/graphql" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"query": "{{$query}}", "variables": {{$variables}}}'