Magellan Airchecks
The Magellan Airchecks connector provides automated access to the Magellan Airchecks API.
Prerequisites
The Magellan Airchecks connector requires you to create a Key in the Key Editor.
In order to fill in the required values for the Key, you will need to contact a system administrator from Magellan for an API Token
Scheduling
The Magellan connector can be scheduled to ingest data once per day at a user-defined hour and timezone.
By default, the connector will run once at 6am PT.
See Daily Scheduling for more information.
We strongly recommend using day_of_week as [“Sun”]. Otherwise, you will get data from different weeks.
Parameters
- brand_name string
- required
- The name of the brand
- podcast_titles string list
- required
- The title of the podcast
Sample Switchboard Script
download t from {
key: "magellan";
type: "magellan";
day_of_week: ["Sun"]
lookback_days: 3
brand_name: "Switchboard"
podcast_titles: ["The Switchboard Show"]
} using {*};