Sign in

Add Forward

documented

Add a forward destination for a keyword (mobile, email or URL).

Keywordsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.firetext.co.uk/api/forward?apiKey={{FIRETEXT_API_KEY}}&keyword={{$keyword_id}}&type={{$type}}&destination={{$destination}}&subaccount={{$FIRETEXT_SUBACCOUNT}}&remove={{$remove_flag}}" \\\n  -X GET \\\n  -H "Accept: application/json" \\\n \\\
npx -y keychains@latest curl "https://www.firetext.co.uk/api/forward" \\\n  -X POST \\\n  -H "Content-Type: application/x-www-form-urlencoded" \\\n  -d "apiKey={{FIRETEXT_API_KEY}}&keyword={{$keyword_id}}&type={{$type}}&destination={{$destination}}&subaccount={{$FIRETEXT_SUBACCOUNT}}&remove={{$remove_flag}}"