Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data in webhook response does not contain the custom payload #189

Open
wired87 opened this issue Apr 9, 2024 · 1 comment
Open

Data in webhook response does not contain the custom payload #189

wired87 opened this issue Apr 9, 2024 · 1 comment
Assignees
Labels
t-tooling Issues with this label are in the ownership of the tooling team.

Comments

@wired87
Copy link

wired87 commented Apr 9, 2024

I try to call an actor which crawl data from a website. After successfully endeing it should trigger a webhook event - whill all work great BUT im unable to receive the payload template with my custom data. i also found nothin in the docs.
thats my code (if i write the key's in camleCase it triggers an error whic just say the key with underscore (i also try set the paylload_template key with underscore but it also doesnt work):
https://gist.github.com/wired87/7c1c9ae5a81473d82e14ddf033b2967a

and thats alltime the response (userId is not the userId that i have paste into my custom payload function:
https://gist.github.com/wired87/5eca18c1dcba387735afd76a34d05968

@mtrunkat mtrunkat added t-tooling Issues with this label are in the ownership of the tooling team. t-console Issues with this label are in the ownership of the console team. t-c&c Team covering store and finance matters. labels Apr 10, 2024
@B4nan B4nan removed t-console Issues with this label are in the ownership of the console team. t-c&c Team covering store and finance matters. t-tooling Issues with this label are in the ownership of the tooling team. labels Apr 22, 2024
@vdusek vdusek added the t-tooling Issues with this label are in the ownership of the tooling team. label Apr 29, 2024
@janbuchar
Copy link
Contributor

Hello, from looking at your code, the payloadTemplate should be in snake_case, i.e. payload_template. It's just a hunch, but it looks like what you're receiving is the default payload, not the one you're trying to configure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
Development

No branches or pull requests

5 participants