Business Agent

Update a skill

put/v1/accounts/{accountId}/business-agent/skills/{skillId}

Path parameters

accountIdstring required

WhatsApp social account id (the number must be managed through the Cloud API).

skillIdstring required

Request body

titlestring

Lowercase letters, digits and hyphens, e.g. greeting-skill.

descriptionstring

When the agent should apply the skill.

skillstring required

The instructions themselves. Avoid two skills that both claim priority for the same situation.

Response

Skill updated

titlestring

Lowercase letters, digits and hyphens, e.g. greeting-skill.

descriptionstring

When the agent should apply the skill.

skillstring required

The instructions themselves. Avoid two skills that both claim priority for the same situation.

idstring required
channelstring
created_atinteger

Unix seconds.

status'active' | 'pending_review' | 'blocked'

pending_review right after a write; blocked means Meta content review rejected it and the agent never applies it.

Changes