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
Looking at the documentation, I see a lot of examples of pulling bits of information out of the context and setting individual properties on a post body for a webhook. I'm trying to send the entire context as the body. This is partially because I don't really know what all I need out of it, and partially for future flexibility in my application layer.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at the documentation, I see a lot of examples of pulling bits of information out of the context and setting individual properties on a post body for a webhook. I'm trying to send the entire context as the body. This is partially because I don't really know what all I need out of it, and partially for future flexibility in my application layer.
I'm trying to do something like this:
but the notification controller gets tripped up by it.
Beta Was this translation helpful? Give feedback.
All reactions