{"count":123,"connectors":{"amazon_ads":[{"id":"enable_campaign","name":"Enable Campaign","description":"Enable a paused Amazon Sponsored Products campaign. Reversible via pause_campaign."},{"id":"pause_campaign","name":"Pause Campaign","description":"Pause an active Amazon Sponsored Products campaign. Reversible via enable_campaign."},{"id":"set_campaign_budget","name":"Set Campaign Budget","description":"Set the daily budget of an Amazon Sponsored Products campaign. The amount is in the account currency major unit (e.g. 50 means 50.00, not cents). Sponsored Products campaigns only support daily budgets."}],"amazon_dsp":[{"id":"create_campaign","name":"Create Campaign","description":"Create an Amazon DSP campaign with a single flight (start, end, budget), an uncapped frequency, and the given optimization goal. The campaign is created in an inactive state and only starts delivering after ad groups with creatives are added and the campaign is activated via the update_campaign action. The budget amount is in the advertiser currency major unit (e.g. 100.00 means one hundred)."},{"id":"update_campaign","name":"Update Campaign","description":"Update an Amazon DSP campaign: rename it and/or change its state. Setting state=ACTIVE starts delivery (the campaign must have active ad groups with creatives), state=INACTIVE stops it. Both changes are reversible with another update_campaign call."}],"amazon_sp":[{"id":"update_listing","name":"Update Listing","description":"Update editable attributes of an existing Amazon product listing (product card), identified by seller SKU. Provide only the fields to change; at least one is required. title sets the product title (item_name). description sets the product description. bullet_points replaces the ENTIRE list of bullet points (About this item) — pass every bullet you want to keep, not just new ones; it cannot be empty (clearing all bullets is not supported). price sets the standard offer price in the marketplace currency. Updates are submitted as a partial patch and processed asynchronously by Amazon: a successful response means the submission was ACCEPTED for processing, not that it is live yet. Requires the Product Listing role on the SP-API application."}],"bing":[{"id":"enable_campaign","name":"Enable Campaign","description":"Activate a paused Bing Ads campaign. Provide either campaign_id or campaign_name. Reversible via pause_campaign."},{"id":"pause_campaign","name":"Pause Campaign","description":"Pause an active Bing Ads campaign. Provide either campaign_id or campaign_name. Reversible via enable_campaign."},{"id":"set_campaign_budget","name":"Set Campaign Budget","description":"Set the daily budget of a Bing Ads campaign. Provide either campaign_id or campaign_name. The amount is in the account currency major unit (e.g. 50.00 means 50.00 USD on a USD account). Bing Ads only supports daily budgets at the campaign level. If the campaign uses a shared budget, the change is rejected unless apply_to_shared_budget is set to true, because it would affect every campaign sharing that budget."},{"id":"enable_ad_group","name":"Enable Ad Group","description":"Activate a paused Bing Ads ad group. Provide either ad_group_id or ad_group_name, plus the parent campaign as campaign_id or campaign_name. Reversible via pause_ad_group."},{"id":"pause_ad_group","name":"Pause Ad Group","description":"Pause an active Bing Ads ad group. Provide either ad_group_id or ad_group_name, plus the parent campaign as campaign_id or campaign_name. Reversible via enable_ad_group."}],"facebook":[{"id":"enable_campaign","name":"Enable Campaign","description":"Activate a paused Meta Ads campaign (Facebook or Instagram). Reversible via pause_campaign."},{"id":"pause_campaign","name":"Pause Campaign","description":"Pause an active Meta Ads campaign (Facebook or Instagram). Reversible via enable_campaign."},{"id":"enable_adset","name":"Enable Ad Set","description":"Activate a paused Meta Ads ad set (Facebook or Instagram). Reversible via pause_adset."},{"id":"pause_adset","name":"Pause Ad Set","description":"Pause an active Meta Ads ad set (Facebook or Instagram). Reversible via enable_adset."},{"id":"enable_ad","name":"Enable Ad","description":"Activate a paused Meta Ads ad (Facebook or Instagram). Reversible via pause_ad."},{"id":"pause_ad","name":"Pause Ad","description":"Pause an active Meta Ads ad (Facebook or Instagram). Reversible via enable_ad."},{"id":"set_campaign_budget","name":"Set Campaign Budget","description":"Set the daily or lifetime budget of a Meta Ads campaign (Facebook or Instagram). The amount is in the account currency minor unit (e.g. cents: 5000 means 50.00). Only one budget type applies at a time; setting one replaces the other. Meta rejects frequent budget changes on the same campaign; space out repeated changes instead of adjusting in rapid succession."},{"id":"set_adset_budget","name":"Set Ad Set Budget","description":"Set the daily or lifetime budget of a Meta Ads ad set (Facebook or Instagram). The amount is in the account currency minor unit (e.g. cents: 5000 means 50.00). Only one budget type applies at a time; setting one replaces the other. Meta allows at most 4 budget changes per ad set per hour; further changes are rejected until the hour passes."},{"id":"set_page_welcome_message","name":"Set Page Welcome Message","description":"Set or update the automated welcome message (greeting / ice breaker) shown when a user opens the conversation from a Meta Ads Click-to-Message ad (Messenger or Instagram, OUTCOME_ENGAGEMENT / CONVERSATIONS). The welcome message lives on the ad creative, which Meta treats as immutable, so this builds a new creative that copies the ad's existing creative and only swaps the welcome message, then re-points the ad at it. Provide ad_id plus either welcome_message (plain greeting text, the common case) or welcome_message_spec (a full page_welcome_message structure for ice breakers / quick replies), not both. The change is verified by reading the new creative back; the action fails if Meta did not persist the value."},{"id":"create_campaign","name":"Create Campaign","description":"Create a new Meta Ads campaign (Facebook or Instagram). Created paused by default so it does not spend until enabled. objective is a Meta campaign objective (e.g. OUTCOME_TRAFFIC, OUTCOME_LEADS, OUTCOME_SALES). special_ad_categories must list any regulated categories the ads fall under (e.g. HOUSING, EMPLOYMENT, CREDIT) or be empty. Setting a campaign budget enables campaign budget optimization; amounts are in the account currency minor unit (e.g. cents: 5000 means 50.00). Provide at most one of daily_budget or lifetime_budget. When no campaign budget is set, some accounts require is_adset_budget_sharing_enabled to be specified."},{"id":"create_adset","name":"Create Ad Set","description":"Create a new ad set in an existing Meta Ads campaign (Facebook or Instagram). Created paused by default so it does not spend until enabled. Budget amounts are in the account currency minor unit (e.g. cents: 5000 means 50.00). Provide at most one of daily_budget or lifetime_budget; omit both only when the campaign uses campaign budget optimization. lifetime_budget requires end_time. Some optimization goals require promoted_object, a Meta spec naming what is optimized (e.g. {\"pixel_id\": \"<id>\", \"custom_event_type\": \"PURCHASE\"} for conversions, or {\"page_id\": \"<id>\"} for page likes). destination_type sets where the ad sends people; for boosting an existing post (boost_post) use ON_POST with optimization_goal POST_ENGAGEMENT to keep engagement on the post (no call to action needed). A website or undefined destination instead makes Meta require a website URL and call to action in the creative."},{"id":"create_ad","name":"Create Ad","description":"Create a new ad in an existing Meta Ads ad set (Facebook or Instagram). Created paused by default so it does not spend until enabled. The simplest way is to provide page_id and link plus optional text (message, headline, description), image_url and call_to_action_type; these build a single-image link ad creative automatically. For a Click-to-Message ad, set messaging_destination (MESSENGER or INSTAGRAM_DIRECT) instead of link; the message opens a conversation with the page. For a video ad, upload the video first with create_ad_video and pass its video_id here with page_id and a required thumbnail image_url; message becomes the primary text, headline the title, description the caption, and call_to_action_type (with link) adds a button. For advanced cases, pass a full Meta creative spec via creative instead (e.g. {\"creative_id\": \"<id>\"} to reuse an existing creative, or {\"object_story_spec\": {...}}). Provide either the individual creative fields or creative, not both."},{"id":"create_ad_video","name":"Create Ad Video","description":"Upload a video to a Meta Ads ad account from a public URL so it can be used in a video ad. Meta fetches the file from video_url and transcodes it; the action waits until the video is ready and returns its video_id. Pass that video_id to create_ad together with page_id and a thumbnail image_url to build the video ad. The upload cannot be undone via an action."},{"id":"boost_post","name":"Boost Post","description":"Boost (promote) an existing organic Facebook or Instagram post by creating a paid ad for it in an existing Meta Ads ad set. Provide the full post id (in '{page_id}_{post_id}' form, as it appears in the connector data) and the ad set to place the ad in. The ad reuses the published post as its creative via object_story_id, so no new copy or media is created. The target ad set MUST belong to an engagement campaign (objective OUTCOME_ENGAGEMENT) and name the post's page in its promoted_object; build it with create_campaign and create_adset first if needed. Two ad set shapes work: an ON_POST destination with optimization_goal POST_ENGAGEMENT (engagement on the post itself, no call-to-action needed), or a FACEBOOK_PAGE destination with optimization_goal PROFILE_AND_PAGE_ENGAGEMENT, which additionally requires a call-to-action button on the ad — pass call_to_action_type (e.g. VISIT_PROFILE) for that case, otherwise Meta rejects the ad with a 'call-to-action required' error. The page promoted by the ad set and the post's page must match, and the access token must have ads permission on that page. Created paused by default so it does not spend until enabled; use enable_ad to activate it."},{"id":"update_campaign","name":"Update Campaign","description":"Update editable attributes of a Meta Ads campaign (Facebook or Instagram). Provide only the fields to change; at least one is required. spend_cap is a lifetime spend limit in the account currency minor unit (e.g. cents: 5000 means 50.00). special_ad_categories lists the regulated categories the ads fall under (e.g. HOUSING, EMPLOYMENT, CREDIT) or is empty. Use pause_campaign/enable_campaign to change status and set_campaign_budget to change the budget. objective is fixed at creation and cannot be updated."},{"id":"update_adset","name":"Update Ad Set","description":"Update editable attributes of a Meta Ads ad set (Facebook or Instagram). Provide only the fields to change; at least one is required. bid_amount is in the account currency minor unit (e.g. cents: 500 means 5.00). Switching bid_strategy to a capped strategy (LOWEST_COST_WITH_BID_CAP or COST_CAP) requires bid_amount in the same call. end_time is an ISO 8601 timestamp less than one year ahead (e.g. 2027-01-01T00:00:00-0800). Use pause_adset/enable_adset to change status and set_adset_budget to change the budget."},{"id":"update_ad","name":"Update Ad","description":"Update editable attributes of a Meta Ads ad (Facebook or Instagram). Provide only the fields to change; at least one is required. creative swaps the ad to a different creative and is a Meta creative reference (e.g. {\"creative_id\": \"<id>\"}). conversion_domain is the registrable domain the ad drives conversions to (e.g. example.com), used for conversion attribution. display_sequence orders the ad within a sequenced campaign. Use pause_ad/enable_ad to change status."},{"id":"update_ad_creative","name":"Update Ad Creative","description":"Edit the creative of an existing Meta Ads ad (Facebook or Instagram): ad copy (message), headline, description, destination link, image, call-to-action button, URL tracking tags and Advantage+ enhancement settings. Meta treats ad creatives as immutable, so this copies the ad's current creative (keeping its name, url_tags and degrees_of_freedom_spec), applies the changes, creates the result as a new creative and re-points the ad at it; the ad keeps its id, but the returned creative id is new. Provide ad_id plus at least one field to change. Editable content fields depend on the creative's media type: link ads support all of them; video ads support message, headline, description, image_url (thumbnail), link and call_to_action_type (the link lives on the button, so adding a link to a video ad without a button also requires call_to_action_type); photo ads only message (the caption) and image_url; text ads only message. For carousel ads (link ads with cards), message edits the text above the cards; headline, description, link, image_url and call_to_action_type live on the cards, so also pass card_index (0-based) to edit one specific card. url_tags (e.g. 'utm_source=x&utm_medium=y') and degrees_of_freedom_spec (a raw Meta spec) can be edited on any creative, including ads that promote an existing organic post (e.g. boosted posts) — but content fields on those ads cannot be edited; edit the post itself instead. Dynamic/catalog creatives cannot be edited at all. Omitted fields keep their current values; to clear url_tags pass an empty string, and to reset degrees_of_freedom_spec to Meta's default enhancement behavior pass an empty object. To swap the ad to a different existing creative, use update_ad instead."}],"facebook_organic":[{"id":"create_photo_post","name":"Create Photo Post","description":"Publish a single image post to a connected Facebook Page. Provide a publicly accessible image URL and an optional caption. For a text/link-only post use create_post instead."},{"id":"create_post","name":"Create Post","description":"Publish a post to a connected Facebook Page's feed. Provide a message (post text), a link (shared URL), or both - at least one is required. For an image post use create_photo_post instead."}],"gohighlevel":[{"id":"create_contact","name":"Create Contact","description":"Create a contact in the connected GoHighLevel location. Provide at least one of first_name, last_name, name, email or phone; the rest (company, address, website, timezone, source, tags) are optional. GoHighLevel deduplicates on email/phone within the location, so a matching contact may be updated instead of a new one created. Use update_contact to change an existing contact by id."},{"id":"update_contact","name":"Update Contact","description":"Update an existing GoHighLevel contact by id. Only the fields you provide are changed; omit a field to leave it untouched. Tags replace the contact's existing tags rather than adding to them. The contact_id can be obtained from a GoHighLevel contacts query or the create_contact result."},{"id":"create_invoice","name":"Create Invoice","description":"Create a draft invoice in the connected GoHighLevel location for an existing contact. Provide the contact_id, a business_name, a currency (ISO code such as USD), issue and due dates (YYYY-MM-DD) and at least one line item (name, amount, optional qty and description). Item amounts are per-unit in the invoice currency. The invoice is created as a draft and is not sent to the contact; send it from the GoHighLevel UI. contact_id comes from a GoHighLevel contacts query or the create_contact result."}],"google_ads":[{"id":"attach_user_list_to_ad_group","name":"Attach User List to Ad Group","description":"Attach a Customer Match user list to a Google Ads ad group so the ad group can target or exclude users in that list. Pass exclude=false (default) to add the list as a positive audience criterion, or exclude=true to add it as a negative criterion (never show ads to users in the list — commonly used to suppress existing customers). This action is idempotent: attaching a list that is already attached with the same exclude value is a no-op and returns the existing criterion. Attaching with a different exclude value than the current attachment returns an error — detach first, then re-attach. targeting_mode controls whether the list narrows delivery for the ad group ('targeting') or is only used for reporting and bidding ('observation'). Passing 'targeting' or 'observation' updates the ad group's AUDIENCE target_restriction; other target_restrictions (e.g. DEMOGRAPHIC) are preserved. Passing 'unchanged' (default) leaves targeting_setting untouched; note the setting is ad-group-wide, so changing it affects ALL audience criteria on the ad group, not just the list being attached. Negative (exclude=true) criteria always apply regardless of targeting_setting. Scope: this action is for AD-GROUP-level audiences only; campaign-level audience criteria and Performance Max audience signals use different APIs and are not supported here."},{"id":"create_customer_match_list","name":"Create Customer Match List","description":"Create an empty Google Ads Customer Match user list (CRM-based, with CONTACT_INFO as the upload key type — email, phone, or mailing address) that can then be populated with upload_customer_match_list. Returns the numeric user_list_id to pass to that action. membership_life_span_days controls how long an uploaded member remains in the list before Google auto-removes it: 1-540 for a fixed lifespan, or 10000 as Google's sentinel value for 'no expiration'. The account must be enrolled in Customer Match; if it is not, creation fails with a policy error and no list is created."},{"id":"delete_customer_match_list","name":"Delete Customer Match List","description":"Permanently delete a Google Ads Customer Match user list. Detaches the list from any ad groups or campaigns currently using it as an audience or exclusion criterion and removes all uploaded members. Historical performance data for the list is retained in reports. Cannot be undone; to recover, create a new list and re-upload members. Use with care — deleting a list that is actively targeting a live campaign changes delivery immediately."},{"id":"detach_user_list_from_ad_group","name":"Detach User List from Ad Group","description":"Remove a Customer Match user list criterion (audience or exclusion) from a Google Ads ad group. Reverses attach_user_list_to_ad_group. Removes both positive (audience) and negative (exclusion) criteria — pass the same ad_group_id and user_list_id used when attaching. Removing a user list stops any targeting or reporting effect it had on future traffic; historical performance data remains in reports. If the list is not currently attached to the ad group, the action returns an error and no changes are made."},{"id":"create_campaign","name":"Create Campaign","description":"Create a new Search or Display Google Ads campaign together with its daily budget in a single atomic request. The budget amount is in micros of the account currency (1,000,000 micros = 1 unit, e.g. 50_000_000 means 50.00). The campaign is created paused by default so it does not start serving immediately. It is declared as not containing EU political advertising unless contains_eu_political_advertising is set to true. The maximize_conversions bidding strategy requires conversion tracking to be enabled on the account. Add ad groups to it with the create_ad_group action."},{"id":"create_ad_group","name":"Create Ad Group","description":"Create a new ad group inside an existing Search or Display campaign. The ad group type is derived from the campaign's channel type. The optional cpc_bid_micros sets the default max CPC bid in micros of the account currency (1,000,000 micros = 1 unit). The ad group is created paused by default."},{"id":"create_ad_asset","name":"Create Ad Asset","description":"Create a Google Ads ad extension asset and link it to a campaign or ad group in one atomic request. Supported asset_type values: 'sitelink' (extra links under the ad; needs link_text and final_url, with optional description_1 and description_2), 'callout' (short non-clickable highlight; needs callout_text), 'structured_snippet' (a header plus 3-10 values; needs header and values) and 'call' (a phone number; needs phone_number and country_code). Set level to 'campaign' (with campaign_id) to apply the extension across the whole campaign, or 'ad_group' (with ad_group_id) to apply it to one ad group only. Each call creates one asset; call the action again for each additional extension. New call and sitelink assets go through Google's policy review before they start showing."},{"id":"create_responsive_search_ad","name":"Create Responsive Search Ad","description":"Create a responsive search ad inside an existing Search ad group. Provide 3-15 headlines (max 30 characters each) and 2-4 descriptions (max 90 characters each); Google mixes them into ad combinations. final_url is the landing page. The optional path1 and path2 are display-URL segments (max 15 characters each; path2 requires path1). The ad is created paused by default so it does not start serving immediately."},{"id":"enable_campaign","name":"Enable Campaign","description":"Enable a paused Google Ads campaign. Reversible via pause_campaign."},{"id":"get_customer_match_upload_status","name":"Get Customer Match Upload Status","description":"Check the status of a Customer Match upload request started by upload_customer_match_list. Pass the request_id that action returned. Status is one of PROCESSING, SUCCESS, PARTIAL_SUCCESS, FAILED. PROCESSING means matching is still in progress — poll again in at least 60 seconds. Do NOT poll more frequently; quota is shared with data reads. If still PROCESSING after 24 hours, treat as stuck and contact support. SUCCESS means every uploaded record was accepted; the response includes the record count and match_rate_range, a coarse bucket indicating what fraction of uploaded records were matched to signed-in Google users. A low match rate usually reflects source data quality (invalid or non-Google-account emails/phones), not upload failure. For operation_type=remove requests, SUCCESS means the matching records were removed from the list. PARTIAL_SUCCESS means some records were accepted and others were rejected; the response includes the same counts plus the error message describing which records failed. The list still receives the accepted records. FAILED means the entire request failed with no records ingested; the response includes the reason. Failed requests cannot be resumed; start a new upload after fixing the issue."},{"id":"pause_campaign","name":"Pause Campaign","description":"Pause an active Google Ads campaign. Reversible via enable_campaign."},{"id":"enable_ad_group","name":"Enable Ad Group","description":"Enable a paused Google Ads ad group. Reversible via pause_ad_group."},{"id":"pause_ad_group","name":"Pause Ad Group","description":"Pause an active Google Ads ad group. Reversible via enable_ad_group."},{"id":"enable_ad","name":"Enable Ad","description":"Enable a paused ad within an ad group. Identify the ad by its ad group id and ad id; the create ad actions return these joined as '<ad_group_id>~<ad_id>'. Reversible via pause_ad."},{"id":"pause_ad","name":"Pause Ad","description":"Pause an active ad within an ad group. Identify the ad by its ad group id and ad id; the create ad actions return these joined as '<ad_group_id>~<ad_id>'. Reversible via enable_ad."},{"id":"push_keywords","name":"Push Keywords","description":"Add positive keywords to a Google Ads ad group (positive keywords live on the ad group, not the campaign). Each keyword has a match type (BROAD, PHRASE or EXACT, defaulting to BROAD) and an optional max CPC bid in micros. Status ('enabled' or 'paused') defaults to 'enabled' for the whole batch and can be overridden per keyword. Keywords are pushed in one request; any that Google rejects (for example a duplicate that already exists in the ad group) are skipped and reported, and the remaining valid keywords are still added."},{"id":"push_negative_keywords","name":"Push Negative Keywords","description":"Add negative keywords to a Google Ads campaign or ad group. Set level to 'campaign' (with campaign_id) to block the terms across the whole campaign, or 'ad_group' (with ad_group_id) to block them only in that ad group. Each keyword has a match type (BROAD, PHRASE or EXACT, defaulting to BROAD). Keywords are pushed in one request; any that Google rejects (for example a duplicate, or a negative that already exists on the target) are skipped and reported, and the remaining valid keywords are still added. To read back the pushed negative keywords, query get_data with the campaign_criterion_keyword_text, campaign_criterion_keyword_match_type and campaign_criterion_negative fields (campaign level) or the ad_group_criterion_keyword_text, ad_group_criterion_keyword_match_type and ad_group_criterion_negative fields (ad group level)."},{"id":"rename_campaign","name":"Rename Campaign","description":"Change the name of an existing Google Ads campaign. Only the name changes: budget, bidding, targeting, status, ad groups and ads are all left as they are, and historical reporting stays attached to the campaign because reports key on the campaign id. Campaign names must be unique within the account, so renaming to a name another campaign already uses is rejected. To rename an ad group instead, use the rename_ad_group action."},{"id":"rename_ad_group","name":"Rename Ad Group","description":"Change the name of an existing Google Ads ad group. Only the name changes: bids, targeting, status, keywords and ads are all left as they are, and historical reporting stays attached to the ad group because reports key on the ad group id. Ad group names must be unique within their campaign, so renaming to a name another ad group in the same campaign already uses is rejected. To rename a campaign instead, use the rename_campaign action."},{"id":"update_ad_group","name":"Update Ad Group","description":"Partially update an existing Google Ads ad group. Provide only the fields to change; at least one besides ad_group_id is required and omitted fields are left untouched. status is 'enabled' or 'paused'; ad_rotation_mode is 'optimize' or 'rotate_forever'. cpc_bid_micros is the default max CPC bid in micros of the account currency (1,000,000 micros = 1 unit, e.g. 2_500_000 means 2.50) and only applies when the parent campaign uses Manual CPC; switch it first via set_campaign_bidding_strategy if it uses Smart Bidding. Budget, target CPA and CPM bids are not editable here. This is a value change with no built-in undo: to reverse it read the current values first (e.g. GAQL 'SELECT ad_group.name, ad_group.status, ad_group.cpc_bid_micros, ad_group.ad_rotation_mode FROM ad_group WHERE ad_group.id = <id>') then call update_ad_group again with the previous values. The single-purpose rename_ad_group, pause_ad_group/enable_ad_group and set_max_cpc actions still exist; prefer them for one change and use update_ad_group to change several fields at once."},{"id":"rename_customer_match_list","name":"Rename Customer Match List","description":"Change the display name of a Google Ads Customer Match user list. Does not affect membership, campaign attachments, targeting behaviour, or the list's configuration — only the name shown in the Google Ads UI and reports. Names must be unique per account; Google returns an error if another list already uses the requested name."},{"id":"upload_customer_match_list","name":"Upload Customer Match List","description":"Upload contact records (email, phone, or mailing address) to a Google Ads Customer Match user list for audience targeting. The user list must already exist in Google Ads; pass its numeric id as user_list_id. If you do not have one yet, call create_customer_match_list first to create an empty list and get its id. Uploads go through Google's Data Manager API (https://developers.google.com/data-manager/api/devguides/audiences/google-ads/customer-match), which requires the Google Ads account to have been authorised with the ``https://www.googleapis.com/auth/datamanager`` OAuth scope; the action returns a clear error if the scope is missing. This action is ASYNCHRONOUS: it returns immediately with a request_id once Google has accepted the request. Google then matches the records against signed-in users in the background — this typically takes a few minutes but can take up to 24 hours for large lists. The user list is NOT usable for targeting until matching completes. To check progress, call get_customer_match_upload_status with the returned request_id. Poll no more than once every 60 seconds. The job is done when status is SUCCESS, PARTIAL_SUCCESS, or FAILED; while it is PROCESSING keep polling. PII HANDLING: emails, phone numbers, and names are normalized and SHA-256 hashed by this action before being sent to Google — do NOT pre-hash them; pass raw values. operation_type=add appends records to the list; operation_type=remove removes matching records (use for compliance requests such as GDPR erasure). At most 10,000 records per call; split larger uploads into multiple calls."},{"id":"update_keywords","name":"Update Keywords","description":"Update existing positive keywords in a Google Ads ad group, identified by ad group criterion id (from the get_data 'keyword_criterion_id' field). Each update can change the keyword's status ('enabled' or 'paused') and/or its max CPC bid in micros; a keyword's text and match type cannot be changed (remove and re-add to change those). Updates are applied in one request; any that Google rejects (for example an unknown criterion id) are skipped and reported, and the remaining valid updates are still applied."},{"id":"remove_keywords","name":"Remove Keywords","description":"Remove positive keywords from a Google Ads ad group, identified by ad group criterion id (from the get_data 'keyword_criterion_id' field). Removals are applied in one request; any that Google rejects (for example an unknown criterion id) are skipped and reported, and the remaining valid removals still apply."},{"id":"remove_negative_keywords","name":"Remove Negative Keywords","description":"Remove negative keywords from a Google Ads campaign or ad group, identified by criterion id. Set level to 'campaign' (with campaign_id) or 'ad_group' (with ad_group_id) to match where the negative keywords are attached. Removals are applied in one request; any that Google rejects (for example an unknown criterion id) are skipped and reported, and the remaining valid removals still apply. Reversible via push_negative_keywords by re-adding the keyword text and match type."},{"id":"set_campaign_budget","name":"Set Campaign Budget","description":"Set the daily or total (lifetime) budget of a Google Ads campaign. The amount is in micros of the account currency (1,000,000 micros = 1 unit, e.g. 50_000_000 means 50.00). A lifetime budget only applies to campaigns with a fixed end date. If the budget is also used by other campaigns, the change is rejected unless apply_to_shared_budget is set to true, because it would affect every campaign that shares that budget."},{"id":"set_campaign_bidding_strategy","name":"Set Campaign Bidding Strategy","description":"Switch a Google Ads campaign to a different standard (campaign-level) bidding strategy. Supported strategies: manual_cpc, target_cpa, target_roas, maximize_conversions, maximize_conversion_value, maximize_clicks, target_spend. maximize_clicks and target_spend are aliases for the same strategy (the former is the Google Ads UI label, the latter the API and get_data field naming). target_cpa_micros is required for target_cpa and maximize_conversions (1,000,000 micros = 1 unit of the account currency). target_roas is required for target_roas and maximize_conversion_value (expressed as a ratio, e.g. 4.0 means 400% return on ad spend). cpc_bid_ceiling_micros is required for maximize_clicks and target_spend; it is not accepted for other strategies because the API only allows a campaign-level ceiling on Target Spend (other strategies require a portfolio bidding strategy). manual_cpc takes no additional parameters."},{"id":"set_campaign_language_targeting","name":"Set Campaign Language Targeting","description":"Set the languages a Google Ads campaign targets, so its ads only reach users Google associates with one of them. Each language is given as its Google Ads language code, spelled exactly as the languages parameter enumerates it (e.g. en, de, es, zh_CN). Regional variants such as en_US and en_GB are not among them and cannot be targeted, only the base en. Google's table of these codes with the language each one names is at https://developers.google.com/google-ads/api/data/codes-formats#languages. This replaces the whole language targeting — every language to target must be listed in one call, because the languages not listed are removed. Languages already targeted are left in place, so their criterion ids do not change. A campaign with no language criteria targets all languages; pass an empty list to clear the targeting and return it to that state. Language targeting cannot be negative: there is no way to exclude a single language, only to list the ones to target. Google rejects the change for campaign types that do not support language criteria (e.g. Smart campaigns)."},{"id":"set_ad_schedule","name":"Set Ad Schedule","description":"Set the ad schedule (dayparting) of a Google Ads campaign: the days and times of day its ads are allowed to serve, each with an optional bid adjustment. This replaces the campaign's whole schedule — every window it should serve in must be listed in one call, because the windows not listed are removed. Times are in the campaign's account time zone. Hours are 24-hour, minutes are limited to 0, 15, 30 and 45, and each window is exclusive of its end time, so 09:00-17:00 serves up to but not including 17:00; use end_hour 24 for the end of the day. Windows for the same day must not overlap, and a day takes at most six of them. A campaign with no ad schedule serves at all times; pass an empty schedule list to clear the schedule and return it to that state. To read the current schedule, query get_data with the campaign_criterion_ad_schedule_day_of_week, campaign_criterion_ad_schedule_start_hour, campaign_criterion_ad_schedule_start_minute, campaign_criterion_ad_schedule_end_hour and campaign_criterion_ad_schedule_end_minute fields."},{"id":"set_cpc_bid_ceiling","name":"Set CPC Bid Ceiling","description":"Set the maximum CPC bid the strategy is allowed to place on a Google Ads campaign. The amount is in micros of the account currency (1,000,000 micros = 1 unit, e.g. 2_500_000 means 2.50). Only applies to campaigns using Target Spend / Maximize Clicks bidding. Other strategies (Target CPA, Target ROAS, Maximize Conversions, Maximize Conversion Value) treat ceiling as portfolio-only per the Google Ads API, so those cannot be adjusted via this action."},{"id":"set_max_cpc","name":"Set Max CPC Bid","description":"Set the default Max CPC bid on a Google Ads ad group. The amount is in micros of the account currency (1,000,000 micros = 1 unit, e.g. 2_500_000 means 2.50). Manual CPC bids live on the ad group, not the campaign, so the parent campaign must use the Manual CPC bidding strategy; switch it first via set_campaign_bidding_strategy if it uses Smart Bidding."},{"id":"set_target_cpa","name":"Set Target CPA","description":"Set the target cost per acquisition on a Google Ads campaign already using Target CPA or Maximize Conversions bidding. The amount is in micros of the account currency (1,000,000 micros = 1 unit, e.g. 25_000_000 means 25.00). To switch a campaign to Target CPA bidding, use set_campaign_bidding_strategy with strategy='target_cpa' instead."},{"id":"set_target_roas","name":"Set Target ROAS","description":"Set the target return on ad spend on a Google Ads campaign already using Target ROAS or Maximize Conversion Value bidding. The value is a ratio of conversion value to spend, not a percentage (e.g. 4.0 means 400% ROAS). To switch a campaign to Target ROAS bidding, use set_campaign_bidding_strategy with strategy='target_roas' instead."}],"google_my_business":[{"id":"create_local_post","name":"Create Local Post","description":"Publish a standard \"What's New\" post on the connected Google Business Profile location. Provide the post text, an optional publicly accessible photo URL (JPG or PNG, at least 250x250 px and 10 KB) and an optional call-to-action button. Call-to-action types: BOOK, ORDER, SHOP, LEARN_MORE, SIGN_UP (each needs cta_url) or CALL (uses the listing's phone number, no cta_url). The post can be edited afterwards via update_local_post."},{"id":"update_local_post","name":"Update Local Post","description":"Update the text, photo or call-to-action of an existing post on the connected Google Business Profile location. post_id is the trailing id from the post's resource name (the post_id field of the Local Posts table); full resource names are also accepted. Only the provided fields are changed. Call-to-action types: BOOK, ORDER, SHOP, LEARN_MORE, SIGN_UP (each needs cta_url) or CALL (uses the listing's phone number, no cta_url)."},{"id":"reply_to_review","name":"Reply to Review","description":"Publish the owner's reply to a customer review on the connected Google Business Profile location, or replace the existing reply. review_id comes from the review_id field of the Reviews table; full resource names are also accepted. The reply is public; replying again replaces the existing reply."},{"id":"upload_media","name":"Upload Photo","description":"Add a photo to the connected Google Business Profile location's gallery. Provide a publicly accessible photo URL (JPG or PNG, at least 250x250 px and 10 KB) and the gallery category it belongs to (default ADDITIONAL; COVER and PROFILE replace the current cover or profile photo)."},{"id":"update_location","name":"Update Location Info","description":"Update the business description, website URL and/or primary phone number of the connected Google Business Profile location. Only the provided fields are changed. Edits may be reviewed by Google before they appear on the listing."},{"id":"update_service_items","name":"Update Service Items","description":"Replace the full list of service items (services offered) on the connected Google Business Profile location. Each item is either structured — a Google-predefined service_type_id valid for one of the location's categories — or free-form — a category_id plus a custom display_name; both take an optional description and price. This replaces all existing service items: to keep current ones, read the location_service_items field first and resend them together with the changes. Google removes duplicate items automatically."},{"id":"update_categories","name":"Update Categories","description":"Set the primary category and the full list of additional categories of the connected Google Business Profile location. Category ids are stable Google ids like 'gcid:plumber' (accepted with or without the 'categories/' prefix); current values appear in the location_primary_category_id and location_additional_categories fields. Replaces all existing categories — omitting additional_category_ids removes every additional category. Category changes may be reviewed by Google and can in some cases trigger re-verification of the listing."},{"id":"update_service_area","name":"Update Service Area","description":"Replace the service area (the list of places the business serves) of the connected Google Business Profile location, and whether the business serves customers only at their locations or also at its own address. Replaces all existing places: to keep current ones, read the location_service_area field first and resend them together with the changes. Google caps the service area at 20 places."},{"id":"update_attributes","name":"Update Attributes","description":"Update and/or remove individual attributes (e.g. amenities, payment options, appointment links) of the connected Google Business Profile location. Only the attributes named in the request are touched — unlike the other update actions, the rest of the set is left as is. Currently set attributes can be audited via the location_attributes field; Google rejects attributes that are not available for the location's categories."},{"id":"update_address","name":"Update Address","description":"Replace the storefront address of the connected Google Business Profile location. WARNING: changing the address can put the listing back into Google's re-verification flow, which may unpublish it until the business verifies again — the action refuses to run unless acknowledge_reverification_risk is set to true, which requires the end user's explicit approval. The whole address is replaced: provide every part the listing should keep (current values are in the location_address_* fields)."},{"id":"set_regular_hours","name":"Set Regular Hours","description":"Set the weekly opening hours of the connected Google Business Profile location. Provide one period per continuous open span (a day may have several, e.g. before and after a lunch break; days with no period are shown as closed). For 24-hour opening use 00:00 to 24:00. Replaces all existing regular hours."},{"id":"set_special_hours","name":"Set Special Hours","description":"Set exceptional opening hours of the connected Google Business Profile location for specific dates (holidays, events). Each period is a date that is either fully closed or open for the given time span. Replaces all existing special hours, so include every upcoming exceptional date in one call; regular hours are not affected."},{"id":"set_open_status","name":"Set Open Status","description":"Mark the connected Google Business Profile location as OPEN or CLOSED_TEMPORARILY (e.g. for renovations). A temporarily closed location stays on Google with a \"Temporarily closed\" label. Reversible by calling this action with the other status."}],"instagram":[{"id":"create_carousel_post","name":"Create Carousel Post","description":"Publish a multi-image carousel post to a connected Instagram Business or Creator account. Provide 2 to 10 publicly accessible image URLs (JPEG, at most 8 MB each, aspect ratio between 4:5 and 1.91:1) and an optional caption; images are shown in the given order. Video carousel items are not supported. For other formats use create_image_post, create_video_post or create_story."},{"id":"create_comment","name":"Create Comment","description":"Post a comment on a media object (post, reel) of a connected Instagram Business or Creator account. media_id is an Instagram media object id, as returned by the media_id read field. The comment is public and is attributed to the account. Comments on live videos are not supported, and the media must have comments enabled."},{"id":"create_image_post","name":"Create Image Post","description":"Publish a single image post (feed photo) to a connected Instagram Business or Creator account. Provide a publicly accessible image URL and an optional caption. The image must be a JPEG, at most 8 MB, with an aspect ratio between 4:5 and 1.91:1. For other formats use create_video_post, create_story or create_carousel_post."},{"id":"create_story","name":"Create Story","description":"Publish a story to a connected Instagram Business or Creator account. Provide exactly one of image_url (JPEG, at most 8 MB) or video_url (MP4 or MOV, at most 100 MB, 3 to 60 seconds long), publicly accessible; a 9:16 aspect ratio is recommended. Stories do not support captions and disappear after 24 hours. For feed posts use create_image_post, create_video_post or create_carousel_post."},{"id":"create_video_post","name":"Create Video Post","description":"Publish a single video post to a connected Instagram Business or Creator account. Instagram publishes all single-video feed posts as Reels. Provide a publicly accessible video URL and an optional caption. The video must be an MP4 or MOV, at most 1 GB, between 3 seconds and 15 minutes long; a 9:16 aspect ratio is recommended. The cover image defaults to the first frame and can be overridden with either cover_url (a publicly accessible JPEG URL) or thumb_offset (frame position in milliseconds), but not both. share_to_feed controls whether the Reel also appears in the main feed (Instagram defaults to showing it there). For other formats use create_image_post, create_story or create_carousel_post."},{"id":"delete_comment","name":"Delete Comment","description":"Delete a comment on a media object of a connected Instagram Business or Creator account. comment_id is an Instagram comment id, as returned by the comment_id read field. Works on any comment on the account's own media, including other users' comments. This is permanent; to only restrict visibility use hide_comment instead."},{"id":"hide_comment","name":"Hide Comment","description":"Hide a comment on a media object of a connected Instagram Business or Creator account, leaving it visible only to its author and the account. comment_id is an Instagram comment id, as returned by the comment_id read field. Works on any comment on the account's own media, including other users' comments. Reversible with unhide_comment."},{"id":"reply_to_comment","name":"Reply to Comment","description":"Reply to a comment on a media object of a connected Instagram Business or Creator account. comment_id is an Instagram comment id, as returned by the comment_id read field. The reply is public and attributed to the account. To comment on the media itself rather than reply to a comment, use create_comment."},{"id":"unhide_comment","name":"Unhide Comment","description":"Unhide a previously hidden comment on a media object of a connected Instagram Business or Creator account, making it publicly visible again. comment_id is an Instagram comment id, as returned by the comment_id read field. Reversible with hide_comment."}],"klaviyo":[{"id":"create_flow","name":"Create Flow","description":"Create a Klaviyo flow from a full definition: a trigger plus a graph of action steps (time-delay, send-email, send-sms, conditional-split) wired together by temporary_id. The trigger is either a metric event or being added to a list. entry_action_id is the temporary_id of the first step; each step links to the next by temporary_id (conditional-split uses next_if_true / next_if_false). Email steps reference an existing Klaviyo template by template_id (email content is not authored here); SMS steps carry an inline body. The flow and its messages are created in draft status so nothing sends until you activate it with update_flow_status. Note Klaviyo rate-limits flow creation to about 100 per day."},{"id":"update_flow_status","name":"Update Flow Status","description":"Set a Klaviyo flow's status. 'draft' turns it off (no one enters, nothing sends), 'manual' lets profiles enter but holds messages for manual review, and 'live' sends automatically. The status change applies to the whole flow and all of its actions. The flow id can be obtained from a Klaviyo flows query, the flow's URL in Klaviyo, or the create_flow result."}],"linkedin":[{"id":"enable_campaign_group","name":"Enable Campaign Group","description":"Enable a paused LinkedIn Ads campaign group. Reversible via pause_campaign_group."},{"id":"pause_campaign_group","name":"Pause Campaign Group","description":"Pause an active LinkedIn Ads campaign group. Reversible via enable_campaign_group."},{"id":"enable_campaign","name":"Enable Campaign","description":"Enable a paused LinkedIn Ads campaign. Reversible via pause_campaign."},{"id":"pause_campaign","name":"Pause Campaign","description":"Pause an active LinkedIn Ads campaign. Reversible via enable_campaign."},{"id":"enable_creative","name":"Enable Creative","description":"Enable a paused LinkedIn Ads creative. Reversible via pause_creative."},{"id":"pause_creative","name":"Pause Creative","description":"Pause an active LinkedIn Ads creative. Reversible via enable_creative."},{"id":"set_campaign_group_budget","name":"Set Campaign Group Budget","description":"Set the total budget of a LinkedIn Ads campaign group. The amount is in the account currency major unit (e.g. 100.00 means one hundred); the currency is resolved automatically from the account. The campaign group must have a schedule end date for a total budget to apply."},{"id":"set_campaign_budget","name":"Set Campaign Budget","description":"Set the daily or total budget of a LinkedIn Ads campaign. The amount is in the account currency major unit (e.g. 100.00 means one hundred); the currency is resolved automatically from the account. A total budget requires the campaign to have a schedule end date."}],"linkedin_organic":[{"id":"create_post","name":"Create Post","description":"Publish a post to a connected LinkedIn company page. Provide commentary (post text), a link (shared URL), or both - at least one is required. A link is shared as an article card, so link_title is required with a link (LinkedIn does not fetch the page title) and link_description is optional. For an image post use create_image_post instead."},{"id":"create_image_post","name":"Create Image Post","description":"Publish a single image post to a connected LinkedIn company page. Provide a publicly accessible image URL and optional commentary (post text). The image is downloaded and uploaded to LinkedIn. For a text/link-only post use create_post instead."}],"salesforce":[{"id":"update_object","name":"Update Object","description":"Update field values on a Salesforce record of any object type (Opportunity, Lead, Contact, Account, Case, custom objects, ...). Only the provided fields are changed. Use field API names (e.g. StageName, Amount, My_Field__c) and pass null as a value to clear a field."}],"stripe":[{"id":"create_customer","name":"Create Customer","description":"Create a new Stripe customer and return its id (cus_...), which create_subscription then uses to start a subscription. Provide at least an email or a name."},{"id":"create_subscription","name":"Create Subscription","description":"Create a recurring Stripe subscription for an existing customer, billing a fixed amount each interval (e.g. an opportunity or contract value from a CRM). amount is in the currency's minor unit (e.g. cents: 5000 means 50.00). A price is created inline for that amount; set product to bill against an existing product, otherwise product_name names a new product (defaults to \"Subscription\"). collection_method defaults to send_invoice, which emails the customer an invoice; days_until_due sets how many days they have to pay (defaults to 0, due on receipt). Use charge_automatically to charge the customer's saved payment method instead."}],"threads":[{"id":"create_image_post","name":"Create Image Post","description":"Publish a single image post to the connected Threads account. Provide a publicly accessible image URL (JPEG or PNG) and an optional text caption (at most 500 characters). For a text-only post use create_text_post; to reply to an existing post use create_reply."},{"id":"create_reply","name":"Create Reply","description":"Publish a text reply to a Threads post or reply on the connected account. reply_to_id is the media id of the post or reply being replied to, as returned by the post_id or reply_id read fields. Provide the reply text (at most 500 characters). The reply is public and attributed to the account."},{"id":"create_text_post","name":"Create Text Post","description":"Publish a text-only post to the connected Threads account. Provide the post text (at most 500 characters). To attach an image use create_image_post; to reply to an existing post use create_reply."}],"tiktok":[{"id":"pause_ad","name":"Pause Ad","description":"Pause an active TikTok Ads ad. Reversible via enable_ad."},{"id":"pause_ad_group","name":"Pause Ad Group","description":"Pause an active TikTok Ads ad group. Reversible via enable_ad_group."},{"id":"pause_campaign","name":"Pause Campaign","description":"Pause an active TikTok Ads campaign. Reversible via enable_campaign."},{"id":"enable_ad","name":"Enable Ad","description":"Enable a paused TikTok Ads ad. Reversible via pause_ad."},{"id":"enable_ad_group","name":"Enable Ad Group","description":"Enable a paused TikTok Ads ad group. Reversible via pause_ad_group."},{"id":"enable_campaign","name":"Enable Campaign","description":"Enable a paused TikTok Ads campaign. Reversible via pause_campaign."},{"id":"set_campaign_budget","name":"Set Campaign Budget","description":"Set the budget of a TikTok Ads campaign. The amount is given in the account currency major unit (e.g. 100 means one hundred). The budget mode is fixed when the campaign is created and cannot be changed here: a campaign whose budget is unlimited (BUDGET_MODE_INFINITE) or managed at the ad group level has no campaign budget to update, and this action will report that the budget could not be changed. Use the ad group budget action for those campaigns."},{"id":"set_ad_group_budget","name":"Set Ad Group Budget","description":"Set the budget of a TikTok Ads ad group. The amount is in the account currency major unit (e.g. 100.00 means one hundred). The budget type (daily or lifetime) is fixed when the ad group is created and cannot be changed here; the existing type is detected automatically and its amount is updated. Ad groups whose budget is managed at the campaign level (Campaign Budget Optimization) have no ad group budget to set."}],"wordpress":[{"id":"create_post","name":"Create Post","description":"Create a blog post on the connected WordPress site. Content is HTML or Gutenberg block markup and is stored as given. Defaults to a draft; pass status 'publish' to publish immediately, or status 'future' with a date to schedule. categories, tags, featured_media and author take numeric IDs, which the Categories, Tags, Media and Users tables provide. Editable afterwards via update_post."},{"id":"update_post","name":"Update Post","description":"Update an existing blog post on the connected WordPress site. post_id is the numeric ID from the Posts table. Only the fields provided are changed; everything else keeps its current value. Set status 'publish' to publish a draft, or 'draft' to unpublish. categories and tags replace the current terms rather than adding to them, and content, title and excerpt are replaced wholesale: send the complete new value, as text is never appended to what is already there. Changing the title, content or excerpt keeps the previous version as a revision in the Post Revisions table, which is the only way back from an accidental overwrite."},{"id":"create_page","name":"Create Page","description":"Create a page on the connected WordPress site. Content is HTML or Gutenberg block markup and is stored as given. Defaults to a draft; pass status 'publish' to publish immediately, or status 'future' with a date to schedule. parent takes the ID of another page to nest this one under it, menu_order controls ordering among siblings, and template is a theme template file such as 'templates/full-width.php'. Editable afterwards via update_page."},{"id":"update_page","name":"Update Page","description":"Update an existing page on the connected WordPress site. page_id is the numeric ID from the Pages table. Only the fields provided are changed; everything else keeps its current value. Set status 'publish' to publish a draft, or 'draft' to unpublish. content, title and excerpt are replaced wholesale: send the complete new value, as text is never appended to what is already there. Changing the title, content or excerpt keeps the previous version as a revision in the Page Revisions table, which is the only way back from an accidental overwrite."},{"id":"create_category","name":"Create Category","description":"Create a post category on the connected WordPress site. name is required; slug is derived from the name when omitted. parent takes another category's ID to nest this one under it. The new category's ID can then be passed to create_post or update_post."},{"id":"update_category","name":"Update Category","description":"Update an existing post category on the connected WordPress site. category_id is the numeric ID from the Categories table. Only the fields provided are changed. Renaming a category does not change its slug unless slug is passed too, so existing links keep working."},{"id":"create_tag","name":"Create Tag","description":"Create a post tag on the connected WordPress site. name is required; slug is derived from the name when omitted. Tags are flat, so unlike categories they cannot be nested. The new tag's ID can then be passed to create_post or update_post."},{"id":"update_tag","name":"Update Tag","description":"Update an existing post tag on the connected WordPress site. tag_id is the numeric ID from the Tags table. Only the fields provided are changed. Renaming a tag does not change its slug unless slug is passed too, so existing links keep working."}]}}