You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to send this payload using the trigger_event method, Novu receives a different payload. Here's the example of the payload sent and the one received:
I'm not sure why this happens—probably due to HttpParty. However, monkey-patching the trigger_event method in the Novu::Api::Event class like this makes it work correctly:
If I try to send this payload using the
trigger_event
method, Novu receives a different payload. Here's the example of the payload sent and the one received:Sent Payload:
Received Payload in Novu:
I'm not sure why this happens—probably due to
HttpParty
. However, monkey-patching thetrigger_event
method in theNovu::Api::Event
class like this makes it work correctly:The text was updated successfully, but these errors were encountered: