Whop
whopWriteResource
Write Whop Resource
Write to a Whop resource: create/update/cancel memberships, plans, and any mutating endpoint.
Arguments
resourcestringrequiredWhop resource path, e.g. "plans" or "memberships/mem_123"methodstringrequiredWrite verb, e.g. "createPlan" or "cancelMembership"paramsobjectoptionalOptional key/value params for the Whop method (query or body).confirmbooleanrequiredMust be true to run a write (or any unknown verb): the explicit per-action consent gate.
Returns
Pulls the vaulted Whop token per call; never returns it.
Declared limits
resource: minimum length 1method: minimum length 1
Ask for it
The Cloud routes these requests to this verb.
- create a Whop plan
- cancel a Whop membership
- update a Whop company
Pair it with
The verbs that finish the job.