I'm a coder who has worn a lot of hats, from individual contributor to lead engineer to "CTO" (yes, in quotes, make of that what you will!). I've plenty to learn and hopefully some to share as well.
Hi, to send plain text, simply send a content property in the webhook body. If you're using the example code, just replace the webhookBody declaration with this:
Wasn't working first because of the alert popup, which was blocked by the browser.
At least I figured that one out : ) One quick question:
how can I send just plain text, no embed?
Hi, to send plain text, simply send a
contentproperty in the webhook body. If you're using the example code, just replace thewebhookBodydeclaration with this:thanks, works perfectly.
For other people, I stripped it down to just a text box that sends the plain text to the webhook.