deploy
This commit is contained in:
25
skills/campaign-recipient-estimations/SKILL.md
Normal file
25
skills/campaign-recipient-estimations/SKILL.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
name: campaign-recipient-estimations-routes
|
||||
description: Handle 1 OpenAPI operation(s) under /api/campaign-recipient-estimations/{id} for the campaign recipient estimations route group.
|
||||
---
|
||||
|
||||
# campaign recipient estimations API Routes
|
||||
|
||||
Handle 1 OpenAPI operation(s) under /api/campaign-recipient-estimations/{id} for the campaign recipient estimations route group.
|
||||
|
||||
Use the generated operation tools to make real API calls. Do not invent API responses.
|
||||
If a tool reports missing setup, return the exact setup field name to the caller.
|
||||
For write, update, or delete operations, state the intended action before calling the tool.
|
||||
|
||||
## Operations
|
||||
|
||||
### get_campaign_recipient_estimation
|
||||
|
||||
- Operation ID: `get_campaign_recipient_estimation`
|
||||
- Route: `GET /api/campaign-recipient-estimations/{id}`
|
||||
- Mode: READ
|
||||
- Summary: Get Campaign Recipient Estimation
|
||||
- Parameters:
|
||||
- `id` in `path` required
|
||||
- `fields[campaign-recipient-estimation]` in `query`
|
||||
- `revision` in `header` required
|
||||
Reference in New Issue
Block a user