Hello.
I have an easy task, but I am a beginner in Zoho, and I don't understand where how to realise it.
So, I need to use a custom function: when admin clicking the button "Approve" in the contact record, it should work webhook, that have only one parametr to send - current Contact's email.
I am trying to drag&drop "webhook section" in the Function's editor when I am creating my function:
<variable> = invokeurl
[
type: POST
parameters: email
headers: <expression>
];
But there are several mistakes, and i don't understant what the parametr <variable> and headers: <expression>.
Please help me.
Best regards.