New Bug Encountered: Adding table as Co-Author for Webhook in Reports Not Working

I’m trying add webhooks in the Reports to automate some of our processes on a day to day basis.

The problem is when I go to select the APP ID, the only ID’s I can see are ones related to my account and not his! I need to be able to use a webhook on a Table on his App’s account.

(His Owner ID is 868216, not visible anywhere)

From the app I’m co-authored in

Only access to my apps

You can send a webhook to any app in any account, provided you know the appropriate Application Access Key for that application. Currently the “Preset” only list the apps contained in your account.

You can still invoke the webhook on an app in another account, but must do a little more manual work.

  1. You need to construct the URL yourself.
  2. You need to set the HTTP security header.
  3. You need to create the JSON body.

You can do that by going to the other account and temporarily creating the webhook there using the “PreSet”. That will create the webhook for you. You can then simply copy the resulting values to the original account.

2 Likes