For the complete documentation index, see llms.txt. This page is also available as Markdown.

_list

Retrieves the IDs and Names of all Marketing Sources

Example

FM_api(
    'MarketingSources_list'
);

Result

[
    {"id":"7","name":"Test SourceA"},
    {"id":"8","name":"Test SourceB"},
    {"id":"10","name":"Test SourceC"}
]

Last updated