This Action will search for a track you specify and add the first matching result to your favorites on Musixmatch.
- API endpoint slug
- musixmatch.favorite
- Filter code method
- Musixmatch.favorite.skip(string?: reason)
- Runtime method
- runAction("musixmatch.favorite", {})
Action fields
- Label
- Search query
- Helper text
- For maximum accuracy, include the song title here and the artist name in the "Artist name" field
- Slug
- search_query
- Required
- true
- Can have default value
- true
- Filter code method
- Musixmatch.favorite.setSearchQuery(string: searchQuery)
- Label
- Artist name
- Helper text
- Optional
- Slug
- artist_name
- Required
- false
- Can have default value
- true
- Filter code method
- Musixmatch.favorite.setArtistName(string: artistName)