Need to send message to slack channel from zoho people form
- I have setup slack connection in zoho people, it is successfully showing connected
- I am using connection name to send message view custom function, but it is not working:
response = invokeurl
[
type :POST
parameters:"Hello"
connection:"slack_connection"
content-type:"text/plain"
];
info response;
can anyone help me on this? thanks in advance..