BlogPostFilter
A comma-separated list of parameter/value pairs to filter the blog posts that are ingested by the connector.
For information about the parameters and values that you can set, refer to the HubSpot documentation at https://developers.hubspot.com/docs/methods/blogv2/get_blog_posts. Do not set the parameters limit
or offset
as these are used for paging and are set automatically by the connector.
Some of the HubSpot API parameters accept comma-separated lists of values. To include a comma in the value of a HubSpot API parameter, escape the comma with a backslash (\
).
Type: | String (comma-separated list) |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | BlogPostFilter=created__gte=1504025461000
|
See Also: |