Please enhance the Webhook payload and forward the following parameters in the body of every webhook:
[workspace, workspace_id, account_name, account_id]
For example:
"workspace": "Intertech Rent Solutions",
"workspace_id": "675ac1b4fa2daa83aa9112e7",
"account_name": "David Pelchen",
"account_id": "675ac25065c0f1f382556fa6"
What problem are we aiming to solve with this feature?
We are trying to simplify the webhook structure as we require more parameters for labeling clients to our needs. Currently the setup process is really complex.
The URL we need to generate looks something like this
https://our-url.com?workspace="Intertech Rent Solutions"&workspace_id="675ac1b4fa2daa83aa9112e7"&account="David Pelchen"&account_id="675ac25065c0f1f382556fa6"
We need to add all of these parameters manually to know from which Workspace and account the webhook is coming from, as this information currently is not being forwarded.
Finally: The more data you add to the webhook, the more possibilities your clients have to extend the features of your platform. It is a huge win!