Passer au contenu principal
POST
/
automation
/
actions
/
callbacks
/
2026-03
/
{callbackId}
/
complete
Termine un rappel
curl --request POST \
  --url https://api.hubapi.com/automation/actions/callbacks/2026-03/{callbackId}/complete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "outputFields": {},
  "typedOutputs": {},
  "failureReasonType": "<string>",
  "requestContext": {
    "source": "WORKFLOWS",
    "workflowId": 123,
    "actionId": 123
  }
}
'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.fr/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

Autorisations

Authorization
string
header
requis

The access token received from the authorization server in the OAuth 2.0 flow.

Paramètres de chemin

callbackId
string
requis

Corps

application/json
outputFields
object
requis

Contient les champs de sortie associés au rappel, chaque champ étant représenté comme une paire clé-valeur.

typedOutputs
object
requis

Contient les sorties typées liées au rappel, structurées sous forme d'objet.

failureReasonType
string

Indique la raison de l'échec d'une complétion de rappel.

requestContext
WORKFLOWS · object

Spécifie le contexte dans lequel la requête est effectuée, qui peut être l'un des nombreux contextes prédéfinis.

Réponse

Last modified on April 13, 2026