Acceptance Criteria
GIVEN a running server with an API key for a client's ActionKit account
- THEN EVERY HOUR, the server will retrieve all events associated with that account and all RSVPs associated with each event
- AND THEN the server will store a record of any new events or RSVPs in the database (including a reference to the Event/RSVP's id in actionkit)
Definitions
[stub]
Out of Scope
We will not listen for events in a specific campaign. Rather we will listen for all events associated with a given clients ActionKit account.
Acceptance Criteria
GIVEN a running server with an API key for a client's ActionKit account
Definitions
[stub]
Out of Scope
We will not listen for events in a specific campaign. Rather we will listen for all events associated with a given clients ActionKit account.