This topic was automatically generated from Slack. You can find the original thread here.
The chargebee trigger doesn’t seem to expose what it’s url is anywhere
This topic was automatically generated from Slack. You can find the original thread here.
The chargebee trigger doesn’t seem to expose what it’s url is anywhere
it must have done it once coz i have code calling these triggers yet seem to have no way to find the url
managed to dig it out of wire traffic
"http": {
"type": "$.interface.http",
"custom_response": true,
"is_sdk": false,
"endpoint": "https://xxx.m.pipedream.net"
},
surely there’s a better way?
when you use a specific event trigger you get fields like occurred_at and event_type, source etc
when you use the general chargebee event trigger which allows for multiple event types you get… nothing at all. YOU DONT EVEN GET THE EVENT TYPE! How can this be useful without even providing the event type? All I know with this trigger is that one of the events i subscribed to has triggered, i don’t know which and i don’t know when. :man-facepalming: :man-facepalming:
worked thru it using a normal http trigger