createFollowedChannel( )


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>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?