Send API using workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi All,
I have created an approval workflow, all steps seem to work apart from the send API outbound step
could someone take a look and let me know what is the issue to send the outbound api message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
HI @LJ_23 ,
1.check if FStest script include exists and it's accessible from all scopes (else make it accessible from all scopes)
2. check the sendMessageToCounterAct is a valid method inside the script include
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Yes I have checked this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @LJ_23 ,
I see the issue
you have named the script include as FStest but the variable "FSSendMessageToCounterAct" ReplaceAll "FSSendMessageToCounterAct" with FStest inside the script
also check method "sendMessageToCounterAct" is part of the script include
if you are still facing the issue please share the script here
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
