Skip to main content
Version: Next

Injecting

Configure injection settings.

Example:

settings:
message:
injecting:
urlToBody:
query: true
path: true

The example config entry above enables injection from the following mediums: from the query and also from path:

curl -H "Authorization: Bearer API_TOKEN" \
'http://sec-signal-api:8880/@number={{.NUMBER}}/v1/send?@message={{.MESSAGE}}'