Loading...
Loading...
Facebook Ads integration. Manage Campaigns, Audiences, Pixels. Use when the user wants to interact with Facebook Ads data.
npx skill4agent add membranedev/application-skills facebook-adsmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search facebook-ads --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Campaigns | list-campaigns | List campaigns in an ad account |
| List Ad Sets | list-ad-sets | List ad sets in an ad account |
| List Ads | list-ads | List ads in an ad account |
| List Ad Creatives | list-ad-creatives | List ad creatives in an ad account |
| List Custom Audiences | list-custom-audiences | List custom audiences in an ad account |
| List Ad Accounts | list-ad-accounts | List all ad accounts accessible to the authenticated user |
| Get Campaign | get-campaign | Get details of a specific campaign |
| Get Ad Set | get-ad-set | Get details of a specific ad set |
| Get Ad | get-ad | Get details of a specific ad |
| Get Ad Creative | get-ad-creative | Get details of a specific ad creative |
| Get Custom Audience | get-custom-audience | Get details of a specific custom audience |
| Create Campaign | create-campaign | Create a new campaign in an ad account |
| Create Ad Set | create-ad-set | Create a new ad set in an ad account |
| Create Ad | create-ad | Create a new ad in an ad account |
| Create Ad Creative | create-ad-creative | Create a new ad creative in an ad account |
| Create Custom Audience | create-custom-audience | Create a new custom audience in an ad account |
| Update Campaign | update-campaign | Update an existing campaign |
| Update Ad Set | update-ad-set | Update an existing ad set |
| Update Ad | update-ad | Update an existing ad |
| Delete Campaign | delete-campaign | Delete a campaign (sets status to DELETED) |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY