Generating Joomla Articles out of Google sheets inc. Custom Fields

:bullseye: What is your goal?

I want to generate several Joomla Articles out of a google sheet.
I can create articles - that works - but i woul need to fill some custom fields.
Anyone an idea how to get that runnin?

:thinking: What is the problem & what have you tried?

Customfields can not be setup in make. Have them in Sheets and in Joomla

:clipboard: Error messages or input/output bundles

No error

Hello,

Welcome to the Commnunity!

If the native module does not offer support for custom attributes, please use the Make an API Call module. It allows you to make custom api call.

Here you can find Joomla’s documentation:
https://docs.joomla.org/J4.x:Joomla_Core_APIs#Create_Article

Fields Articles
Route Fields Articles is: "v1/fields/content/articles"
Working with it is similar to Fields Contact.

https://docs.joomla.org/J4.x:Joomla_Core_APIs#Fields_Contact

1 Like

That was the key - THANKS. THE API call is the tool which is needed. Thanks

2 Likes