Sign in

List SMS programs

documented

Load existing SMS programs for this account.

GET /Services.svc/Contacts/SmsProgramsContactsno 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://integration.delivra.com/DelivraRESTServices/Services.svc/Contacts/SmsPrograms" \
  -X GET \
  -H "username: {{$DELIVRA_API_USERNAME}}" \
  -H "password: {{$DELIVRA_API_PASSWORD}}" \
  -H "listname: {{$DELIVRA_ACCOUNT_NAME}}" \
  -H "Accept: application/json"
List SMS programs · Delivra · OpenIntegrations