Web API exposing start process smart service gives 404 Error

Hi all,

I have created a Web API exposing start process smart service.
Eg: An Email or attachment(containing Web Api endpoint) is sent to a Manager group from Appian, on its click it should
redirect to Appian and a process instance to be initiated.

When I test the Web API from Appian the process model is getting triggered whereas on Click on link sent in Email, it shows 404 resource not found error.

Added Viewer rights as well for the user.
In Process-model, I have checked the option - Allow anyone to fire triggers.

How shall I configure Authentication in this case?

Any help would be appreciated.

Thanks and Regards

  Discussion posts and replies are publicly visible

Parents
  • Hi Sonakshi,

    I would like to ask few question on this.

    1) Did you test this URL in any POSTMAN or other tool?
    2) Did you check the URL which is being sent in the email or in the attachment?
    3) Authentication is the secondary part, right now you are getting 404 means please check the URL weather it is valid one or not.

    Please let us know your comments on above!
Reply
  • Hi Sonakshi,

    I would like to ask few question on this.

    1) Did you test this URL in any POSTMAN or other tool?
    2) Did you check the URL which is being sent in the email or in the attachment?
    3) Authentication is the secondary part, right now you are getting 404 means please check the URL weather it is valid one or not.

    Please let us know your comments on above!
Children