Call PHP Webhook

6 years 6 months ago #297199 by Goosemoose
Call PHP Webhook was created by Goosemoose
Hi Guys,

I'm looking for something similar to the SQL Actions connected to subscriptions, but triggering PHP calls instead. I'm trying to update our help desk software (which is on a hosted platform, not on our servers) with different information by calling the webhooks they have. Does something like this already exist and I'm just missing it?

Please Log in to join the conversation.

6 years 6 months ago #297223 by krileon
Replied by krileon on topic Call PHP Webhook
CB Auto Actions can do this using its Code action. It can do so on CBSubs subscription state changes using the below as well.

Plan Active
Global
Triggers: onCPayUserStateChange
User: Automatic
Access: Everybody
Conditions
1: [var3] Equal To PLAN_ID_HERE
2: [var2] Equal To A

Plan Expired
Global
Triggers: onCPayUserStateChange
User: Automatic
Access: Everybody
Conditions
1: [var3] Equal To PLAN_ID_HERE
2: [var2] Not Equal To A

You can actually use whatever action you like. Code, Query, Field, etc.. There is however no CBSubs specific integration to execute PHP and no plans for one, sorry.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

6 years 6 months ago #297239 by Goosemoose
Replied by Goosemoose on topic Call PHP Webhook
Perfect, thanks. I'll check it out!

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.203 seconds