• Abhijeet Ranade 2
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 0
    Replies
Can some one help with SendGrid integration.

I need help with the event integration of sendGrid where we expose our RestFul Service i mean the end point where sendGrid can post its event.
i have exposed a restful service and also tested my service with apijee by using the sample JSON provided by the sendGrid and it works perfect. the reason behind it is that apijee does provide an option of OAuth2 login which would again be your salesforce login.

But when i come to exposing my service to the SendGrid Event integration it is not able to hit.

I also created the OAuth Setting in SalesForce i was able to generate the Consumer key and Secret key.

The question lies how can i append these things to the URL as of mine http://na1.salesforce.com/services/apexrest/SendEventToMyOrg
so that it authenticates and and SendGrid able to hit the service and post the event JSON on to this service. i also need to know if i should directly append the secuirty token and if yes how should be the token generated.

Thanks in Advance.
Can some one help with SendGrid integration.

I need help with the event integration of sendGrid where we expose our RestFul Service i mean the end point where sendGrid can post its event.
i have exposed a restful service and also tested my service with apijee by using the sample JSON provided by the sendGrid and it works perfect. the reason behind it is that apijee does provide an option of OAuth2 login which would again be your salesforce login.

But when i come to exposing my service to the SendGrid Event integration it is not able to hit.

I also created the OAuth Setting in SalesForce i was able to generate the Consumer key and Secret key.

The question lies how can i append these things to the URL as of mine http://na1.salesforce.com/services/apexrest/SendEventToMyOrg
so that it authenticates and and SendGrid able to hit the service and post the event JSON on to this service. i also need to know if i should directly append the secuirty token and if yes how should be the token generated.

Thanks in Advance.


 





 
I have created a community which has admin and users.
we need to provide the users with sms authentication.
but to have this functionality one should verfiy his mobile.
but a contact doesnt has login and he could not verify.
but once created as External user i.e community login user , he can login in community but he doesnt have the functionality of mobile verification and without doing so he cannot recieve SMS containing the 5 digit code for verification code.
Please suggest/provide solutions that would help me achieve this.
Thanks in advance..