Question

Unable to POST the data in target_url

  • 9 July 2021
  • 1 reply
  • 102 views

HI,
I am trying to create trigger using rest hook.
I have added subscription URL for subscription. When I am trying to create a zap using trigger it will send me the hook URL in the API endpoint which I have defined in subscribe section trigger.
I am trying to create the zap with slack application 
When I am trying to send the latest data to the hook URL it always gives

{

    "id": "ae229a7c-a25c-4c37-b4b6-8aab4a969857",

    "request_id": "60e7dd65-6cb6-4e95-b4b4-2ee6f1271480",

    "attempt": "60e7dd65-6cb6-4e95-b4b4-2ee6f1271480",

    "status": "success"

}

as a response but the data which I am sending to the hookURL will not  getting displayed in slack channel.

below the response I am getting when I am trying to test the trigger while creating zap

result

"New Item Group 123"

targetUrl

null

success

true

error

null

unAuthorizedRequest

false

__abp

true

so can some one please let me know how can I pass the data in the hook URL .
 


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

1 reply

Userlevel 7
Badge +12

Hi @shweta 

Can you please share screenshots or the code to your build so that we can see what you have set up.