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_args is not working when receiving an inbound parse webhook #35

Open
ds21194 opened this issue Jul 4, 2023 · 0 comments
Open

Comments

@ds21194
Copy link

ds21194 commented Jul 4, 2023

When sending an email to a customer, I'm using personalization as:

{
    "personalizations": [
        {
            "to": [..],
            "dynamic_template_data": {..},
            "custom_args": {"customer_id": "..."}
        }
    ]
}

But when i'm getting the inbound parse back on the webhook I defined, I'm not seeing anywhere the customer_id property, nor custom_args object. I tried to search for some examples on where should I search it on the response or how to debug, but didn't find nether.

Tnx for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant