Skip to main content
POST
/
platform
/
push
Unified platform push
curl --request POST \
  --url https://ai.wisepilot.app/api/v1/platform/push \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "website_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "platform": "wordpress",
  "action": "<string>",
  "entity_type": "<string>",
  "entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "params": {}
}
'
{
  "success": true,
  "data": {
    "status": "executed",
    "riskLevel": "LOW",
    "workItemId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "platformResponse": {}
  }
}

Authorizations

Authorization
string
header
required

API key prefixed with cr_ (e.g. cr_a1b2c3...)

Body

application/json
website_id
string<uuid>
required
platform
enum<string>
required
Available options:
wordpress,
elementor,
google_ads,
meta_ads,
ghl,
slack,
gbp,
instantly,
heyreach
action
string
required

Platform-specific action (e.g. publish, update, pause, enable, create_campaign)

entity_type
string

Entity type being pushed (e.g. blog, ad_creative, nurture_sequence)

entity_id
string<uuid>
params
object

Action-specific parameters

Response

Push executed or approval required

success
boolean
required
data
object