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 39cddcb commit 56e3957Copy full SHA for 56e3957
reports/voice-call/load-records-sync.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=VOICE-CALL&direction=$REPORT_DIRECTION"
0 commit comments