Zoho Signals ENTITY_EMAIL_INVALID error

Zoho Signals ENTITY_EMAIL_INVALID error

When i trigger a signel from function or api, i get this error. 

  • {"signals":[{"code":"ENTITY_EMAIL_INVALID","details":{"api_name":"email"},"message":"There is no entity with given email for which notification could be raised","status":"error"}]}
My Code
  • parameter = {
  • "signals": [
  • {
  • "signal_namespace": "test_test",
  • "email": "mail address",
  • "subject": "New Data Assigned: ",
  • "message": "Click for the customer you are talking to: ",
  • "actions": {
  • {
  • "type": "link",
  • "open_in": "popup",
  • "display_name": "Go To Data",
  • "url":"link"
  • }
  • }
  • }
  • ]
  • };
  • find_country_from_mobile = invokeurl
  • [
  • url :"https://www.zohoapis.eu/crm/v2/signals/notifications"
  • type :POST
  • parameters:parameter.toString()
  • connection:""
  • ];