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

Added Pushwoosh Messaging adapter #31

Closed

Conversation

Tyraelqp
Copy link

@Tyraelqp Tyraelqp commented Oct 2, 2023

What does this PR do?

This PR adds Pushwoosh messaging adapter and test for it.

Test Plan

  1. Create a new account on Pushwoosh website
  2. Get your Application ID (can be found on top of the page) and API Key (can be found on Settings -> API Access page)
  3. Follow the steps from Pushwoosh docs to subscribe a new device. At the end of subscription process you must get push_token.
  4. Add ENVs and run E2E test:
PUSHUWOOSH_APP_ID="YOUR_APP_ID" PUSHWOOSH_AUTH_KEY="YOUR_API_KEY" PUSHUWOOSH_TO_TOKEN="RECIPIENT_TOKEN" ./vendor/bin/phpunit tests/e2e/Push/PushwooshTest.php

Related PRs and Issues

appwrite/appwrite#6399
#30

Have you read the Contributing Guidelines on issues?

Yes

@gewenyu99
Copy link

Hey,

Due to time constraints, I'm going to mark this PR hacktoberfest-accepted for now so you get DO's Hacktoberfest rewards. We'll continue to work with you on this issue for review and merge.

When it is merged, we'll contact you for Appwrite-specific Hacktoberfest swag.

Thanks for helping us improve Appwrite!

@Tyraelqp Tyraelqp closed this Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants