Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Welcome Message (contactRelationUpdate) #12

Open
xippios opened this issue Feb 27, 2019 · 0 comments
Open

Welcome Message (contactRelationUpdate) #12

xippios opened this issue Feb 27, 2019 · 0 comments

Comments

@xippios
Copy link

xippios commented Feb 27, 2019

Original Issue: botman/botman#970

  • BotMan Version: 2.4.1
  • PHP Version: 7.3.1
  • Messaging Service(s): BotFramework (Skype), Version 1.1.1
  • Cache Driver: file

Description:

Unable to trigger a Welcome Message using the the event fucntion ´on´ after adding my Bot in Skype. The propper event that should be fired is called contactRelationUpdate.

Steps To Reproduce:

Add to ´routes/botman.php´

$botman->on('contactRelationUpdate', function($payload, $bot) {
    $bot->reply('Thanks for adding me :)');
});

Add your Skype Bot in Skype.

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

No branches or pull requests

0 participants