Question

POST & GET webhook with UserID from Discord trigger

  • 16 June 2021
  • 2 replies
  • 257 views

So i need to make a POST and GET requests and the query string is based on message content but i dont understand..

 

I’d like to post something like

 

!rep + <@userid>

 

So the message in discord would say “!rep + 75869783647561183” and it would send the USERID (75869783647561183) to my website located at http://eternaltesting.xyz/post.php and have ?userid=75869783647561183 attached to it.

 

so overall the post made to my website would look like this http://eternaltesting.xyz/post.php?userid=75869783647561183&p=1&n=0

 

Is this possible??? it would be amazing if it was! 

 

also please note.. when users say !rep (+) userid its focused on the + so the value &p=1 means its a positive addition.. if the post says !rep - userid then  value &p=0&n=-3 would be applied.

 

 

Can anyone help!!!!


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Okay.. so.. i coded it so that any message with !rep (+/-) 85737564758596075 WORKS fine.. what about if the userID is different? how can zapier determine what the input should be after the +/-?

Userlevel 7
Badge +9

Hi @eternus,

It is possible to build the automation, here are the steps you will need to set up:

  • Trigger: Use Discord > New Message trigger
  • Action: You need to extract the UserID from the message, you can use Formatter > Extract pattern (RegEx) to extract the ID
  • Action: Use Webhook by Zapier > POST/GET request function to make a call to your API endpoint.