Trillet AI logo

Get Meta Lead Ads Status

Check the connection and configuration status of Meta Lead Ads for a specific call flow.

GEThttps://api.trillet.ai/v1/api/meta-lead/status/{flowId}

Headers

x-api-keystringrequired

API key used for authenticating requests to the API.

x-workspace-idstringrequired

Workspace identifier for the API.

Path Parameters

flowIdstringrequired

The call flow ID to check the Meta Lead Ads status for.

Response Fields

connectedboolean

Whether Meta Lead Ads is connected and configured for this flow.

pagesarray

Configured Facebook pages and their forms.

callDelaySecondsnumber

Current call delay setting in seconds.

{
  "connected": true,
  "pages": [
    {
      "pageId": "123456789",
      "pageName": "My Business Page",
      "forms": ["form_001", "form_002"]
    }
  ],
  "callDelaySeconds": 30
}