OpenFn / gife

0 stars 0 forks source link

Update the workflows to use production `listId` #7

Open mtuchi opened 1 year ago

mtuchi commented 1 year ago

Summary

Update the workflows to use production Mailchimp listId. Branch off from main

Use listId in Gife-Mailchimp integration doc

mailchimp-creds.json

{
  "SEE Mailchimp’s bearer token (PRODUCTION)",
}

Jobs to be updated

mtuchi commented 8 months ago

@bryceVeraSolutions just a suggestion for this, i think listId should be in state.configuration.listId. So that you can easily switch between Dev & Prod credentials without changing the job code. What do you think ?