-
Hello, is it possible to add an api-key in the headers that are sent through the sms:received webhook ? Or we can just add params in the URL ? |
Beta Was this translation helpful? Give feedback.
Answered by
capcom6
Jan 31, 2025
Replies: 1 comment 1 reply
-
Hello! Currently, there is no way to add additional headers to webhook requests. However, you can include an unpredictable value in the path or query parameters. Additionally, you can validate the webhook and device IDs in the request payload. That said, I’ve added the ability to include an authorization header to my backlog. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Gakchabla
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
Currently, there is no way to add additional headers to webhook requests.
However, you can include an unpredictable value in the path or query parameters. Additionally, you can validate the webhook and device IDs in the request payload.
That said, I’ve added the ability to include an authorization header to my backlog.