Integration with Pusher Chat Webhook API (Authentication)

Hi,

To do a web API integration Appian require some authentication in the header of the request.

The webhook from a pusher has no way of editing the header but has both an app-key and a HMAC of the request body to validate that the webhook originated from Pusher.

Is there a way for me to provide verification to such webhooks on appian?

Many thanks,

Eric

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi erics171,

    I'm struggling with a similar issue. I have an Appian WebAPI that I want to set up as a webhook. I provide the url to register this webhook (required by external system) but I have no control over the authentication headers.

    I have tried to use the following with no success:

    https://[first section of email]%40[email domain]:[password]@[appian endpoint]

    https://[API Key]@[appian endpoint]

    https://[username]:[password]@[appian endpoint]

    Could you please give me a little more advice on how you got this working?

Children