Hi,
I need to do a simple send SMS messages using this: https://www.sendoutapp.com/api-developers
They have a code example:
curl 'https://www.sendoutapp.com/api/v2/envia' /-H 'Content-Type: application/json' /-d '{ "api_id":"SEU_NUMERO", "api_token":"Eq57dertertERTerTerTERterTn6l13Mvds00P2ZzgdMPTk", "debug":"true", "para":[ "2449XX004400", "2449XX112233", "..." ], "sms":"Olá . Envio a partir do SendOut."}'
I never work with Outsystems/APIs so anyone can help me?
Im using Outsystems v8
Thank You.
Hi Marcio,
I've never worked in OutSystems v8 and thus never tried to use REST services in it. But here are some pointers to use REST services in version 8:
Hope this will help you.
Cheers,
José