File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -123,12 +123,16 @@ curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer API_T
123123
124124If you are not comfortable / don't want to hardcode your Number for example and/or Recipients in you, may use ** Placeholders** in your Request.
125125
126+ ** How to use:**
127+
126128| Type | Example | Note |
127129| :--------------------- | :------------------ | :--------------- |
128130| Body | ` {{@data.key}} ` | |
129131| Header | ` {{#Content_Type}} ` | ` - ` becomes ` _ ` |
130132| [ Variable] ( #variables ) | ` {{.VAR}} ` | always uppercase |
131133
134+ ** Where to use:**
135+
132136| Type | Example |
133137| :---- | :--------------------------------------------------------------- |
134138| Body | ` {"number": "{{ .NUMBER }}", "recipients": "{{ .RECIPIENTS }}"} ` |
You can’t perform that action at this time.
0 commit comments