createFollowedChannel( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Creates an entity for the specified account ID when the account follows a social media channel.

Members can only follow enabled channels. A site owner has to enable channels in the dashboard.

Note: This method requires visitor or member authentication.

Permissions
Manage Loyalty
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
followedChannelFollowedChannelRequired

Followed social media channel details.

Returns
Return Type:Promise<FollowedChannel>
Did this help?