-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Create Blog Post - WIX #15782
Comments
Hi @frason88 I haven't found any endpoint related for the creation of the webhook but in the meantime I'm going to implement the action On the other hand we are asking for support on wix to check if they have some sort of webhook docs that I haven't seen yet, thanks in advance! |
Thanks much @jcortes |
Issues with Wix API EndpointsHi @sergio-eliot-rodriguez I couldn't have the action working because of the following API issues, can you please help me reach out to Wix team support so we can understand what's going on? I'm using the following endpoints in async options And the the following endpoint as the action itself and as you can see all of these endpoints returned errors like permission denied like if there were some kind of additional permissions we need to add to. Actually I didn't find a way to add more permissiones other that the ones listed when creating a API token as suggested here https://dev.wix.com/docs/go-headless/getting-started/setup/authentication/generate-an-api-key-for-admins List CategoriesRequest
Response
List MembersRequest
Response
Query TagsRequest
Response
Query PostsRequest
Response
Create Draft PostRequest
Response
|
It turns out the API comes with Wix Studio "Enterprise" |
Is it solved? |
Not yet. We are in touch with Wix support re API |
I need to automatically create post blogs workflows to my wix website.
webhook system to create an http-function (https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/introduction) to catch the payload from the webhook and then use createDraftPost(https://dev.wix.com/docs/velo/apis/wix-blog-backend/draft-posts/create-draft-post)
The text was updated successfully, but these errors were encountered: