Create post with Zapier + Vimeo

Hello!

I’m trying to create a post in Ghost using Zapier… and that works fine.

The issue I have is the Vimeo ‘video link’ or embedded code doesn’t want to insert into the post…

Shouldn’t this magically work with the embed thing?

What am i doing wrong?

Update: Looks like its a zapier problem, it’s not converting the HTML input to JSON/Mobiledoc properly which is required for ghost API!

So i’ll have to make a zap using mobiledoc formatt instead of HTML… anyone know the easiest way to make this?

Hey @samjamesnz, did you get anywhere with this? Are you able to change how the API is used in Zapier? Our Admin API does accept HTML, but you need to use the source parameter by adding ?source=html. Example over on our docs: https://ghost.org/docs/api/v3/admin/#source-html

1 Like

Sorted doing the below post!

Cheers

1 Like

Nice job!!