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

Custom Object field inside Campaign Webhook not working #337

Open
1 task done
andrefcarreiro opened this issue Feb 9, 2024 · 0 comments
Open
1 task done

Custom Object field inside Campaign Webhook not working #337

andrefcarreiro opened this issue Feb 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@andrefcarreiro
Copy link

Mautic Version

4.2.x series

PHP version

7.4

What browsers are you seeing the problem on?

Not relevant

What happened?

I'm trying to use custom item values in campaign webhooks the same way it's used in e-mail tokens: {custom-object=product:sku}.
In campaign webhooks, custom object field value is not sent in webhook payload.

How can we reproduce this issue?

Step 1: create a custom object called "product"
Step 2: create a new product item
Step 3: associate the new product to a contact
Step 4: create a campaign with a webhook step and add a key "product_sku" to values column
Step 5: as a value to "product_sku" add {custom-object=product:sku}
Step 6: make a contact with an associated product pass through the webhook step

Relevant log output

No response

Code of Conduct

  • I confirm that I have read and agree to follow this project's Code of Conduct
@andrefcarreiro andrefcarreiro added the bug Something isn't working label Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant