Sign in

Create story update

documented

Post a new story update for a campaign.

POST /v1/story_updatesActivitiesno 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)

npx -y keychains@latest curl "https://api.connectionpoint.com/v1/story_updates" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"campaign_id": "{{$campaign_id}}", "message": "{{$message}}", "media": {{$media}}, "post_as": "{{$post_as}}", "scheduled": {{$scheduled}} }'
Create story update · ConnectionPoint · OpenIntegrations