Hi @sandycoleman , Nice to e-meet you ! Let me know if you want to discuss any specific use case on Data Modelling or the Edge/WebSDK ones, have done quite a few from my end, we could discuss and get a way out wherever you feel stuck. A good read that you could check out for some tips on the Analyti...
Hi @akainth2,Sure, thank you for sharing your current skillset.For Data Modelling i usually do take a look on this Adobe document - https://experienceleague.adobe.com/en/docs/experience-platform/xdm/schema/best-practices and for RTCDP use cases check this document out with 3 different use cases -ht...
Hi @anmolraj16 , @Nimesh11 , @yabc7 , @ajayk19 , @Sandy_Support , @YKD Hope you all are doing well! Please feel free to introduce yourselves and reach out on this thread. Warm Regards,Reena
@nirshani AIO is Adobe I/O which allows you to deploy custom code on cloud. This IO url you can call from your DataSource to perform further twilio call. Refer this link - https://developer.adobe.com/runtime/docs/guides/overview/
hi @nirshani, We had implemented Twilio SMS at our end and during the process realized that we were unable to accomplish sending sms/whatsapp message directly using custom action as twilio uses basic authentication with content type as url encoded.The combination of which is currently not available/...
@iamromioghosh - The custom action authentication didn't seem to work for us for Content Type as url encoded though the test was successful and so we had to resort to Adobe IO to do the API calls.