About the Avatar Training Success Event

The AVATAR_TRAINING_SUCCESS event is triggered when an avatar training process completes successfully in Argil. This webhook event provides your service with a payload containing detailed information about the successful avatar training.

Payload Details

When this event triggers, the following data is sent to your callback URL:

{
  "event": "AVATAR_TRAINING_SUCCESS",
  "data": {
    "avatarId": "<avatar_id>",
    "avatarName": "<avatar_name>",
    "extras": "<additional_key-value_data_related_to_the_avatar>"
  }
}

For detailed instructions on setting up this webhook event, visit our Webhooks API Reference.