When creating a webhook, is there a way to specify secure credentials for Amplitude to use when calling the webhook? Ideally they would be passed in an HTTP header instead of on the URL, but I don’t see a way of setting anything outside the URL.
TristanEarl Thanks for the extra information! We did not find a way to do it after searching in our Help center and internal system. We’ll double-check with the engineering team. In case it is not possible at the moment, this will be submitted as a feature request on your behalf!
Hey TristanEarl,
Once I know more about the webhook from the other post, I will circle back to this post!
Best,
Hi TristanEarl
Could you please let me know what the use case is for this ask? What secure credentials would you like to pass?
Once I know more, I will reach out to the engineering team for clarification!
Hi Yuanyuan Zhang,
Right now when configuring a webhook in Amplitude, you can’t specify any secure credentials. Whatever secrets are required to authenticate to your endpoint must be included on the webhook URL in plain text.
It would be nice if we could specify a token or basic auth username/password that Amplitude could store separately from the URL. Those secrets could then be passed on an HTTP header to our endpoint. I’m not suggesting a specific type of credentials. Just a way of securely setting credentials for webhooks.
Hi TristanEarl,
Thank you for you patience with us!
The Eng team confirmed that we do not have the capability of sending webhook with credentials. We likely won’t plan to add this feature this quarter. But I have submitted a feature request on your behalf!
Thanks for letting us know how we can improve the Amplitude experience for you.
I am running into a loop when attempting to import data from BigQuery. At origin, my data is already in milliseconds since epoch. If I query: event_time as time, I get the error: 1.'time' column should be a TIMESTAMP_NTZ column (Snowflake) or a TIMESTAMP column (BigQuery). example for the type of 'time' column is…
How do I transfer data from one amplitude account to another? It seems all the community chats about this have completely broken links. Easy to export, no way to import, very frustrating. :(
When using @amplitude/plugin-web-vitals-browser with Create React App v4 (react-scripts@4.0.3), the build fails with: ./node_modules/@amplitude/plugin-web-vitals-browser/node_modules/web-vitals/dist/web-vitals.js<br /><br />SyntaxError:…
Hello, I'm using SpringBoot and Kotlin to integrate with the Amplitude Export API. The official Amplitude documentation (https://amplitude.com/docs/apis/analytics/export) states that "data is available to export at a minimum within 2 hours of when the servers received it." However, there's no clear information about the…
Hello, Is there a way to make a query like: “Give me all the users that have the user property X equal to 10”, by using just any of the APIs, without making a cohort first through the Amplitude’s UI? Thank you!