Forum Discussion

Pratapkarn2186's avatar
Pratapkarn2186
Copper Contributor
Sep 19, 2022

Notifications with sendActivityNotification API

 

Hi All,

 

I am using sendActivityNotification API to send activity feed notifications to a user. 

Sometimes API works fine and multiple times it gives errors related to "

Specified activity with type 'mldt_notify' could not be found in the app manifest' 

 

Cross-checked the manifest file, entry is present under activities. Attaching the section from the file.

 

"activities": {
"activityTypes": [
{
"type": "mldt_notify",
"description": "Notification",
"templateText": "MultiLine Message"
}
]
}
}

 

Not sure why it is failing, please suggest if I am doing something wrong.

 

Thanks,

Pratap

 

 

18 Replies

Resources