The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Feb 23, 2023 02:43 PM - edited Feb 24, 2023 07:58 AM
Hi all,
I'm trying to get the sender's url (within a strip) for an incoming webhook call so that I can response to call only from a specific domain. I'm wondering how do i do that? Thanks!
EDIT Feb 24: I also need to get the sender's url for other reasons (such as deciding what the response will be); hence having access to it in the script serves multiple purposes. Thanks!!!
Best Regards,
H8
Feb 24, 2023 03:27 AM
Hi @h8 👋
I don't think you can access that info.
Do you control the webhook caller? If so you could add a secret value to the body which your automation looks for before doing its work.
Feb 24, 2023 05:59 AM
Here are some ways to address webhook listener security.
Feb 24, 2023 07:59 AM
I do not have access to the webhook caller. If I can't have access to that. It looks like I will have to setup some other service to "handle" the incoming webhook request first. THANKS!
Feb 24, 2023 07:59 AM
Thanks! That's helpful to know tor sure.