Submission ID in webhook
-
Hi there,
I was reading through the submission_id questions and there are a lot. A lot with some custom code to resolve some issues. But i would like the submission_id inside my json that is send via the webhook integration. I think that some kind of ID is a minimal feature that should be provided.
I added the submission_id to a hidden field. This results in the following json:
{
"name_1_first_name": "John",
"name_1_last_name": "Doe",
"hidden_1": "submission_id",
"referer_url": "https://website.com/contact/",
"entry_time": "2023-02-27 14:05:58"
}Can this be updated? Send the json after submitting to the db?
Expected result:
{
"name_1_first_name": "John",
"name_1_last_name": "Doe",
"hidden_1": "76",
"referer_url": "https://website.com/contact/",
"entry_time": "2023-02-27 14:05:58"
}
- The topic ‘Submission ID in webhook’ is closed to new replies.