So I'm trying out the file upload API in postman, and was successful in uploading a test PDF file
image.png 1059×460 18.1 KB
However, I do need to recreate this POST request via raw text since our API does not support sending fil read more
Hey, @wesley.lim11 .
Unfortunately, I don't think it's possible to upload a file in a raw text format, but I'd love for another community member t...read more
I was looking for something like:
{% set post_filters = {% post_filter "post_filter" %} %}
{% for filter in post_filters %}
{% if filter != 'Read' or filter != 'Listen' %}
<li> {{ filter }} </li>
{% endif %}
{% endfor read more
Fixed it with:
{% set my_topics = blog_topics(module.select_blog, 6) %}
{% for item in my_topics %}
{% if item != 'Listen' and item != 'Read' a...read more
I'm creating schema for my website using Schema App.
Schema App lets users automatically deploy schema generated in its editor to defined url's in multiple ways, one of which involves javascript generated with an API key unique to my Schema App ac read more
Thank you, Isaac!
Schema App was able to deploy the javascript by embedding the javascript directly into the sitewide footer, rather than embedding...read more
We are looking to streamline our process. Right now, there are alot of steps that are currently taken to add a blog to our website. First they go into hubspot, create the blog, then go into the website and feed that blog.
Our thought is this:
If read more
Hi, @maxburst .
I'm coordinating with Tony and Kevin to get you the best support and advice. Kevin should be opening a support ticket with you sho...read more
Hi,
I am trying to get the list of blog posts from the HubSpot API and I get the following error -
(403) This oauth-token does not have proper permissions! (requires all of [content-access])
There is scope sent in the URL for Oauth creation - read more
Hi @Kalyani , according to the same document that @Isaac_Takushi pointed out -
" Optional scopes will be automatically dropped from the authoriza...read more
Hi, there are 2 tabs and I want them to get together(stacked) all the time in the mobile view. I am attaching the screenshot of the result. Here is the preview link: https://www.fylehq.com/pricingfyle?hs_preview=AIyVvSBm-6647959624
Hey, I am using a custom nav bar for the website. Here is the preview link: https://www.fylehq.com/software/expense-policy?hs_preview=fqDDNbKD-6606152483&hsLang=en
I need to change the color of the text and sub-text in the drop-down of the p read more
Thank you, @Abhishek_Sharma .
It looks like you were able to get those menu items to appear white.
I noticed that the font was flashing back to ...read more
Hi, this weird error is coming in the console and it's coming from the file which I have deleted from the file system of hubspot. All the popup forms are blocked because of this.This the the preview link of the page:
fylehq.com read more
The error was coming from files that were being linked within your custom module here: https://app.hubspot.com/beta-design-manager/3906991/modules/6...read more
Hi, @liamtapclicks .
I should have been clearer.
Yes, this endpoint only refers to HubSpot-hosted content. My point was that the scopes and pe...read more
Hi, I'm trying to export my blog and was using the API to get the posts. From what I can see, there are 6 separate endpoints to get the post body:
post_body
rss_body
post_body (2)
post_body_rss
post_rss_content
rss_body (2)
We have CTAs in read more
Hey @John_Lamb , you're referring to the fact that CTAs aren't parsed as in they show up as HubL ( {{cta('fa9b0f2b-3455-4cd3-975d-77d367c90fc3')}} )...read more
We are getting ready to go live with a new website hosted on HubSpot. However, our IT department is asking if there's another way to connect the domain to HubSpot besides using the CNAME record? We have other MX, TXT and SPF records on the domain, a read more
Welcome back, @Scott_Rief .
At this time, domains can only be connected to HubSpot with a CNAME record. Unfortunately, it is not possible to use I...read more