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 fc8524e commit 5b0d69fCopy full SHA for 5b0d69f
reports/sms/load-records-sync-dates.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-source "../config.sh"
+source "../../config.sh"
4
5
curl -G --data-urlencode date_start=$DATE_START --data-urlencode date_end=$DATE_END -u "$NEXMO_API_KEY:$NEXMO_API_SECRET" \
6
"https://api.nexmo.com/v2/reports/records?account_id=$ACCOUNT_ID&product=SMS&direction=$REPORT_DIRECTION"
0 commit comments