Reddit Ads API for managing advertising campaigns, conversions, and account data on Reddit.
Reddit Ads API for managing advertising campaigns, conversions, and account data on Reddit. On Nagent, Reddit Ads is exposed as a fully-configurable marketing integration that any agent can call — 83 actions, and OAuth authentication. No code is required to wire Reddit Ads into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Reddit Ads to automate the kinds of tasks marketing teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Reddit Ads into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Reddit Ads, with input parameters and output schema. Drop these into any step of an agent built in Helix.
REDDIT_ADS_CREATE_AD_GROUPTool to create a new ad group within a Reddit Ads campaign. Use when setting up ad groups with specific bidding strategies, budget goals, and targeting criteria. Note that optimization_goal is required for conversion, video views, catalog sales, and app install campaign objectives.
Input parameters
Ad group configuration data including campaign_id, name, bidding strategy, budget goals, and targeting settings
The ID of the ad account to create the ad group under
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_CREATE_BATCH_PRODUCTSTool to create or update multiple products in a catalog in a single batch operation. Use when you need to add up to 1000 products at once. Note: If using a schedule feed, update your feed to ensure your catalog is up to date.
Input parameters
List of products to create or update. Must contain at least 1 and at most 1000 products.
The ID of the product catalog to add products to.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_CREATE_CAMPAIGNTool to create a new Reddit Ads campaign for the specified ad account. Use when you need to set up a new advertising campaign with specific objective, budget, and targeting settings. Note: Max campaigns creation isn't currently supported - set up Max campaigns in the Ads Manager instead.
Input parameters
Campaign data containing name, status, objective, and optional configuration parameters.
The ID of the ad account to create the campaign under. Must match pattern ^(t2\\|a2)_.*
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_CREATE_CUSTOM_AUDIENCETool to create a new Custom Audience in Reddit Ads. Use when you need to create a custom audience for targeted advertising campaigns. Note: This endpoint has rate limits - Custom Audiences Ingestion: 3000 requests per 900 seconds with burst limit of 500 requests per 60 seconds.
Input parameters
Custom audience data containing name and type
The ID of the parent ad account (format: a2_xxxxx)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_CREATE_LEAD_GEN_FORMTool to create a new lead generation form in Reddit Ads. Use when you need to set up a lead gen form to collect user information such as emails, names, phone numbers, etc. Rate limit: 20 requests per 60 seconds (Leads).
Input parameters
Lead gen form data containing name, privacy link, prompt, and questions
The ID of the ad account to create the lead gen form under (format: a2_xxxxx or t2_xxxxx)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_CREATE_POSTTool to create a new Reddit post for a specified profile. Use when you need to create promotional content including text, images, videos, or carousel posts. Rate limit: 200 requests per 60 seconds (Creative Management).
Input parameters
Post data containing type, headline, body, and optional configuration parameters.
The ID of the profile to create a post for. Must match pattern ^t2_.*
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_CREATE_PRODUCT_CATALOGTool to create a new product catalog. Use when you need to set up a product catalog for Reddit Ads. After creation, finish setup by manually creating products or linking a product feed.
Input parameters
The product catalog data object containing name, language, currency, and optional event sources.
The ID of the parent business.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_CREATE_PRODUCT_FEEDTool to create a new feed for a product catalog. Use when setting up product feeds for Reddit catalog sales campaigns. Each catalog can contain up to 2 feeds, but they must be of different types (REPLACE or UPDATE).
Input parameters
The product feed data object containing URL, mode, and optional authentication credentials.
The ID of the parent product catalog.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_CREATE_PRODUCT_SETTool to create a new product set in a product catalog. Use when you need to define a subset of products from a catalog using filter rules for targeted advertising.
Input parameters
The product set data object containing name and filter rule.
The ID of the parent product catalog.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_CREATE_SAVED_AUDIENCETool to create a saved audience for a Reddit Ads ad account with targeting criteria. Use when you need to define and save audience segments for ad campaigns. Rate limit: 200 requests per 60 seconds (Campaign Management Write).
Input parameters
Saved audience configuration including name, type, and targeting parameters
The ID of the ad account to create the saved audience under (format: 'a2_...')
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_CREATE_STRUCTURED_POST_CREATION_JOBTool to create a structured post creation job on Reddit Ads. Use when creating promoted posts with specific creative content (text, image, video, or carousel). Returns a job with status tracking information. Rate limit: 200 requests per 60 seconds (Creative Management).
Input parameters
Structured post data containing creative content and optional settings.
The ID of the profile to create a post for. Must match pattern ^t2_.*
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_DELETE_CUSTOM_AUDIENCETool to delete a Custom Audience by ID from Reddit Ads. Use when you need to permanently remove a custom audience. This operation is subject to rate limits: Custom Audiences Ingestion allows 3000 requests per 900 seconds with burst capacity of 500 requests per 60 seconds.
Input parameters
The ID of the custom audience to delete. This is the unique identifier returned when creating a custom audience.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_DELETE_PRODUCT_CATALOGTool to delete a product catalog by ID from Reddit Ads. Use when you need to permanently remove a catalog. Important: This action cannot be undone.
Input parameters
The ID of the product catalog to delete. This is the unique identifier for the catalog.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_DELETE_PRODUCT_FEEDTool to delete a feed in a catalog by ID from Reddit Ads. Use when you need to permanently remove a product feed. Important: This action cannot be undone.
Input parameters
The ID of the product feed to delete. This is the unique identifier for the feed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_DELETE_PRODUCTSTool to delete multiple products from a Reddit Ads product catalog in a single request. Use when you need to remove products from a catalog. Important: This action cannot be undone, and deleted products will be permanently removed from the catalog. If using a scheduled feed, update your feed to keep the catalog synchronized.
Input parameters
List of product IDs to delete from the catalog. Minimum 1 product, maximum 1000 products per request.
The ID of the product catalog to delete products from.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_DELETE_PRODUCT_SETTool to delete a product set by ID from Reddit Ads. Use when you need to permanently remove a product set. Important: This action cannot be undone.
Input parameters
The ID of the product set to delete. This is the unique identifier for the product set.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_DO_GEOLOCATION_VALIDATIONSTool to validate a list of geolocations for use in Reddit Ads targeting. Use when you need to check if geolocation IDs or cities are valid for ad targeting before creating or updating campaigns. Rate limit: Targeting Taxonomy - 100 requests per 60 seconds.
Input parameters
List of city identifiers to validate for ad targeting. Mutually exclusive with geolocation_ids parameter.
List of geolocation IDs to validate. These are location identifiers used for ad targeting (e.g., 'US', 'CA', 'GB'). Mutually exclusive with cities parameter.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_DO_KEYWORD_VALIDATIONSTool to validate a list of keywords for targeting and check their brand safety status. Use when you need to verify if keywords are safe and valid for ad targeting campaigns. Rate limit: Targeting Taxonomy - 500 requests per 60 seconds.
Input parameters
Container object containing the array of keywords to validate.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GENERATE_INSPIRATION_CREATIVE_SUMMARYTool to get AI-generated summary of best practices followed by an inspiration creative ad. Use when you need to analyze what makes a Reddit ad successful.
Input parameters
The ID of the inspiration creative to generate summary for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_AD_ACCOUNTTool to retrieve details for a specific Reddit ad account by ID. Use when you need to get account information including admin approval status, attribution settings, currency, excluded communities/keywords, and other account configuration. Rate limit: 400 requests per 60 seconds (Campaign Management Read).
Input parameters
The ID of the ad account to get. Must match pattern ^(t2\\|a2)_.*
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_AD_ACCOUNT_HISTORYGet changelog history for a Reddit ad account with filtering options. Use when you need to track changes made to ads, campaigns, or ad groups within an account, including who made changes and when.
Input parameters
Data payload for ad account history request.
The number of items to be returned per page. Controls pagination page size.
The token for the page to retrieve. Use this for pagination to get subsequent pages of results.
The ID of the ad account to get the account history for (e.g., 'a2_imh76hh7e126').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_AD_GROUPTool to get an ad group by its ID from Reddit Ads API. Use when you need to retrieve details about a specific ad group. Note: Rate limit of 400 requests per 60 seconds applies (Campaign Management Read).
Input parameters
The ID of the ad group to get.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_APP_LAST_FIRED_ATTool to retrieve the last time mobile conversion events were fired for a specific app ID. Use when you need to check conversion tracking status or verify that mobile events are being received. Rate limit: 30 requests per 60 seconds (Conversion Signals).
Input parameters
The ID of the app to get the last fired at report. This is typically the app's bundle identifier (e.g., 'com.reddit.frontpage' for Android or iOS apps).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_A_REPORTTool to generate a metrics report for ad performance based on specified fields and breakdowns. Use when you need detailed insights and analytics on ad performance, audience engagement, impressions, clicks, spend, and other advertising metrics. Supports up to 3 breakdowns (4 with COUNTRY and REGION combination) and provides paginated results.
Input parameters
The report data parameters including time range, fields, and optional breakdowns.
The number of items to be returned by page.
The token for the page to retrieve. Used for pagination.
The ID of the ad account to get the ads report under. Example: 'a2_imh76hh7e126'
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_BUSINESSTool to get business details by ID from the Reddit Ads API. Use when you need to retrieve information about a specific business entity including its name, industry, contact details, and metadata. The member must have memberships to the business to access this endpoint.
Input parameters
The ID of the business to get. This endpoint requires the member to have memberships to the business.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_CAMPAIGNRetrieve a specific Reddit Ads campaign by its ID. Returns comprehensive campaign information including objective, status, budget, targeting, and optimization settings. Rate limited to 400 requests per 60 seconds.
Input parameters
The ID of the campaign to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_CHANNEL_PLANNING_REACHTool to retrieve estimated reach data for a given set of targeting parameters. Returns a series of 10 data points representing the reach curve by impressions. Use when planning ad campaigns and estimating potential audience reach based on duration, location, age, and gender targeting.
Input parameters
Gender for targeting.
The maximum age for targeting. Must be greater than min_age. Defaults to 99 if not specified. 99 represents ages 99 and older.
The minimum age for targeting. Must be less than max_age. Defaults to 18 if not specified.
The number of items to be returned by page. Used for pagination.
The token for the page to retrieve. Used for pagination.
The country code for targeting. Supported values: US (United States), CA (Canada), GB (United Kingdom).
Number of days in the reach prediction window. Must be either 7 or 28 days.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_CHILD_FUNDING_INSTRUMENTSTool to retrieve a list of Funding Instrument Allocations for a parent funding instrument. Use when you need to view child allocations, check billing amounts, or verify servability status. Note: This endpoint is rate-limited to 30 requests per 60 seconds under the Billing rate limit category.
Input parameters
The number of items to be returned per page
The token for the page to retrieve. Use this to fetch subsequent pages of results
The ID of the parent funding instrument to retrieve allocations for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_CUSTOM_AUDIENCETool to retrieve a custom audience by ID from Reddit Ads API. Use when you need to fetch detailed information about a specific custom audience including its configuration, status, and size estimates. Rate limit: 500 requests per 60 seconds (Targeting Taxonomy).
Input parameters
The ID of the custom audience to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_LEAD_GEN_FORMTool to retrieve details for a specific lead generation form by ID from Reddit Ads. Use when you need to get form information including name, prompt, privacy link, questions, and timestamps. Rate limit: 20 requests per 60 seconds (Leads category).
Input parameters
The ID of the form to retrieve. Format: UUID (e.g., '346ac343-fbb3-4738-82db-70828af30648').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_METool to get the authenticated member's information from the Reddit Ads API. Use when you need to retrieve details about the currently authenticated user including their Reddit username, email, name, and phone number. Rate limit: 100 requests per 60 seconds (Business Manager).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_PIXEL_LAST_FIRED_ATTool to retrieve the last time conversion events were fired for a specific conversion pixel. Use when you need to check conversion tracking status or verify that pixel events are being received. Rate limit: 30 requests per 60 seconds (Conversion Signals).
Input parameters
The ID of the pixel to get the report.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_POSTTool to retrieve a promoted or organic Reddit post by its ID. Returns post details including type, content, headline, and metadata. Rate limit: 200 requests per 60 seconds (Creative Management).
Input parameters
The ID of the promoted post to get. Must match pattern ^t3_.*
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_PRODUCT_CATALOGTool to retrieve a specific product catalog by ID from the Reddit Ads API. Use when you need to fetch details about a particular product catalog including its name, language, currency, attached pixels, and product statistics. Rate limit: 7000 requests/300s (burst: 3000 requests/60s).
Input parameters
The ID of the product catalog.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_PRODUCT_FEEDTool to retrieve metadata for a specific product feed by ID. Use when you need to fetch details about a particular feed including its URL, schedule, authentication credentials, and update mode.
Input parameters
The ID of the product feed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_PRODUCT_SETTool to retrieve metadata for a specific product set by ID from the Reddit Ads API. Use when you need to fetch details about a particular product set including its name, filter rules, and product statistics. Rate limit: 7000 requests/300s (burst: 3000 requests/60s).
Input parameters
The ID of the product set.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_PROFILETool to retrieve details for a specific profile by ID from the Reddit Ads API. Use when you need to get profile information including business ID, Reddit username, and modification timestamp. Rate limit: 100 requests per 60 seconds (Business Manager).
Input parameters
The ID of the profile to get. Must match pattern ^t2_.*
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_SAVED_AUDIENCETool to retrieve a saved audience by ID from Reddit Ads API. Use when you need to fetch detailed information about a specific saved audience including its targeting criteria and status. Rate limit: 400 requests per 60 seconds (Campaign Management Read).
Input parameters
The ID of the saved audience to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_SK_AD_NETWORK_AVAILABILITYTool to get SKAdNetwork IDs availability quota for an iOS app. Use when you need to check how many SKAdNetwork IDs are available for campaigns, ad groups, or ads.
Input parameters
App ID from the iOS App Store. Only providing the iOS app ID will return the SKAN campaign_quota for the given app ID.
The ad group ID. Required when querying SKAN ad_quota for a specific ad group within the specified app ID.
Campaign ID. Required when querying SKAN ad_group_quota for a given campaign ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_GET_STRUCTURED_POSTTool to retrieve a structured post by its ID from the Reddit Ads API. Returns post details including creative content which can be image, text, video, or carousel type. Rate limit: 200 requests per 60 seconds (Creative Management).
Input parameters
The ID of the post to retrieve. Must match pattern ^t3_.*
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST3RD_PARTY_AUDIENCESTool to retrieve all available 3rd party audiences from Reddit Ads API for targeting purposes. Use when you need to get a list of third-party data audiences for ad targeting. Rate limit: Targeting Taxonomy - 500 requests per 60 seconds.
Input parameters
The number of items to be returned per page. Controls pagination page size.
The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_AD_ACCOUNTS_BY_BUSINESSTool to get a list of ad accounts under a business on Reddit Ads. Use when you need to retrieve ad accounts associated with a specific business ID. Supports filtering by specific ad account IDs and pagination for large result sets. Rate limit: Campaign Management Read (400 requests/60s).
Input parameters
IDs of ad accounts to search for within the business. Ad accounts should be comma-separated
The number of items to be returned by page
The token for the page to retrieve
The ID of the business to get ad accounts for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_AD_GROUPSTool to list ad groups for a Reddit ad account. Use when you need to retrieve ad groups for campaign management. Rate limit: Campaign Management Read - 400 requests per 60 seconds.
Input parameters
The list of ad group IDs to filter by.
The number of items to be returned per page.
The token for the page to retrieve (for pagination).
The ID of the campaign to list ad groups under.
The ID of the ad account to list ad groups for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_ADSTool to list ads by ad account on Reddit Ads platform. Use when you need to retrieve advertising campaigns for a specific ad account. Note: Only 1 ad will appear for each Max campaign. Supports filtering by specific ad IDs and pagination for large result sets.
Input parameters
Optional list of specific ad IDs to filter by. When provided, only ads matching these IDs will be returned.
Number of ads to return per page. Controls pagination size for the results.
Token for retrieving a specific page of results. Use the token from the pagination.next_url or pagination.previous_url to navigate through pages.
The ID of the ad account to list ads for. This is the unique identifier for the Reddit Ads account.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_CAMPAIGNSTool to list campaigns by ad account with pagination support. Use when you need to retrieve campaigns for a specific Reddit Ads account. Rate limit: Campaign Management Read - 400 requests per 60 seconds.
Input parameters
The list of campaign IDs to filter by. If provided, only campaigns with matching IDs will be returned.
The number of items to be returned per page. Controls pagination page size.
The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results.
The ID of the ad account to list campaigns for. This is a required path parameter.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_CARRIERSTool to retrieve all available carriers from Reddit Ads API for targeting purposes. Use when you need to get a list of mobile carriers for ad targeting. Rate limit: Targeting Taxonomy - 500 requests per 60 seconds.
Input parameters
The number of items to be returned per page. Controls pagination page size.
The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_CATALOG_IMPORTSTool to retrieve all imports for a catalog. Use when you need to list import history and status for a specific product catalog. Rate limit: 7000 requests/300s (burst: 3000 requests/60s).
Input parameters
List of product feed IDs to filter by.
Catalog import statuses to filter by.
The number of items to be returned by page.
The ID of the parent product catalog.
The token for the page to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_COMMUNITIESTool to list targetable communities matched by their names. Use when you need to find Reddit communities (subreddits) available for ad targeting. Rate limit: Targeting Taxonomy - 500 requests per 60 seconds.
Input parameters
Comma-separated list of community names to get info for. Queried community won't be in response if it is not targetable.
The number of items to be returned per page. Controls pagination page size.
The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_COMMUNITIES_SUGGESTIONSTool to fetch suggested communities for given community names from Reddit Ads API. Use when you need to discover relevant communities for ad targeting based on community names or website URLs. Rate limit: Targeting Taxonomy - 500 requests per 60 seconds.
Input parameters
Comma-separated list of community names to get info for. If query is not provided, it will return a set of default suggestions.
The number of items to be returned per page. Controls pagination page size.
The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results.
The website that suggestions should relate to. If parameter is empty or not included, it will use the user's business website.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_DEVICESTool to retrieve all available devices from Reddit Ads API for targeting purposes. Use when you need to get a list of devices (by make and model) for ad targeting. Rate limit: Targeting Taxonomy - 500 requests per 60 seconds.
Input parameters
The number of items to be returned per page. Controls pagination page size.
The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_FUNDING_INSTRUMENTSTool to list funding instruments (payment methods) for a Reddit Ads ad account. Use when you need to retrieve billing information or check available payment methods. Rate limit: 30 requests per 60 seconds (Billing category).
Input parameters
Enum for funding instrument modes.
A list of funding instrument types to filter by.
Search text to filter funding instruments by name or other text fields.
End time in ISO-8601 format to filter funding instruments.
The number of items to return per page.
The pagination token for retrieving the next page of results. Obtained from the previous response's pagination.next_url.
Start time in ISO-8601 format to filter funding instruments.
The ID of the ad account to list funding instruments for.
Deprecated parameter. Use mode=SELECTABLE or mode=ALL instead.
A list of funding instrument IDs to filter by.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_GEOLOCATIONSTool to fetch a list of geolocations from Reddit Ads API. Use when you need geographic targeting options. Postal code and City geolocations are excluded by default unless postal_code or cities_search parameters are provided.
Input parameters
The filter for retrieving all geolocations by country.
The filter for retrieving postal code geolocations by substring match.
The filter for retrieving city geolocations by substring match.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_INDUSTRIESTool to retrieve all available industries from Reddit Ads API. Use when you need to get a complete list of industries for targeting or classification purposes. Returns industry IDs and display names.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_INTERESTSTool to retrieve all available interests from Reddit Ads API for targeting purposes. Use when you need to get a list of interests for ad targeting. Rate limit: Targeting Taxonomy - 500 requests per 60 seconds.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_LEAD_GEN_FORMSTool to list lead generation forms for a Reddit Ads ad account. Use when you need to retrieve all lead gen forms associated with a specific ad account. Rate limit: 20 requests per 60 seconds (Leads category).
Input parameters
The number of items to return per page. Use to control pagination size.
The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results.
The ID of the ad account to list lead gen forms for. Format: a2_<identifier> (e.g., 'a2_imh76hh7e126').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_MY_BUSINESSESTool to retrieve details of businesses associated with the provided access token. Use when you need to get a list of businesses the user has access to, with optional filters for ad account ID or user role (BUSINESS_ADMIN or CATALOG_ADMIN).
Input parameters
Enum for business role types
The number of items to be returned by page.
The token for the page to retrieve.
Optional ad account ID to filter businesses by. If provided, will return businesses that give the member access to the ad account.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_PIXELS_BY_AD_ACCOUNTTool to list pixels by ad account. Use when you need to retrieve conversion pixels for a specific Reddit Ads account. Note: Rate limited to 30 requests per 60 seconds (Conversion Signals).
Input parameters
The number of items to be returned per page.
The token for the page to retrieve. Use the value from pagination.next_url or pagination.previous_url in a previous response to navigate pages.
The ID of the ad account to list pixels for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_PIXELS_BY_BUSINESSTool to list all pixels associated with a specific business. Use when you need to retrieve conversion tracking pixels for a business. Rate limited to 30 requests per 60 seconds.
Input parameters
The number of items to be returned by page (must be ≥ 1).
The token for the page to retrieve. Use this for pagination.
The ID of the business to list pixels for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_POSTSTool to list up to 1,000 of the most recent posts for a specified profile. Use when you need to retrieve posts from a Reddit profile. Supports filtering by post type (CAROUSEL, IMAGE, TEXT, VIDEO) and source (ORGANIC, PROMOTED). Rate limit: 200 requests per 60 seconds (Creative Management).
Input parameters
The type of posts to be fetched.
The source of posts to be fetched.
The number of items to be returned per page. Maximum 1,000 posts can be retrieved.
The token for the page to retrieve. Use the next_url or previous_url from pagination response to navigate pages.
The ID of the profile to list posts for. Must match pattern ^t2_.*
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_PRODUCT_CATALOGSTool to retrieve details for all product catalogs belonging to a business. Use when you need to list all catalogs for a specific business ID. Rate limit: 7000 requests/300s (burst: 3000 requests/60s).
Input parameters
The ID of the parent business.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_PRODUCT_FEEDSTool to retrieve metadata for all feeds in a product catalog. Use when you need to list all feeds for a specific catalog ID to view feed configurations, URLs, and schedules.
Input parameters
The ID of the parent product catalog.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_PRODUCT_SETSTool to retrieve all product sets in a catalog. Use when you need to list product sets for a specific catalog ID. Rate limit: 7000 requests/300s (burst: 3000 requests/60s).
Input parameters
The number of items to be returned per page.
The ID of the parent product catalog.
The token for the page to retrieve (for pagination).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_PRODUCTS_IN_PRODUCT_CATALOGTool to retrieve all products in a Reddit Ads product catalog. Use when you need to list products for advertising campaigns, with optional filtering by approval status, search terms, or specific product IDs.
Input parameters
Optional list of specific product IDs to filter by. When provided, only products matching these IDs will be returned.
Search query to filter products by title, description, or other text fields.
Number of products to return per page. Controls pagination size for the results.
The ID of the product catalog to list products from.
Token for retrieving a specific page of results. Use the token from pagination.next_url or pagination.previous_url to navigate through pages.
Enum for product approval decisions in Reddit Ads.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_PRODUCTS_IN_PRODUCT_SETTool to retrieve all products in a Reddit Ads product set. Use when you need to list products within a specific product set, with optional filtering by approval status, issue codes, search terms, or specific product IDs.
Input parameters
Optional list of specific product IDs to filter by. When provided, only products matching these IDs will be returned.
Search query to filter products by title, description, or other text fields.
Number of products to return per page. Controls pagination size for the results.
Enum for product issue codes that can be used to filter products.
Token for retrieving a specific page of results. Use the token from pagination.next_url or pagination.previous_url to navigate through pages.
The ID of the product set to list products from.
Enum for product approval decisions in Reddit Ads.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_PROFILES_BY_AD_ACCOUNTTool to list profiles by ad account from Reddit Ads API. Use when you need to retrieve all profiles associated with a specific ad account. Rate limit: 100 requests per 60 seconds (Business Manager tier).
Input parameters
The number of items to be returned per page. Must be between 1 and 100.
The token for the page to retrieve. Use the next_url or previous_url from pagination response to navigate pages.
The ID of the ad account to list profiles for. Example: 'a2_imh76hh7e126'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_PROFILES_BY_BUSINESSTool to list profiles by business. Use when you need to retrieve all profiles associated with a specific business. Rate limit: Business Manager allows 100 requests per 60 seconds.
Input parameters
The number of items to be returned by page. Must be at least 1.
The token for the page to retrieve. Use this to navigate to the next or previous page of results.
The ID of the business to list profiles for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_SAVED_AUDIENCESTool to list saved audiences for a Reddit ad account. Use when you need to retrieve saved audience configurations with their targeting details. Rate limit: 400 requests per 60 seconds (Campaign Management Read).
Input parameters
The number of items to be returned by page. Must be a positive integer.
The token for the page to retrieve. Use this for pagination to fetch subsequent pages.
The ID of the ad account to list saved audiences for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_STRUCTURED_POSTSTool to list structured posts for a profile or retrieve up to 10 specific structured posts by ID. Use when you need to retrieve structured posts owned by a Reddit Ads profile. Rate limit: Creative Management Read - 200 requests per 60 seconds.
Input parameters
List of specific post IDs to filter by. Returns up to 10 specific structured posts by ID owned by the profile.
Type of structured post.
Source of structured post.
The number of items to be returned per page. Controls pagination page size.
The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results.
The ID of the profile to list posts for. This is a required path parameter.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_TIME_ZONESTool to retrieve all available time zones from Reddit Ads API for campaign scheduling. Use when you need to get a list of time zones for setting campaign schedules or display times. Rate limit: Campaign Management Read - 400 requests per 60 seconds.
Input parameters
The number of items to be returned per page. Controls pagination page size.
The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_LIST_USER_CUSTOM_AUDIENCESTool to list all Custom Audiences under an ad account. Use when you need to retrieve custom audiences for targeting in Reddit Ads campaigns. Rate limit: 500 requests per 60 seconds (Targeting Taxonomy).
Input parameters
Optional field used for filtering by a specific custom audience name.
The number of items to be returned by page.
The token for the page to retrieve.
The ID of the parent ad account (e.g., 'a2_imh76hh7e126').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_QUERY_AD_ACCOUNTSTool to query ad accounts by business with optional filtering by actors, assets, roles, or custom filter string. Use when you need to retrieve ad accounts for a specific business with filtering capabilities. Rate Limit: Business Manager - 100 requests per 60 seconds.
Input parameters
Filter criteria for querying ad accounts.
The number of items to be returned by page.
The token for the page to retrieve.
The ID of the business to query ad accounts for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_QUERY_FUNDING_INSTRUMENTS_BY_BUSINESSQuery funding instruments (credit lines) by business with pagination support. Use when you need to retrieve or filter funding instruments for a Reddit Ads business account. Requires adsread OAuth scope. Rate limit: 30 requests per 60 seconds (Billing category).
Input parameters
Data payload for querying funding instruments.
A search term to filter funding instruments by name, ID, or type.
The number of items to be returned by page.
The token for the page to retrieve.
The ID of the business to query funding instruments for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_SEARCH_COMMUNITIESTool to search for Reddit communities based on their name or topic. Use when you need to find subreddits for ad targeting purposes. Returns all communities if no query is provided.
Input parameters
A string that will be used to query (search) for communities by name or by topics. If parameter is empty or not included, it will return all subreddits.
The number of items to be returned per page. Controls pagination page size.
The token for the page to retrieve. Use the token from pagination.next_url to fetch the next page of results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_UPDATE_AD_ACCOUNTTool to update a Reddit ad account configuration. Use when you need to modify account settings like name, attribution windows, excluded communities/keywords, or account approval state. Subject to Campaign Management Write rate limit: 200 requests per 60 seconds.
Input parameters
Ad account fields to update. Only include fields you want to modify
The ID of the ad account to update. Must start with 't2_' or 'a2_'
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_UPDATE_BUSINESSTool to update a business by ID in Reddit Ads. Use when you need to modify business settings such as name, industry, country, or contact information. Rate limit: 100 requests per 60 seconds for Business Manager operations.
Input parameters
The business data to update.
The ID of the business to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_UPDATE_CAMPAIGNTool to update a campaign by ID in Reddit Ads. Use when you need to modify campaign settings such as name, status, budget, or targeting parameters. Rate limit: 200 requests per 60 seconds (Campaign Management Write).
Input parameters
Campaign data to update.
The ID of the campaign to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_UPDATE_CUSTOM_AUDIENCE_USERSTool to update users in a Reddit Ads Custom Audience by adding or removing user identifiers. Use when you need to modify audience membership based on hashed user data like emails or mobile advertising IDs. Limited to 2,500 user entries per request.
Input parameters
Data payload containing the action type, column schema, and user identifier data
The ID of the Custom Audience to update
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_UPDATE_POSTTool to update a Reddit post by ID. Use when you need to modify post settings like enabling/disabling comments. Rate limit: 200 requests per 60 seconds (Creative Management).
Input parameters
Post metadata to update.
The ID of the post to update. Must start with 't3_'
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_UPDATE_PRODUCT_CATALOGTool to update a product catalog's name or attached Pixel IDs in Reddit Ads. Use when you need to modify catalog settings such as name or event sources.
Input parameters
The catalog data to update.
The ID of the product catalog to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_UPDATE_PRODUCT_FEEDTool to update a product feed's metadata in Reddit Ads. Use when you need to modify feed properties such as name, URL, mode, authentication credentials, or schedule configuration.
Input parameters
The product feed data to update.
The ID of the product feed to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_UPDATE_PRODUCT_SETTool to update a product set's name and filter rules in Reddit Ads. Use when you need to modify the name or filter conditions of an existing product set.
Input parameters
The product set data to update.
The ID of the product set to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_UPDATE_SAVED_AUDIENCETool to update a saved audience by ID in Reddit Ads. Use when you need to modify saved audience settings such as name, targeting criteria, or status. Rate limit: 200 requests per 60 seconds (Campaign Management Write).
Input parameters
Saved audience data to update
The ID of the saved audience to update
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
REDDIT_ADS_UPDATE_STRUCTURED_POSTTool to update a structured post by ID. Only allow_comments can be updated on an existing structured post. To change the headline, link, or media assets, create a new structured post instead. Rate limit: 200 requests per 60 seconds (Creative Management).
Input parameters
Post metadata to update. Only allow_comments can be modified.
The ID of the post to update. Must start with 't3_'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 31 agents privately built on Nagent that already use Reddit Ads.
Build on Nagent
Connect Reddit Ads to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Reddit Ads, and click "Connect Now." You'll authenticate with OAuth — Nagent handles credential storage and refresh automatically. Once connected, Reddit Ads is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Reddit Ads is connected, you configure its 83 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Reddit Ads steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Reddit Ads event fires, the agent kicks off automatically.
Every Reddit Ads action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Reddit Ads ships with 83 pre-built marketing actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Reddit Ads together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Reddit Ads-based workflows tailored to your business.