Skip Navigation

[Waiting for user confirmation] 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 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 1 reply, has 1 voice.

Last updated by Minesh 3 days, 15 hours ago.

Assisted by: Minesh.

Author
Posts
#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?
hidden link

#2791111

Minesh
Supporter

Languages: English (English )

Timezone: 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/