We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4704cfb commit fc8524eCopy full SHA for fc8524e
reports/sms/load-records-sync-id.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-source "../config.sh"
+source "../../config.sh"
4
5
curl -u "$NEXMO_API_KEY:$NEXMO_API_SECRET" \
6
"https://api.nexmo.com/v2/reports/records?account_id=$ACCOUNT_ID&product=SMS&direction=$REPORT_DIRECTION&id=$ID"
0 commit comments