:wave:. Continuing to play around with webhooks I...
# pactflow
n
👋. Continuing to play around with webhooks Is there a way I can inject my own variables when I publish a new consumer contract? https://docs.pact.io/pact_broker/advanced_topics/api_docs/webhooks#dynamic-variable-substitution My usecase is that instead of using the
build_url
Copy code
"build_url": "<https://circleci.com/gh/nathandeamer/pact-mobile-app/125/workflows/3338e9f6-6123-45bc-a9cf-0ba4df3c3148>"
I also need to know which job id I am currently executing within that workflow. I was wondering if I could put something in the consumer json file, which could then be used by the pactflow webhook.
Just seen
${pactbroker.consumerLabels}
so wondering if I could make use of them