For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create a connector tool

Create a new tool for the specified connector.

post
Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Path parameters
connector_idstringRequired

The unique identifier of the parent connector

Header parameters
X-API-Versionstring · enumOptional

Meta Business Agent API version

Possible values:
Body

Tool to create

descriptionstringRequired
namestringRequired
user_auth_requiredbooleanRequired
Responses
201

The newly created tool

application/json

A single connector tool

descriptionstringRequired
idstringRequiredExample: 1234567890
namestringRequired
user_auth_requiredbooleanRequired
post/agent_connectors/{connector_id}/tools

Last updated

Was this helpful?