Zapier to Kirby3?

I’d used Zapier.com with other CMS in the past, and was wondering if it’s possible to use it with Kirby3?
Thoughts? Ideas? Plugins?

Depends what you want to do with it. What do you want to send to zapier? do you want it to work in both directions?

I’d love to ingest posts that have certain hashtags from an instagram account. Mostly pulling in.

I would probably do that by making a wrapper around a php library talks to Instagrams API.

I did this with Twitter and it wasn’t too hard.

Just cache the result from the API using the file cache built into kirby, and off you go.

1 Like

There is a Kirby plugin that talks to the Instagram API, maybe that’s useful for your use case without using Zapier? https://github.com/bnomei/kirby3-instagram

1 Like