Skip to content

Create Manual Action Request

Required scope: action_request:create

Creates the same bounded manual action request available from the portfolio quick action. Arbitrary request kinds, workflow configuration, notification controls, and chained requests are not exposed.

Generated Reference
POST /public-api/publicapi.v1.ActionRequest/CreateManualActionRequest

Creates a manual customer action request. This operation is not idempotent.

Request CreateManualActionRequestRequest
Response CreateManualActionRequestResponse

CreateManualActionRequestRequest

Field Type
portfolio_id string
display_name string
display_description string
expires_at optional int64

CreateManualActionRequestResponse

Field Type Description
action_request ActionRequest
portal_url string Customer portal bearer URL. Treat this value as a credential.
{
"portfolioId": "<portfolio-id>",
"displayName": "Upload meter photo",
"displayDescription": "Please provide a clear photo of the meter.",
"expiresAt": "1790726400"
}

The response includes portalUrl, a bearer URL intended for the customer. Treat it as a credential and do not log or expose it. This operation is not idempotent.