Saltar navegación

[Resuelto] Webhook Integration

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Zona horaria del colaborador: Asia/Kolkata (GMT+05:30)

Este tema contiene 1 respuesta, tiene 1 mensaje.

Última actualización por Minesh 1 year, 5 months ago.

Asistido por: Minesh.

Autor
Mensajes
#2790995

Tell us what you are trying to do?
I want Webhook Integration for toolset post types
Is there any documentation that you are following?
no
Is there a similar example that we can see?

What is the link to your site?
enlace oculto

#2791111

Minesh
Colaborador

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I'm not sure what exactly you would like to achive and where exatly you want to see integration with Webhook.

Toolset does not offer any webhooks or similar systems. It only offers some API to use in custom code. Please check the following Doc:
=> https://toolset.com/documentation/programmer-reference/

You may would like to consider using 3rd party plugin for this, or implement custom code for the features you want using our APIs or WordPress APIs:
- https://wordpress.org/plugins/wp-webhooks/
- https://developer.wordpress.org/reference/hooks/transition_post_status/