Skip to main content
POST

Authorizations

X-API-Key
string
header
required

SageScreen API key stored in ss_zapier_api_key option

Body

application/json
council_sage_id
string<uuid>
required

Python council_sage UUID

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

status
enum<string>
required

Build completion status

Available options:
success,
failed
Example:

"success"

Response

Callback processed successfully

success
boolean
Example:

true

message
string
Example:

"Sage build completed successfully"

sage_id
integer

WordPress post ID of the updated sage

Example:

1234