botman / botman/docs

Send JS payload in JSON Responce

Open
#98 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.