Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a Follower To A Campaign API endpoint #866

Open
archx3 opened this issue Dec 5, 2023 · 0 comments
Open

Adding a Follower To A Campaign API endpoint #866

archx3 opened this issue Dec 5, 2023 · 0 comments
Assignees
Labels
API API

Comments

@archx3
Copy link
Contributor

archx3 commented Dec 5, 2023

As a
Frontend engineer
I want to
programmatically add a follower to a campaign through an API,
so that
I can seamlessly integrate follower addition into our systems and automate the process.

Acceptance Criteria

- [ ] Adding a Follower to a Campaign

    Given I have valid API credentials and access rights,
    When I make a POST request to the endpoint with the required parameters (e.g., campaign ID, follower ID),
    Then the specified follower should be added to the specified campaign,
    And I should receive a 201 Created status code along with the details of the newly added campaign follower.

- [ ] Invalid Request Handling

    Given I have valid API credentials and access rights,
    When I make a POST request to the endpoint with invalid or missing parameters,
    Then the system should respond with a 400 Bad Request status code,
    And provide appropriate error messages indicating the missing or invalid parameters.
@archx3 archx3 added the API API label Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API API
Projects
None yet
Development

No branches or pull requests

2 participants