Skip to content
Assistance with tag...
 
Notifications
Clear all

Assistance with tags and WordPress integration

2 Posts
2 Users
0 Reactions
3 Views
Shannon_Andrews
(@shannon_andrews)
Posts: 1
New Member
Topic starter
 

I'm currently using Airtable and callin.io to automate the creation of my blog articles and their subsequent upload to WordPress.

Airtable serves as my central repository for all information, with each article's data including 5-6 tags (separated by commas) stored within a single cell.

My question is, how can I effectively transfer these tags into WordPress during the article upload process?

Could you please advise on the best way to achieve this?

 
Posted : 09/09/2024 2:14 pm
LinkYourTech
(@linkyourtech)
Posts: 15
Active Member
 

Is there a field to add tags when using the WordPress module? If not, you will need to use the HTTP module to make an API call.

If a field is available, use the split() function with a comma as the separator. Then, use the join() function to format it correctly for mapping into the tag field.

Hope this helps!

 
Posted : 10/09/2024 1:55 am
Share: