Vai al contenuto principale
POST
/
workflows
/
sync
/
{workflowId}
Esegui un workflow sincrono
curl --request POST \
  --url https://api.altostrat.io/workflows/sync/{workflowId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "resource_id": "res_abc123"
}'
{}

Authorizations

Authorization
string
header
required

JWT standard per le sessioni utente ottenuto tramite l'autenticazione Altostrat.

Path Parameters

workflowId
string
required

L'ID prefissato del workflow (es. fl_...).

Body

application/json · object

Il payload JSON per la richiesta sincrona. Sarà disponibile per il workflow sotto payload.

The body is of type object.

Response

Il workflow è stato eseguito con successo e ha restituito una risposta. Lo schema della risposta è determinato dal nodo finale del workflow.

The response is of type object.