How to Send POST Request with Parameters Using Event Trigger for Approval Notifications

:bangbang: Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.

Hi everyone,

I am trying to set up an event trigger( Access Request Submitted) that sends an approval request popup to users via our internal messenger system. I have a URL and need to pass three parameters: token-key, receiver, and text.

When editing the event trigger, I can only input the URL and apply filters. Is it possible to send these parameters using the POST method directly from the event trigger setup?

Any guidance or examples would be greatly appreciated!

Thank you!

Hi @joyoon00,

do you need to send this parameters ( token-key , receiver , and text) as query params ? if yes you can try add them in the url field

Can I append the content extracted using the filter to the URL?

The content of events ?

As for the contents of the event, I would like to let the approval authorizer be notified when the user applies for permission.
Notification via company messenger.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.