You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no installation issue,gem is sucessfully installed without any error.
but when i see the marketing list in the Admin Panel.
List Page
no record is there,i created new user ,new order but it still shows blank.
also in the compaign page when i click on the "Sync" table no comaign will found
In my opinion i have a problem in my config/spree_marketing.yml file. and
@devdkumar you get all these values from your mailchimp account.
Also from_name and from_email are the default name and email that you want to set while creating lists/campaigns. so there value can be anything like [email protected].
There is no installation issue,gem is sucessfully installed without any error.
but when i see the marketing list in the Admin Panel.
List Page
no record is there,i created new user ,new order but it still shows blank.
also in the compaign page when i click on the "Sync" table no comaign will found
In my opinion i have a problem in my config/spree_marketing.yml file. and
development:
gibbon_api_key: 'Entered my Mailchimp api key'
permission_reminder: 'your_permission_reminder'
email_type_option: true
campaign_defaults:
from_name: ''
from_email: ''
subject: 'test subject'
language: 'english'
contact:
company: 'marketing'
address1: '123'
city: 'city'
state: 'state'
zip: '123456'
country: 'country'
from where i get the gibbon api key ,permission remainder,from name ,from email??
name and email is our mailchimp account ??
The text was updated successfully, but these errors were encountered: