Skip to content

Conversation

SaidSafwan
Copy link

Added support for sending SMS messages via Appwrite Messaging API.

Implemented new function createSms() in Messaging service.

Added usage example (examples/messaging/messages/createSms.cpp).

Updated CMakeLists.txt to build the example.

Copy link
Owner

@pooranjoyb pooranjoyb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please show response from the api

Comment on lines +52 to +53
add_executable(example-messaging-create-sms examples/messaging/messages/createSms.cpp)
target_link_libraries(example-messaging-create-sms AppwriteSDK)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No changes to be made in this file

@@ -9,6 +9,7 @@
#include "enums/HttpStatus.hpp"
#include "exceptions/AppwriteException.hpp"
#include <string>
#include <vector>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is vector imported ?

@sristy17
Copy link
Collaborator

any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants