Slack is used to collaborate with the team and the most used tool. So, people use slack to get the notification for all their services like if the website down then gets a notification, meeting reminders, to view todo task and there are countless use cases of slack.
Make POST request on this endpoint to send data to channel with required parameters(if any required).
https://v1.nocodeapi.com//slack/
Object | Description |
---|---|
body |
[Required] Pass an array of row array into body | >
– Body data format example:
{
"email": "[email protected]",
"notification": "payment",
"source": "nocodeapi.com"
}
Make POST request on this endpoint to send text to channel with required parameters(if any required).
https://v1.nocodeapi.com//slack//sendText
Object | Description |
---|---|
text |
[Required] Pass the text | >