...
Code Block |
---|
{ "project": "{{projectID}}", "msg": "Hi, I'm a test", "channel": "{{channel}}", "to": "{{to}}", "from": "{{from}}" } |
⚠️ Before
...
starting to use this service in a project, you need to communicate with the service admin to
...
update
...
the configuration.
For each project, the service needs a configuration (which channels are going to use the project, which aggregators exist, and credentials). After that, we can use it easily to send a POST requests with the previous payload template.
You can find more examples in this POSTMAN workspace: POSTMAN
You can find the service repository here: GITHUB REPOSITORY
If you have any doubt, you can contact ghernandez@psi.org