Send JS payload in JSON Responce
Open
- Dominant language
- No language data
- Stars
- 33
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
what is the best way to pass along some JS in my responses. Can I get something like the following code as a response?
`
"status": 200,
"messages": [
{
"type": "text",
"text": "heard you 2",
"script": "alert('Hello World');",
"attachment": null,
"additionalParameters": []
}
]
}
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.